Class xlifepp::DomainInfo#
-
class DomainInfo#
-
to store general information of geometric domain
Public Functions
-
inline DomainInfo(const string_t &na, dimen_t d, DomainType dt, const Mesh *m, const string_t &desc = "", bool ts = true)#
-
basic constructor
-
void print(std::ostream&) const#
-
print DomainInfo informations
Public Members
-
real_t averageEltMeasure#
-
min, max, average measure of elements
-
real_t averageEltSize#
-
min, max, average size of elements
-
real_t averageSideMeasure#
-
min, max, average of side measures
-
real_t boundaryMeasure#
-
numerical measure of domain and boundary domain
-
string_t description#
-
description of the domain
-
DomainType domType#
-
type of domain
-
mutable number_t maxEltOrder#
-
max element order (computed when calling MeshDomain::order())
-
string_t name#
-
name of domain
-
bool sideStatsComputed#
-
true if Domain::computeStatistics is called with boolean true
-
bool statsComputed#
-
true if Domain::computeStatistics is called
-
bool toSave#
-
true if the domain is, by construction, intended to be saved into a file (by the saveToFile function)
-
inline DomainInfo(const string_t &na, dimen_t d, DomainType dt, const Mesh *m, const string_t &desc = "", bool ts = true)#