23 boost::shared_ptr<DataAtIntegrationPts> data_ptr,
24 boost::shared_ptr<PhysicalEquations> physics_ptr) {
25 return (
new OpHMHH(tag, eval_rhs, eval_lhs, data_ptr, physics_ptr));
30 PetscOptionsBegin(PETSC_COMM_WORLD,
"mooneyrivlin_",
"",
"none");
32 CHKERR PetscOptionsScalar(
"-alpha",
"Alpha",
"",
alpha, &
alpha, PETSC_NULLPTR);
34 CHKERR PetscOptionsScalar(
"-beta",
"Beta",
"",
beta, &
beta, PETSC_NULLPTR);
96 ih(
i,
j) = (*t_h_ptr)(
i,
j);
103 enableMinMaxUsingAbs();
126 (levi_civita(
I,
J, K) *
tF(
k, K));
Kronecker Delta class symmetric.
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
FTensor::Index< 'i', SPACE_DIM > i
FTensor::Index< 'J', DIM1 > J
FTensor::Index< 'j', 3 > j
FTensor::Index< 'k', 3 > k
constexpr IntegrationType I
virtual OpJacobian * returnOpJacobian(const int tag, const bool eval_rhs, const bool eval_lhs, boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr)
HMHPMooneyRivlinWriggersEq63(const double alpha, const double beta, const double lambda)
static constexpr int numberOfActiveVariables
static constexpr int numberOfDependentVariables
MoFEMErrorCode recordTape(const int tape, DTensor2Ptr *t_h_ptr)
MoFEMErrorCode getOptions()