|
| template<class K > |
| static FieldVector< K, 3 > | vectorProduct (const FieldVector< K, 3 > &u, const FieldVector< K, 3 > &v) |
| |
| template<class K , int m> |
| static K | determinant ([[maybe_unused]] const FieldMatrix< K, 0, m > &matrix) |
| |
| template<class K > |
| static K | determinant (const FieldMatrix< K, 1, 1 > &matrix) |
| |
| template<class K , int m> |
| static K | determinant (const FieldMatrix< K, 1, m > &matrix) |
| |
| template<class K > |
| static K | determinant (const FieldMatrix< K, 2, 2 > &matrix) |
| |
| template<class K > |
| static K | determinant (const FieldMatrix< K, 2, 3 > &matrix) |
| |
| template<class K , int m> |
| static K | determinant (const FieldMatrix< K, 2, m > &matrix) |
| |
| template<class K > |
| static K | determinant (const FieldMatrix< K, 3, 3 > &matrix) |
| |
| template<class K , int m> |
| static K | invert ([[maybe_unused]] const FieldMatrix< K, 0, m > &matrix, [[maybe_unused]] FieldMatrix< K, m, 0 > &inverse) |
| |
| template<class K > |
| static K | invert (const FieldMatrix< K, 1, 1 > &matrix, FieldMatrix< K, 1, 1 > &inverse) |
| |
| template<class K , int m> |
| static K | invert (const FieldMatrix< K, 1, m > &matrix, FieldMatrix< K, m, 1 > &inverse) |
| |
| template<class K > |
| static K | invert (const FieldMatrix< K, 2, 2 > &matrix, FieldMatrix< K, 2, 2 > &inverse) |
| |
| template<class K , int m> |
| static K | invert (const FieldMatrix< K, 2, m > &matrix, FieldMatrix< K, m, 2 > &inverse) |
| |
| template<class K > |
| static K | invert (const FieldMatrix< K, 3, 3 > &matrix, FieldMatrix< K, 3, 3 > &inverse) |
| |
| void | abs (const DofVectorPointer< int > &dofVector) |
| |
| int | max (const DofVectorPointer< int > &dofVector) |
| |
| int | min (const DofVectorPointer< int > &dofVector) |
| |
| template<class Data > |
| Data * | memAlloc (size_t size) |
| |
| template<class Data > |
| Data * | memCAlloc (size_t size) |
| |
| template<class Data > |
| Data * | memReAlloc (Data *ptr, size_t oldSize, size_t newSize) |
| |
| template<class Data > |
| void | memFree (Data *ptr, size_t size) |
| |
| template<int dim> |
| int | applyTwist (int twist, int i) |
| |
| template<int dim> |
| int | applyInverseTwist (int twist, int i) |
| |