Hermes2D
2.0
|
Jacobian matrix (same as stiffness matrix since projections are linear). More...
#include <ogprojection.h>
Public Member Functions | |
ProjectionMatrixFormVol (int i, int j, ProjNormType projNormType) | |
Scalar | value (int n, double *wt, Func< Scalar > *u_ext[], Func< double > *u, Func< double > *v, Geom< double > *e, Func< Scalar > **ext) const |
Hermes::Ord | ord (int n, double *wt, Func< Hermes::Ord > *u_ext[], Func< Hermes::Ord > *u, Func< Hermes::Ord > *v, Geom< Hermes::Ord > *e, Func< Ord > **ext) const |
MatrixFormVol< Scalar > * | clone () const |
![]() | |
MatrixFormVol (unsigned int i, unsigned int j) | |
Constructor with coordinates. | |
void | setSymFlag (SymFlag sym) |
SymFlag | getSymFlag () const |
![]() | |
MatrixForm (unsigned int i, unsigned int j) | |
Constructor with coordinates. | |
![]() | |
Form () | |
Constructor with coordinates. | |
void | set_area (std::string area) |
void | set_areas (Hermes::vector< std::string > areas) |
Hermes::vector< std::string > | getAreas () const |
void | set_ext (MeshFunction< Scalar > *ext) |
void | set_ext (Hermes::vector< MeshFunction< Scalar > * > ext) |
Hermes::vector< MeshFunction < Scalar > * > | get_ext () const |
Additional Inherited Members | |
![]() | |
typedef Scalar | valueFunction (int n, double *wt, Func< Scalar > *u_ext[], Func< double > *u, Func< double > *v, Geom< double > *e, Func< Scalar > **ext) const |
![]() | |
unsigned int | i |
unsigned int | j |
unsigned int | previous_iteration_space_index |
SymFlag | sym |
![]() | |
void | set_weakform (WeakForm< Scalar > *wf) |
Set pointer to a WeakForm. | |
void | set_current_stage_time (double time) |
double | get_current_stage_time () const |
void | setScalingFactor (double scalingFactor) |
void | set_uExtOffset (int u_ext_offset) |
![]() | |
Hermes::vector< std::string > | areas |
Markers of the areas where this form will be assembled. | |
int | u_ext_offset |
Hermes::vector< MeshFunction < Scalar > * > | ext |
External solutions. | |
double | scaling_factor |
Form will be always multiplied (scaled) with this number. | |
WeakForm< Scalar > * | wf |
double | stage_time |
Jacobian matrix (same as stiffness matrix since projections are linear).
Definition at line 94 of file ogprojection.h.