#include <string>
#include "atlas/library/config.h"
#include "atlas/util/Object.h"
Go to the source code of this file.
|
| atlas |
| Contains all atlas classes and methods.
|
|
|
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) |
|
- Author
- Willem Deconinck
- Date
- October 2015