|
void | atlas::mesh::atlas__mesh__Elements__delete (Elements *This) |
|
idx_t | atlas::mesh::atlas__mesh__Elements__size (const Elements *This) |
|
idx_t | atlas::mesh::atlas__mesh__Elements__begin (const Elements *This) |
|
idx_t | atlas::mesh::atlas__mesh__Elements__end (const Elements *This) |
|
BlockConnectivity * | atlas::mesh::atlas__mesh__Elements__node_connectivity (Elements *This) |
|
BlockConnectivity * | atlas::mesh::atlas__mesh__Elements__edge_connectivity (Elements *This) |
|
BlockConnectivity * | atlas::mesh::atlas__mesh__Elements__cell_connectivity (Elements *This) |
|
int | atlas::mesh::atlas__mesh__Elements__has_field (const Elements *This, char *name) |
|
int | atlas::mesh::atlas__mesh__Elements__nb_fields (const Elements *This) |
|
field::FieldImpl * | atlas::mesh::atlas__mesh__Elements__field_by_idx (Elements *This, idx_t idx) |
|
field::FieldImpl * | atlas::mesh::atlas__mesh__Elements__field_by_name (Elements *This, char *name) |
|
field::FieldImpl * | atlas::mesh::atlas__mesh__Elements__global_index (Elements *This) |
|
field::FieldImpl * | atlas::mesh::atlas__mesh__Elements__remote_index (Elements *This) |
|
field::FieldImpl * | atlas::mesh::atlas__mesh__Elements__partition (Elements *This) |
|
field::FieldImpl * | atlas::mesh::atlas__mesh__Elements__halo (Elements *This) |
|
const ElementType * | atlas::mesh::atlas__mesh__Elements__element_type (const Elements *This) |
|
void | atlas::mesh::atlas__mesh__Elements__add (Elements *This, idx_t nb_elements) |
|
- Author
- Willem Deconinck
- Date
- October 2015
This file describes the Elements class for a Mesh.