an Element_func
that doesn't depend on a Basis
or the time
More...
#include <Element_func.hpp>
Public Member Functions | |
std::vector< double > | operator() (Element &elem, const Basis &, double time) const override |
std::vector< double > | operator() (Boundary_connection &, int i_fqpoint, double time) const override |
virtual std::vector< double > | operator() (Element &elem) const =0 |
![]() | |
std::vector< double > | operator() (Element &, const Basis &, int i_qpoint, double time) const override |
![]() | |
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 | |
an Element_func
that doesn't depend on a Basis
or the time
|
overridevirtual |
face | A Boundary_connection object representing a face of an element that is on a boundary. |
i_fqpoint | Index of the face quadrature point ( \( \in [0, r^{n_{dim} - 1})\) where \(r\) is row size). |
time | Flow time. |
Implements hexed::Boundary_func.
|
pure virtual |
–
Implemented in hexed::Has_tree, hexed::Is_deformed, hexed::Record, and hexed::Uncertainty.
|
overridevirtual |
–
Implements hexed::Element_func.