-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels