60 Property(
Type t,
int px,
size_t p,
char ld,
char lx = 0,
char b = 0) :
std::vector< Property > PropertyVec
Vector of properties.
Definition: Property.h:64
Struct for representing a distributed physical property.
Definition: Property.h:26
char basis
Which basis the property is defined on.
Definition: Property.h:54
size_t patch
Patch index [1,nPatch].
Definition: Property.h:51
Property(Type t, int px, size_t p, char ld, char lx=0, char b=0)
Constructor creating an initialized property instance.
Definition: Property.h:60
Type
The available property types.
Definition: Property.h:32
char lindx
Local entity index (1-based) which is assigned the property.
Definition: Property.h:52
char ldim
Local entity dimension flag [0,3].
Definition: Property.h:53
Property()
Default constructor.
Definition: Property.h:57
int pindx
Physical property index (0-based)
Definition: Property.h:50
Type pcode
Physical property code.
Definition: Property.h:49