Galeri
Development
|
core | |
Object | Basic object for Galeri/pfem |
Galeri | |
core | |
Object | Basic class for all Galeri/pfem objects |
Workspace | Function class containing a few static methods and constants, to be used as workspace tools |
FiniteElements | |
AbstractGrid | Abstract interface to access finite element grids |
AbstractProblem | Abstract interface to define linear problems |
AbstractQuadrature | Interfaces for quadrature over elements |
AbstractVariational | Pure virtual class that defines the variational form |
FileGrid | |
GalerkinVariational | Defines a pure Galerkin variational form of a scalar PDE |
HexCubeGrid | Creates a grid composed by hexahedra in a cube |
HexQuadrature | Quadrature formula on hexahedra |
LinearProblem | Basic implementation of scalar finite element problem |
MEDITInterface | |
QuadQuadrature | Quadrature formula on quadrilaterals |
QuadRectangleGrid | Creates a grid with quadrilaterals on a rectangle |
SUPGVariational | SUPG discretization of an advection-diffusion PDE |
TetCubeGrid | Creates a grid with tetrahedral elements in a cube |
TetQuadrature | Quadrature formula on tetrahedra |
TRIANGLEGrid | |
TriangleQuadrature | Quadrature formula on triangles |
TriangleRectangleGrid | Creates a grid composed by triangles, the domain is a rectangle |
grid | |
Element | Basic class for grid elements |
Generator | |
Hex | Class for grid hexahedra |
Loadable | A flexible grid data structure container for distributed problems |
Point | Class for grid points |
Quad | Class for grid quadrilaterals |
Rebalance | |
Segment | Class for grid segments |
SerialXML | |
Tet | Class for grid tetrahedra |
Triangle | Class for grid triangles |
problem | |
Base | |
ScalarLaplacian | |
VectorLaplacian | |
quadrature | |
Element | |
Hex | |
Quad | |
Segment | |
Tet | |
Triangle | |
viz | |
MEDIT | |
VTK | |
Galeri_FileGrid | Reads a grid from file, in Galeri format |