atlas
Classes | Namespaces | Functions
ElementType.h File Reference
#include <string>
#include "atlas/library/config.h"
#include "atlas/util/Object.h"
Include dependency graph for ElementType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  atlas::mesh::ElementType
 ElementType class (abstract) that provides access to geometric information of an element. More...
 
class  atlas::mesh::temporary::Volume
 
class  atlas::mesh::temporary::Face
 
class  atlas::mesh::temporary::Edge
 
class  atlas::mesh::temporary::Vertex
 
class  atlas::mesh::temporary::Quadrilateral
 
class  atlas::mesh::temporary::Triangle
 
class  atlas::mesh::temporary::Line
 

Namespaces

 atlas
 Contains all atlas classes and methods.
 

Functions

ElementType * atlas::mesh::atlas__mesh__Triangle__create ()
 
ElementType * atlas::mesh::atlas__mesh__Quadrilateral__create ()
 
ElementType * atlas::mesh::atlas__mesh__Line__create ()
 
void atlas::mesh::atlas__mesh__ElementType__delete (ElementType *This)
 
idx_t atlas::mesh::atlas__mesh__ElementType__nb_nodes (const ElementType *This)
 
idx_t atlas::mesh::atlas__mesh__ElementType__nb_edges (const ElementType *This)
 
int atlas::mesh::atlas__mesh__ElementType__parametric (const ElementType *This)
 
const char * atlas::mesh::atlas__mesh__ElementType__name (const ElementType *This)
 

Detailed Description

Author
Willem Deconinck
Date
October 2015