#include <frmE_matrix.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
FrmE_PointToMapping (const ElementFormulaContainer< Point< F, dim *dim >, G > &frm, bool transpose=false) | |
Constructor. | |
virtual Mapping< F, dim > | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual Mapping< F, dim > | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
virtual Mapping< F, dim > | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
virtual FrmE_PointToMapping< dim, F, G > * | clone () const |
Virtual copy constructor. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Class which maps an element formula of type Point (a vector) to one of type Mapping (a matrix).
The order of the entries if in the mapping (matrix) is first along the rows and then along the columns. If is the vector of length , then the matrix is given by
If the transpose flag is set to true, the order is first along the columns.
Definition at line 34 of file frmE_matrix.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Constructor.
Definition at line 37 of file frmE_matrix.hh.
|
inlinevirtual |
Definition at line 43 of file frmE_matrix.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 63 of file frmE_matrix.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 68 of file frmE_matrix.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 45 of file frmE_matrix.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 51 of file frmE_matrix.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 57 of file frmE_matrix.hh.