17 #include "libmesh/fe_compute_data.h" 18 #include "libmesh/equation_systems.h" 30 #ifdef LIBMESH_ENABLE_INFINITE_ELEMENTS 42 if (!(this->
shape.empty()))
43 std::fill (this->
shape.begin(), this->
shape.end(), 0.);
45 #ifdef LIBMESH_ENABLE_INFINITE_ELEMENTS 50 libmesh_assert_not_equal_to(this->
speed, 0);
55 #if LIBMESH_USE_COMPLEX_NUMBERS 66 #endif //LIBMESH_ENABLE_INFINITE_ELEMENTS 74 if (!(this->
dshape.empty()))
const EquationSystems & equation_systems
Const reference to the EquationSystems object that contains simulation-specific data.
bool have_parameter(std::string_view) const
Real phase
Storage for the computed phase lag.
std::vector< Gradient > dshape
Storage for the computed shape derivative values.
std::vector< std::vector< Real > > local_transform
Storage for local to global mapping at p.
The libMesh namespace provides an interface to certain functionality in the library.
Real speed
The wave speed.
void clear()
Clears the output data completely.
void init()
Inits the output data to default values, provided the fields are correctly resized.
const T & get(std::string_view) const
Number frequency
The frequency to evaluate shape functions including the wave number depending terms.
std::vector< Number > shape
Storage for the computed shape function values.
bool _need_dshape
variable indicating whether the shape-derivative should be computed or not.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Parameters parameters
Data structure holding arbitrary parameters.
void enable_derivative()
Enable the computation of shape gradients (dshape).