|
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...
|
|
Can be used if constrains are linear, i.e. are not function of time.
Definition in file ConstrainMatrixCtx.hpp.