Chi-Tech
cell.h File Reference
#include "../chi_mesh.h"
#include "data_types/chi_data_types.h"
#include <tuple>

Go to the source code of this file.

Data Structures

class  chi_mesh::CellFace
 
class  chi_mesh::Cell
 

Namespaces

namespace  chi_mesh
 

Enumerations

enum class  chi_mesh::CellType {
  chi_mesh::GHOST = 0 , chi_mesh::SLAB = 1 , chi_mesh::TRIANGLE = 4 , chi_mesh::QUADRILATERAL = 5 ,
  chi_mesh::POLYGON = 6 , chi_mesh::TETRAHEDRON = 7 , chi_mesh::HEXAHEDRON = 8 , chi_mesh::WEDGE = 9 ,
  chi_mesh::PYRAMID = 10 , chi_mesh::POLYHEDRON = 20 , chi_mesh::POINT = 99
}
 

Functions

std::string chi_mesh::CellTypeName (CellType type)