Class xlifepp::ProdSpace#

class ProdSpace : public xlifepp::Space#

defines data related to a product of spaces this class may be useful when interpolations along the components are differents when they are all the same, use standard space definitions NOT USED, for future

Public Functions

virtual number_t dimSpace() const#

returns space dimension

inline virtual number_t dofId(number_t n) const#

return the DoF id of n-th space DoF (n=1,…)

virtual number_t nbdofs() const#

returns number of dofs

inline virtual Space *rootSpace()#

access to root space pointer

inline virtual const Space *rootSpace() const#

access to root space pointer (const)