|
| ComplexAbsFilter (MeshFunction< std::complex< double > > *solution, int item=H2D_FN_VAL_0) |
|
virtual MeshFunction< double > * | clone () const |
|
| ComplexFilter (MeshFunction< std::complex< double > > *solution, int item=H2D_FN_VAL_0) |
|
| Filter (const Hermes::vector< MeshFunction< double > * > &solutions) |
|
| Filter (MeshFunction< double > **solutions, int num) |
|
| Filter (const Hermes::vector< Solution< double > * > &solutions) |
|
virtual void | reinit () |
|
std::string | getClassName () const |
| State querying helpers.
|
|
| MeshFunction (const Mesh *mesh) |
|
virtual bool | isOkay () const |
| State querying helpers.
|
|
std::string | getClassName () const |
| Get class name, for the purpose of messaging.
|
|
const Mesh * | get_mesh () const |
|
RefMap * | get_refmap (bool update=true) |
|
void | set_refmap (RefMap *refmap_to_set) |
|
virtual int | get_edge_fn_order (int edge) |
|
virtual void | handle_overflow_idx () |
|
| Function () |
| Default constructor.
|
|
virtual | ~Function () |
|
int | get_num_components () const |
| Returns the number of components of the function being represented by the class.
|
|
double * | get_fn_values (int component=0) |
| Returns function values. More...
|
|
double * | get_dx_values (int component=0) |
| Returns the x partial derivative. More...
|
|
double * | get_dy_values (int component=0) |
| Returns the y partial derivative. More...
|
|
void | get_dx_dy_values (double *&dx, double *&dy, int component=0) |
| Returns both x and y partial derivatives. This function provides the both often-used dx and dy values in one call. More...
|
|
double * | get_dxx_values (int component=0) |
| Returns the second x partial derivative. More...
|
|
double * | get_dyy_values (int component=0) |
| Returns the second y partial derivative. More...
|
|
double * | get_dxy_values (int component=0) |
| Returns the second mixed derivative. More...
|
|
Quad2D * | get_quad_2d () const |
| Returns the current quadrature points.
|
|
void | set_quad_order (unsigned int order, int mask=H2D_FN_DEFAULT) |
|
double * | get_values (int a, int b) |
|
int | get_fn_order () const |
| Returns the polynomial degree of the function being represented by the class.
|
|
Element * | get_active_element () const |
|
void | set_transform (uint64_t idx) |
|
uint64_t | get_transform () const |
|
void | check () const |
| Method to handle the state.
|
|
Computes the absolute value of a complex solution.
Definition at line 364 of file filter.h.