v0.14.0 |
Implementation of projection matrix. More...
Go to the source code of this file.
Macros | |
#define | INIT_DATA_CONSTRAINMATRIXCTX |
Functions | |
MoFEMErrorCode | ProjectionMatrixMultOpQ (Mat Q, Vec x, Vec f) |
Multiplication operator for Q = I-CTC(CCT)^-1C. More... | |
MoFEMErrorCode | ConstrainMatrixMultOpP (Mat P, Vec x, Vec f) |
Multiplication operator for P = CT(CCT)^-1C. More... | |
MoFEMErrorCode | ConstrainMatrixMultOpR (Mat R, Vec x, Vec f) |
Multiplication operator for R = CT(CCT)^-1. More... | |
MoFEMErrorCode | ConstrainMatrixMultOpRT (Mat RT, Vec x, Vec f) |
Multiplication operator for RT = (CCT)^-TC. More... | |
MoFEMErrorCode | ConstrainMatrixMultOpCTC_QTKQ (Mat CTC_QTKQ, Vec x, Vec f) |
Multiplication operator for RT = (CCT)^-TC. More... | |
MoFEMErrorCode | ConstrainMatrixDestroyOpPorQ (Mat Q) |
Destroy shell matrix Q. More... | |
MoFEMErrorCode | ConstrainMatrixDestroyOpQTKQ (Mat QTKQ) |
Destroy shell matrix. More... | |
Variables | |
const static bool | debug = false |
#define INIT_DATA_CONSTRAINMATRIXCTX |
Definition at line 15 of file ConstrainMatrixCtx.cpp.
|
static |
Definition at line 13 of file ConstrainMatrixCtx.cpp.