ansys::dpf::locations Struct Reference
Last update: 10.07.2023
ansys::dpf::locations Struct Reference
Predefined location quantities. More...
#include <dpf_api_base.h>
Static Public Member Functions | |
static std::vector< Location > const & | all () |
static void | add_custom (Location const &) |
Static Public Attributes | |
static const Location | nodal |
static const Location | elemental |
static const Location | elemental_nodal |
static const Location | elemental_nodal_centroid |
static const Location | overall |
static const Location | nodal_elemental |
static const Location | faces |
static const Location | body |
static const Location | contact |
static const Location | joint |
static const Location | topology |
static const Location | udf_criteria |
static const Location | time_step |
static const Location | time_set |
static const Location | harmonic_index |
static const Location | phase |
static const Location | species |
static const Location | zone |
static const Location | band |
static const Location | unknown |
Detailed Description
Member Function Documentation
◆ add_custom()
|
static |
Adds a custom defined location.
◆ all()
|
static |
Gets all user-defined and predefined locations.
- Returns
- All locations.
Field Documentation
◆ band
|
static |
Predefined band location.
◆ body
|
static |
Predefined body location.
◆ contact
|
static |
Predefined contact location.
◆ elemental
|
static |
Predefined elemental location.
◆ elemental_nodal
|
static |
Predefined elemental_nodal location.
- Examples
- AveragingTest.cpp, and DataApis.cpp.
◆ elemental_nodal_centroid
|
static |
Predefined elemental_nodal_centroid location.
◆ faces
|
static |
Predefined faces location.
◆ harmonic_index
|
static |
Predefined harmonic_index location.
◆ joint
|
static |
Predefined joint location.
◆ nodal
|
static |
Predefined nodal location.
◆ nodal_elemental
|
static |
Predefined nodal_elemental location.
◆ overall
|
static |
Predefined overall location.
◆ phase
|
static |
Predefined phase location.
◆ species
|
static |
Predefined species location.
◆ time_set
|
static |
Predefined time_set location.
- Examples
- DataApis.cpp.
◆ time_step
|
static |
Predefined time_step location.
- Examples
- DataApis.cpp, and OperatorsApis.cpp.
◆ topology
|
static |
Predefined topology location.
◆ udf_criteria
|
static |
Predefined udf_criteria location.
◆ unknown
|
static |
Predefined unknown location.
◆ zone
|
static |
Predefined zones location.