![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| namespace | mfem |
Functions | |
| BlockMatrix * | mfem::Transpose (const BlockMatrix &A) |
| Transpose a BlockMatrix: result = A'. | |
| BlockMatrix * | mfem::Mult (const BlockMatrix &A, const BlockMatrix &B) |
| Multiply BlockMatrix matrices: result = A*B. | |