41 Facet(
unsigned int size,
unsigned int id[]);
60 bool isIn(
unsigned int)
const;
A cell has an unique index in the physical model object, is composed by atoms, and different basic pr...
Definition Cell.h:46
Class facet to hold and compare facet This class is used for the extraction of external surface durin...
Definition Facet.h:38
virtual ~Facet()
destructor
Definition Facet.cpp:44
Cell * getCell(PhysicalModel *) const
return the corresponding PML cell
Definition Facet.cpp:98
bool testEquivalence(unsigned int size, unsigned int id[])
if it is the same (equivalent) facet, increment used (return true if equivalence)
Definition Facet.cpp:70
void debug()
print on stdout
Definition Facet.cpp:49
unsigned int getUsed() const
get the number of time it is being used
Definition Facet.cpp:128
This is the main class of this project.
Definition PhysicalModel.h:86