#include "Topology_Types.h"
Go to the source code of this file.
Namespaces | |
namespace | LCM |
Fracture criteria classes are required to have a method called check that takes as argument an entity and returns a bool. | |
Functions | |
void | LCM::display_connectivity (BulkData *bulk_data, EntityRank cell_rank) |
Output the mesh connectivity. | |
void | LCM::display_relation (Entity const &entity) |
Output relations associated with entity The entity may be of any rank. | |
void | LCM::display_relation (Entity const &entity, EntityRank const rank) |
Output relations of a given rank associated with entity. | |
bool | LCM::is_one_down (Entity const &entity, Relation const &relation) |
bool | LCM::is_one_up (Entity const &entity, Relation const &relation) |
bool | LCM::is_graph_relation (Entity const &source_entity, Relation const &relation) |
Test whether a given source entity and relation are valid in the sense of the graph representation. | |
bool | LCM::is_needed_for_stk (Entity const &source_entity, Relation const &relation, EntityRank const cell_rank) |
Test whether a given source entity and relation are needed in STK to maintain connectivity information. | |
PairIterRelation | LCM::relations_all (Entity const &entity) |
Iterators to all relations. | |
PairIterRelation | LCM::relations_one_up (Entity const &entity) |
Iterators to relations one level up. | |
PairIterRelation | LCM::relations_one_down (Entity const &entity) |
Iterators to relations one level down. | |
std::string | LCM::parallelize_string (std::string const &string) |
Add a dash and processor rank to a string. |