Skip to content

feat: feat: support vector property domain #243

@michael-johnston

Description

@michael-johnston

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 element

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions