MFEM
v4.0
Finite element discretization library
|
Matrix coefficient defined as the transpose a matrix. More...
#include <coefficient.hpp>
Public Member Functions | |
TransposeMatrixCoefficient (MatrixCoefficient &A) | |
virtual void | Eval (DenseMatrix &M, ElementTransformation &T, const IntegrationPoint &ip) |
Evaluate the matrix coefficient in the element described by T at the point ip, storing the result in K. More... | |
Public Member Functions inherited from mfem::MatrixCoefficient | |
MatrixCoefficient (int dim) | |
MatrixCoefficient (int h, int w) | |
void | SetTime (double t) |
double | GetTime () |
int | GetHeight () const |
int | GetWidth () const |
int | GetVDim () const |
virtual | ~MatrixCoefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::MatrixCoefficient | |
int | height |
int | width |
double | time |
Matrix coefficient defined as the transpose a matrix.
Definition at line 906 of file coefficient.hpp.
mfem::TransposeMatrixCoefficient::TransposeMatrixCoefficient | ( | MatrixCoefficient & | A | ) |
Definition at line 535 of file coefficient.cpp.
|
virtual |
Evaluate the matrix coefficient in the element described by T at the point ip, storing the result in K.
Implements mfem::MatrixCoefficient.
Definition at line 539 of file coefficient.cpp.