#include <element.hh>
Public Member Functions | |
GenericElement (const concepts::EdgeNd &cell, uint p, concepts::TColumn< typename BaseT::FieldT > *T0, concepts::TColumn< typename BaseT::FieldT > *T1) | |
const concepts::TMatrix< typename BaseT::FieldT > & | T () const override |
void | appendT (concepts::TColumn< typename BaseT::FieldT > *T) |
Appends the T columns to the T matrix. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const override |
Protected Attributes | |
concepts::TMatrix< typename BaseT::FieldT > | T_ |
T matrix of the element. | |
1D generic element.
Definition at line 225 of file element.hh.
|
inline |
Constructor.
cell | Cell of this element |
p | Polynomial degree of this element |
T0 | List of T columns for this element |
T1 | List of T columns for this element |
Definition at line 233 of file element.hh.
|
inlineoverride |
Definition at line 243 of file element.hh.
|
inline |
Appends the T columns to the T matrix.
Definition at line 253 of file element.hh.
|
inlineoverride |
Definition at line 248 of file element.hh.
|
protected |
T matrix of the element.
Definition at line 261 of file element.hh.