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