27#include "neml2/models/Model.h"
44 void set_value(
bool,
bool,
bool)
override;
Determinant of a rank two tensor.
Definition Determinant.h:37
Determinant(const OptionSet &options)
Definition Determinant.cxx:55
Variable< Scalar > & _J
Jacobian.
Definition Determinant.h:50
const Variable< T > & _F
second order tensor
Definition Determinant.h:47
static OptionSet expected_options()
Definition Determinant.cxx:40
void set_value(bool, bool, bool) override
The map between input -> output, and optionally its derivatives.
Definition Determinant.cxx:64
The base class for all constitutive models.
Definition Model.h:70
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30