a function that has a single value for each element More...
#include <Element_func.hpp>
Public Member Functions | |
std::vector< double > | operator() (Element &, const Basis &, int i_qpoint, double time) const override |
virtual std::vector< double > | operator() (Element &elem, const Basis &, double time) const =0 |
![]() | |
virtual int | n_var (int n_dim) const =0 |
number of output variables when called on n_dim -dimensional input | |
virtual std::string | variable_name (int n_dim, int i_var) const |
name of i_var th variable (for plotting) when called on n_dim -dimensional input | |
a function that has a single value for each element
|
overridevirtual |
Implements hexed::Qpoint_func.
|
pure virtual |
–
Implemented in hexed::Elem_average, hexed::Elem_l2, hexed::Elem_nonsmooth, hexed::Element_info, hexed::Equiangle_skewness, and hexed::Normalized_nonsmooth.