concepts::FrmE_PointToMapping< dim, F, G > Class Template Referenceabstract
Class which maps an element formula of type Point (a vector) to one of type Mapping (a matrix). More...
#include <frmE_matrix.hh>
Public Types | |
typedef Mapping< F, dim > | value_type |
Public Member Functions | |
virtual FrmE_PointToMapping< dim, F, G > * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< Mapping< F, dim >, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
FrmE_PointToMapping (const ElementFormulaContainer< Point< F, dim *dim >, G > &frm, bool transpose=false) | |
Constructor. More... | |
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 Mapping< F, dim > | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Mapping< F, dim > | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Mapping< F, dim > | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual | ~FrmE_PointToMapping () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Member Functions | |
template<class H > | |
Mapping< F, dim > | compute_ (const ElementWithCell< G > &elm, const H &p, const Real t=0.0) const |
Private Attributes | |
ElementFormulaContainer< Point< F, dim *dim >, G > | frm_ |
The original formula. More... | |
bool | transpose_ |
The flag if the transposed is to be taken. More... | |
Detailed Description
template<int dim, class F, class G = typename Realtype<F>::type>
class concepts::FrmE_PointToMapping< dim, F, G >
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.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ FrmE_PointToMapping()
|
inline |
Constructor.
Definition at line 37 of file frmE_matrix.hh.
◆ ~FrmE_PointToMapping()
|
inlinevirtual |
Definition at line 43 of file frmE_matrix.hh.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 63 of file frmE_matrix.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ compute_()
|
inlineprivate |
Definition at line 78 of file frmE_matrix.hh.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 68 of file frmE_matrix.hh.
◆ operator()() [1/6]
|
inlinevirtual |
Definition at line 45 of file frmE_matrix.hh.
◆ operator()() [2/6]
|
inlinevirtual |
Definition at line 51 of file frmE_matrix.hh.
◆ operator()() [3/6]
|
inlinevirtual |
Definition at line 57 of file frmE_matrix.hh.
◆ operator()() [4/6]
|
pure virtualinherited |
◆ operator()() [5/6]
|
pure virtualinherited |
◆ operator()() [6/6]
|
pure virtualinherited |
Member Data Documentation
◆ frm_
|
private |
The original formula.
Definition at line 73 of file frmE_matrix.hh.
◆ transpose_
|
private |
The flag if the transposed is to be taken.
Definition at line 75 of file frmE_matrix.hh.
The documentation for this class was generated from the following file:
- formula/frmE_matrix.hh