![]() |
v0.14.0 |
Implementation of projection matrix. More...
#include <ConstrainMatrixCtx.hpp>
Go to the source code of this file.
Namespaces | |
MoFEM | |
implementation of Data Operators for Forces and Sources | |
Macros | |
#define | INIT_DATA_CONSTRAINMATRIXCTX |
Functions | |
MoFEMErrorCode | MoFEM::ProjectionMatrixMultOpQ (Mat Q, Vec x, Vec f) |
Multiplication operator for Q = I-CTC(CCT)^-1C. More... | |
MoFEMErrorCode | MoFEM::ConstrainMatrixMultOpP (Mat P, Vec x, Vec f) |
Multiplication operator for P = CT(CCT)^-1C. More... | |
MoFEMErrorCode | MoFEM::ConstrainMatrixMultOpR (Mat R, Vec x, Vec f) |
Multiplication operator for R = CT(CCT)^-1. More... | |
MoFEMErrorCode | MoFEM::ConstrainMatrixMultOpRT (Mat RT, Vec x, Vec f) |
Multiplication operator for RT = (CCT)^-TC. More... | |
MoFEMErrorCode | MoFEM::ConstrainMatrixMultOpCTC_QTKQ (Mat CTC_QTKQ, Vec x, Vec f) |
Multiplication operator for RT = (CCT)^-TC. More... | |
MoFEMErrorCode | MoFEM::ConstrainMatrixDestroyOpPorQ (Mat Q) |
Destroy shell matrix Q. More... | |
MoFEMErrorCode | MoFEM::ConstrainMatrixDestroyOpQTKQ (Mat QTKQ) |
Destroy shell matrix. More... | |
Variables | |
const static bool | MoFEM::debug = false |
Implementation of projection matrix.
Definition in file ConstrainMatrixCtx.cpp.
#define INIT_DATA_CONSTRAINMATRIXCTX |
Definition at line 11 of file ConstrainMatrixCtx.cpp.