-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Some properties have vector values. This is not supported by PropertyDomain (all domains are assumed to be scalars). This is problematic for constitutive properties as we cannot currently support a constitutive property that is a vector as there is no support in PropertyDomain for it. Each element of the vector has to be declared as a separate constitutive property, meaning they are not grouped in addition to not being scalable for writing.
Describe the solution you'd like
A clear and concise description of what you want to happen.
A suggestion is to have a property domain for vectors like
propertyDomain:
- groupDomain: #Domain for all elements in the group
- numberElements: #The number of elements in this group.
- groupIds: #A list of the domain ids: Optional - otherwise based on elementMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request