Skip to content

Commit

Permalink
dispatch models in PoromechanicsKernels
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuang2601 committed Oct 25, 2024
1 parent 0612209 commit 393588d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ endif( )

set( kernelNames ThermoPoromechanicsKernels )
set( subregionList CellElementSubRegion )
set( porousSolidDispatch PorousSolid<ElasticIsotropic> )
set( porousSolidDispatch PorousSolid<DruckerPrager>
PorousSolid<DruckerPragerExtended>
PorousSolid<ElasticIsotropic>
PorousSolid<ModifiedCamClay> )

set( finiteElementDispatch H1_Hexahedron_Lagrange1_GaussLegendre2
H1_Wedge_Lagrange1_Gauss6
Expand Down

0 comments on commit 393588d

Please sign in to comment.