|
| ND_WedgeDofTransformation (int order) |
|
void | TransformPrimal (double *v) const |
|
void | TransformPrimal (Vector &v) const |
|
virtual void | TransformPrimal (const Array< int > &face_orientation, double *v) const =0 |
|
void | TransformPrimal (const Array< int > &face_orientation, Vector &v) const |
|
void | InvTransformPrimal (double *v) const |
|
void | InvTransformPrimal (Vector &v) const |
|
virtual void | InvTransformPrimal (const Array< int > &face_orientation, double *v) const =0 |
|
void | InvTransformPrimal (const Array< int > &face_orientation, Vector &v) const |
|
void | TransformDual (double *v) const |
|
void | TransformDual (Vector &v) const |
|
void | TransformDual (DenseMatrix &V) const |
|
virtual void | TransformDual (const Array< int > &face_orientation, double *v) const =0 |
|
void | TransformDual (const Array< int > &face_orientation, Vector &v) const |
|
void | InvTransformDual (double *v) const |
|
void | InvTransformDual (Vector &v) const |
|
virtual void | InvTransformDual (const Array< int > &face_orientation, double *v) const =0 |
|
void | InvTransformDual (const Array< int > &face_orientation, Vector &v) const |
|
void | SetFaceOrientations (const Array< int > &face_orientation) |
| Configure the transformation using face orientations for the current element. More...
|
|
const Array< int > & | GetFaceOrientations () const |
|
void | TransformPrimal (double *v) const |
|
void | TransformPrimal (Vector &v) const |
|
void | TransformPrimalCols (DenseMatrix &V) const |
| Transform groups of DoFs stored as dense matrices. More...
|
|
void | InvTransformPrimal (double *v) const |
|
void | InvTransformPrimal (Vector &v) const |
|
void | TransformDual (double *v) const |
|
void | TransformDual (Vector &v) const |
|
void | InvTransformDual (double *v) const |
|
void | InvTransformDual (Vector &v) const |
|
void | TransformDual (DenseMatrix &V) const |
|
void | TransformDualRows (DenseMatrix &V) const |
| Transform rows of a dense matrix containing dual DoFs. More...
|
|
void | TransformDualCols (DenseMatrix &V) const |
| Transform columns of a dense matrix containing dual DoFs. More...
|
|
virtual | ~DofTransformation ()=default |
|
virtual void | TransformPrimal (const Array< int > &face_orientation, double *v) const=0 |
|
void | TransformPrimal (const Array< int > &face_orientation, Vector &v) const |
|
virtual void | InvTransformPrimal (const Array< int > &face_orientation, double *v) const=0 |
|
void | InvTransformPrimal (const Array< int > &face_orientation, Vector &v) const |
|
virtual void | TransformDual (const Array< int > &face_orientation, double *v) const=0 |
|
void | TransformDual (const Array< int > &face_orientation, Vector &v) const |
|
virtual void | InvTransformDual (const Array< int > &face_orientation, double *v) const=0 |
|
void | InvTransformDual (const Array< int > &face_orientation, Vector &v) const |
|
int | Size () const |
|
int | Height () const |
|
int | NumRows () const |
|
int | Width () const |
|
int | NumCols () const |
|
void | TransformPrimal (const Array< int > &face_orientation, Vector &v) const |
|
void | InvTransformPrimal (const Array< int > &face_orientation, Vector &v) const |
|
void | TransformDual (const Array< int > &face_orientation, Vector &v) const |
|
void | InvTransformDual (const Array< int > &face_orientation, Vector &v) const |
|
| ND_WedgeStatelessDofTransformation (int order) |
|
void | TransformPrimal (const Array< int > &face_orientation, double *v) const |
|
void | InvTransformPrimal (const Array< int > &face_orientation, double *v) const |
|
void | TransformDual (const Array< int > &face_orientation, double *v) const |
|
void | InvTransformDual (const Array< int > &face_orientation, double *v) const |
|
DoF transformation implementation for the Nedelec basis on wedge elements.
Definition at line 515 of file doftrans.hpp.