Class xlifepp::PhysicalData#

class PhysicalData#

Collaboration diagram for xlifepp::PhysicalData:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xlifepp::PhysicalData" tooltip="xlifepp::PhysicalData" fillcolor="#BFBFBF"] }

store data related to a physical group: domain name, domain id and dimension

Public Functions

inline PhysicalData(string_t name, number_t i, dimen_t d)#

constructor

inline bool operator<(const PhysicalData &cd) const#

comparison operator

void print(std::ostream&) const#

print mesh data

Public Members

dimen_t dim#

dimension of the physical group default constructor

string_t domName#

name of the physical group

number_t id#

id of the physical group

Friends

friend std::ostream &operator<<(std::ostream&, const PhysicalData&)#

print operator