MFEM  v4.6.0
Finite element discretization library
Namespaces | Functions
hdiv_linear_solver.cpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

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