#include <coefficient.hpp>
Inherited by HessianCoefficient, HessianCoefficient, mfem::IdentityMatrixCoefficient, mfem::InverseMatrixCoefficient, mfem::MatrixArrayCoefficient, mfem::MatrixConstantCoefficient, mfem::MatrixFunctionCoefficient, mfem::MatrixRestrictedCoefficient, mfem::MatrixSumCoefficient, mfem::OuterProductCoefficient, mfem::ScalarMatrixProductCoefficient, and mfem::TransposeMatrixCoefficient.
Definition at line 546 of file coefficient.hpp.
mfem::MatrixCoefficient::MatrixCoefficient |
( |
int |
dim | ) |
|
|
inlineexplicit |
mfem::MatrixCoefficient::MatrixCoefficient |
( |
int |
h, |
|
|
int |
w |
|
) |
| |
|
inline |
virtual mfem::MatrixCoefficient::~MatrixCoefficient |
( |
| ) |
|
|
inlinevirtual |
Evaluate the matrix coefficient in the element described by T at the point ip, storing the result in K.
- Note
- When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).
Implemented in mfem::OuterProductCoefficient, mfem::InverseMatrixCoefficient, mfem::TransposeMatrixCoefficient, mfem::ScalarMatrixProductCoefficient, mfem::MatrixSumCoefficient, mfem::IdentityMatrixCoefficient, mfem::MatrixRestrictedCoefficient, mfem::MatrixArrayCoefficient, mfem::MatrixFunctionCoefficient, and mfem::MatrixConstantCoefficient.
int mfem::MatrixCoefficient::GetHeight |
( |
| ) |
const |
|
inline |
double mfem::MatrixCoefficient::GetTime |
( |
| ) |
|
|
inline |
int mfem::MatrixCoefficient::GetVDim |
( |
| ) |
const |
|
inline |
int mfem::MatrixCoefficient::GetWidth |
( |
| ) |
const |
|
inline |
void mfem::MatrixCoefficient::SetTime |
( |
double |
t | ) |
|
|
inline |
int mfem::MatrixCoefficient::height |
|
protected |
double mfem::MatrixCoefficient::time |
|
protected |
int mfem::MatrixCoefficient::width |
|
protected |
The documentation for this class was generated from the following file: