MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
namespace | mfem |
Functions | |
void | mfem::ComputeInverse (const Array< real_t > &A, Array< real_t > &Ainv) |
Compute the inverse of the matrix A and store the result in Ainv. | |
void | mfem::SubcellIntegrals (int n, const Poly_1D::Basis &basis, Array< real_t > &B) |
void | mfem::Transpose (const Array< real_t > &B, Array< real_t > &Bt) |