chrono::fea::ChFieldDataStateless Class Reference
Description
Class for data structures for the per-node and per-materialpoint properties that do NOT contain an integrable state.
Inherit from this if you need to attach some data like "price", "wage", etc. It has minimal memory cost because it does not contain State, StateDt etc.
#include <ChFieldData.h>
Inheritance diagram for chrono::fea::ChFieldDataStateless:

Collaboration diagram for chrono::fea::ChFieldDataStateless:

Additional Inherited Members | |
Public Member Functions inherited from chrono::fea::ChFieldData | |
| virtual ChFieldData * | GetNthSubData (int n) |
| Optionally, a ChFieldData could have children ChFieldData objects, like a tree structure. More... | |
| template<typename VisitorFunc > | |
| void | VisitTree (VisitorFunc &&visitor) |
| template<typename VisitorFunc > | |
| void | ForEach (VisitorFunc &&visitor) |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/fea/ChFieldData.h
Public Member Functions inherited from