GEOS
|
#include "SolidMechanicsEFEMKernelsBase.hpp"
Go to the source code of this file.
Classes | |
class | geos::solidMechanicsEFEMKernels::EFEM< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE > |
Implements kernels for solving quasi-static equilibrium. More... | |
struct | geos::solidMechanicsEFEMKernels::EFEM< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE >::StackVariables |
Kernel variables allocated on the stack. More... | |
struct | geos::solidMechanicsEFEMKernels::StateUpdateKernel |
A struct to update fracture traction. More... | |
Namespaces | |
geos | |
Typedefs | |
using | geos::solidMechanicsEFEMKernels::EFEMFactory = finiteElement::KernelFactory< EFEM, EmbeddedSurfaceSubRegion &, arrayView1d< globalIndex const > const, arrayView1d< globalIndex const > const, globalIndex const, CRSMatrixView< real64, globalIndex const > const, arrayView1d< real64 > const, real64 const, real64 const(&)[3] > |
The factory used to construct a QuasiStatic kernel. | |