MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
Namespaces | Functions
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.
 
HypreParMatrix * mfem::MakeDiagonalMatrix (Vector &diag, const ParFiniteElementSpace &fes)
 Return a new HypreParMatrix with given diagonal entries.
 
const IntegrationRule & mfem::GetMassIntRule (FiniteElementSpace &fes_l2)