MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | mfem::ParGridFunction |
Class for parallel grid function. More... | |
Namespaces | |
namespace | mfem |
Functions | |
real_t | mfem::GlobalLpNorm (const real_t p, real_t loc_norm, MPI_Comm comm) |
Compute a global Lp norm from the local Lp norms computed by each processor. | |
real_t | mfem::L2ZZErrorEstimator (BilinearFormIntegrator &flux_integrator, const ParGridFunction &x, ParFiniteElementSpace &smooth_flux_fes, ParFiniteElementSpace &flux_fes, Vector &errors, int norm_p, real_t solver_tol, int solver_max_it) |