Skip to content

Commit

Permalink
add GridapODEs
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 3, 2024
1 parent 33f764a commit 716c2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
GridapGmsh = "3025c34a-b394-11e9-2a55-3fee550c04c8"
GridapMakie = "41f30b06-6382-4b60-a5f7-79d86b35bf5d"
GridapODEs = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6"
GridapPETSc = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Expand Down
2 changes: 2 additions & 0 deletions src/Thermal/Thermal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module Thermal

using Gridap
using Gridap.Algebra
using GridapODEs.ODETools
using GridapODEs.TransientFETools

export calculate_temperature, temperature, calculate_temperature_transient, heat_flux

Expand Down

0 comments on commit 716c2f3

Please sign in to comment.