Class xlifepp::ThreadData#
-
class ThreadData#
-
class handling some possible shared data in omp computation(normal vectors, element, dof, …)
Public Functions
-
inline void reset(number_t t)#
-
resize global vectors theCurrentNxs, theCurrentNys, … to size s
reset all data of thread t
-
inline void resetAll()#
-
reset all data of current thread
reset all data of any thread
Public Members
-
GeomDomain *currentDomainx#
-
domain pointer or domain_x pointer
-
GeomDomain *currentDomainy#
-
domain_y pointer
-
std::vector<GeomElement*> theCurrentElements#
-
element pointers
-
inline void reset(number_t t)#