MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Functions
gridfunc.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::GridFunction
 Class for grid function - Vector with associated FE space. More...
 
class  mfem::ExtrudeCoefficient
 Class used for extruding scalar GridFunctions. More...
 

Namespaces

 mfem
 

Functions

std::ostream & mfem::operator<< (std::ostream &out, const GridFunction &sol)
 
void mfem::ComputeFlux (BilinearFormIntegrator &blfi, GridFunction &u, GridFunction &flux, int wcoef, int sd)
 
void mfem::ZZErrorEstimator (BilinearFormIntegrator &blfi, GridFunction &u, GridFunction &flux, Vector &ErrorEstimates, int wsd)
 
GridFunction * mfem::Extrude1DGridFunction (Mesh *mesh, Mesh *mesh2d, GridFunction *sol, const int ny)
 Extrude a scalar 1D GridFunction, after extruding the mesh with Extrude1D. More...