NeoPZ
Enumerations | Functions
pzeltype.h File Reference

Defines enum MElementType and contains the implementation of MElementType_NNodes(...) functions. More...

#include <string>
#include <iostream>
#include <cstdlib>
#include "pzerror.h"
Include dependency graph for pzeltype.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  MElementType {
  EPoint, EOned, ETriangle, EQuadrilateral,
  ETetraedro, EPiramide, EPrisma, ECube,
  EPolygonal, EInterface, EInterfacePoint, EInterfaceLinear,
  EInterfaceSurface, ESubstructure, EGlobLoc, EDiscontinuous,
  EAgglomerate, ENoType, EInterfaceDisc
}
 Define the element types. More...
 

Functions

int MElementType_NNodes (MElementType elType)
 constant which defines the type of HDiv approximation space More...
 
std::string MElementType_Name (MElementType elType)
 Returns the name of the element type. More...
 

Detailed Description

Defines enum MElementType and contains the implementation of MElementType_NNodes(...) functions.

Definition in file pzeltype.h.