DOLFIN
DOLFIN C++ interface
|
This is the complete list of members for dolfin::CellType, including all inherited members.
_cell_type (defined in dolfin::CellType) | dolfin::CellType | protected |
_facet_type (defined in dolfin::CellType) | dolfin::CellType | protected |
cell_normal(const Cell &cell) const =0 | dolfin::CellType | pure virtual |
cell_type() const | dolfin::CellType | inline |
CellType(Type cell_type, Type facet_type) | dolfin::CellType | |
circumradius(const MeshEntity &entity) const =0 | dolfin::CellType | pure virtual |
collides(const Cell &cell, const Point &point) const =0 | dolfin::CellType | pure virtual |
collides(const Cell &cell, const MeshEntity &entity) const =0 | dolfin::CellType | pure virtual |
create(Type type) | dolfin::CellType | static |
create(std::string type) | dolfin::CellType | static |
create_entities(boost::multi_array< unsigned int, 2 > &e, std::size_t dim, const unsigned int *v) const =0 | dolfin::CellType | pure virtual |
description(bool plural) const =0 | dolfin::CellType | pure virtual |
dim() const =0 | dolfin::CellType | pure virtual |
entity_type(std::size_t i) const | dolfin::CellType | |
facet_area(const Cell &cell, std::size_t facet) const =0 | dolfin::CellType | pure virtual |
facet_type() const | dolfin::CellType | inline |
h(const MeshEntity &entity) const | dolfin::CellType | virtual |
inradius(const Cell &cell) const | dolfin::CellType | virtual |
is_simplex() const =0 | dolfin::CellType | pure virtual |
normal(const Cell &cell, std::size_t facet, std::size_t i) const =0 | dolfin::CellType | pure virtual |
normal(const Cell &cell, std::size_t facet) const =0 | dolfin::CellType | pure virtual |
num_entities(std::size_t dim) const =0 | dolfin::CellType | pure virtual |
num_vertices() const | dolfin::CellType | inline |
num_vertices(std::size_t dim) const =0 | dolfin::CellType | pure virtual |
order(Cell &cell, const std::vector< std::int64_t > &local_to_global_vertex_indices) const =0 | dolfin::CellType | pure virtual |
ordered(const Cell &cell, const std::vector< std::int64_t > &local_to_global_vertex_indices) const | dolfin::CellType | |
orientation(const Cell &cell) const =0 | dolfin::CellType | pure virtual |
orientation(const Cell &cell, const Point &up) const | dolfin::CellType | |
radius_ratio(const Cell &cell) const | dolfin::CellType | virtual |
sort_entities(std::size_t num_vertices, unsigned int *vertices, const std::vector< std::int64_t > &local_to_global_vertex_indices) | dolfin::CellType | protectedstatic |
squared_distance(const Cell &cell, const Point &point) const =0 | dolfin::CellType | pure virtual |
string2type(std::string type) | dolfin::CellType | static |
Type enum name | dolfin::CellType | |
type2string(Type type) | dolfin::CellType | static |
volume(const MeshEntity &entity) const =0 | dolfin::CellType | pure virtual |
vtk_mapping() const =0 | dolfin::CellType | pure virtual |
~CellType() | dolfin::CellType | virtual |