MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MeshEntry.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeshEntry
 

Enumerations

enum  MeshType {
  BAD, CUBOID, CYL, CYL_SHELL,
  CYL_SHELL_SEG, SPHERE, SPHERE_SHELL, SPHERE_SHELL_SEG,
  TETRAHEDRON, DISK, ENDO
}
 

Enumeration Type Documentation

enum MeshType

MeshType is a set of possible mesh geometries known at this time to the system

Enumerator
BAD 
CUBOID 
CYL 
CYL_SHELL 
CYL_SHELL_SEG 
SPHERE 
SPHERE_SHELL 
SPHERE_SHELL_SEG 
TETRAHEDRON 
DISK 
ENDO 

Definition at line 17 of file MeshEntry.h.