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
74 if (!(this->
dshape.empty()))
75 std::fill (this->
dshape.begin(), this->dshape.end(), 0);
Parameters parameters
Data structure holding arbitrary parameters.
const EquationSystems & equation_systems
Const reference to the EquationSystems object that contains simulation-specific data.
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.
void clear()
Clears the output data completely.
void enable_derivative()
Enable the computation of shape gradients (dshape).
bool _need_dshape
variable indicating whether the shape-derivative should be computed or not.
std::vector< Number > shape
Storage for the computed shape function values.
void init()
Inits the output data to default values, provided the fields are correctly resized.
Real phase
Storage for the computed phase lag.
Real speed
The wave speed.
Number frequency
The frequency to evaluate shape functions including the wave number depending terms.
bool have_parameter(std::string_view) const
const T & get(std::string_view) const
The libMesh namespace provides an interface to certain functionality in the library.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real