MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
hdiv_linear_solver.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  mfem
 

Functions

void mfem::Reciprocal (Vector &x)
 Replace x[i] with 1.0/x[i] for all i.
 
HypreParMatrixmfem::MakeDiagonalMatrix (Vector &diag, const ParFiniteElementSpace &fes)
 Return a new HypreParMatrix with given diagonal entries.
 
const IntegrationRulemfem::GetMassIntRule (FiniteElementSpace &fes_l2)