|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core.hpp"Classes | |
| struct | axom::bump::BlendData |
| This class contains views of blend data. BlendData contains the recipe for taking existing node values (e.g. coordinates, fields) and making new values that consist of node values that have been blended together in some way such as when it is necessary to introduce a new node along an edge or a new interior point. More... | |
Namespaces | |
| axom | |
| axom::bump | |
Functions | |
| AXOM_HOST_DEVICE axom::IndexType | axom::bump::numberOfValues (const BlendData &blend) |
| Return the number of blend groups in the BlendData (the number of values produced from the BlendData) More... | |