Skip to content

Get a TensorField from TensorFieldData #1144

@igirault

Description

@igirault

Currently the class TensorFieldData enables to retrieve a list of fields via the static method TensorFieldData::GetFields. More exactly, this static method return a list of Grids, stored in the method as a public member named grids.

This would be great if TensorFieldData could also have a member of type TensorField, so that it could be directly retrieved via a similar static method TensorFieldData::GetTensorField. This would make the implementation of boundary conditions easier, as we could manipulate directly a TensorField instead of a list of Fields when handling vectors for instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions