api/aspherix_mesh_element_list.h

This is the header file used to describe all of the mesh elements of a mesh, it is an iterable list. The member functions are:


MeshElementList

Constructor

begin

Get the start of the mesh element list.

end

Get the end of the mesh element list.

operator[]

Get a mesh element by id (only returns non-null if the mesh element is on that processor).

getByIndex

Get a mesh element by index. Note, id stays constant throughout the simulation but index can change with load balancing for example.