#include "common/DataTypes.hpp"
#include "common/TimingMacros.hpp"
#include "constitutive/solid/CoupledSolidBase.hpp"
#include "constitutive/solid/SolidBase.hpp"
#include "constitutive/ConstitutiveManager.hpp"
#include "surfaceGenerationKernelsHelpers.hpp"
#include "physicsSolvers/fluidFlow/FlowSolverBaseFields.hpp"
Go to the source code of this file.
|
template<typename LAMBDA > |
void | geos::surfaceGenerationKernels::kernelSelector (ElementRegionManager const &elemManager, constitutive::ConstitutiveManager const &constitutiveManager, string const solidMaterialKey, integer const isPoroelastic, LAMBDA &&lambda) |
|