Class xlifepp::IEcomputationParameters#
-
class IEcomputationParameters#
-
Public Members
-
bool changeSign_v = false#
-
if true change signs of u/v dofs according to sign_u/sign_v
-
bool extend_v = false#
-
true if u/v lives on a extended domain
-
FEMapType femt_v = _standardMap#
-
type of map type (_standardMap,_contravariantPiolaMap,_covariantPiolaMap)
-
bool hasf_v = false#
-
true if operator on u/v requires to evaluate a function
-
bool isId = true#
-
true if operator on u and v are identity
-
bool isoGeo = false#
-
true if computation uses iso-geometric way
-
const Parametrization *isoPar_y = nullptr#
-
pointers to x or y-parametrization if defined
-
bool isP0 = true#
-
true if u and v interpolations are P0
-
bool isUptodate = false#
-
true if up to date
-
bool knor_y = false#
-
true if x-normal/y-normal is required by kernel;
-
MeshElement *melt_v = nullptr#
-
pointer to mesh elements
-
bool opisid_v = true#
-
true if operator on u/v is identity
-
bool rotsh_v = false#
-
true if dof rotation has to be done
-
bool scalar_k = true#
-
true if scalar kernel
-
bool useAux = false#
-
true if v-shapevalues must be stored in relt_v->qshvs_aux
-
bool changeSign_v = false#