Go to the source code of this file.
|
template<arithmetic Real, size_t N, size_t... TensorDims> |
using | tatooine::flowexplorer::nodes::unsteady_field_from_file = field_from_file< Real, N, true, TensorDims... > |
|
template<arithmetic Real, size_t N, size_t... TensorDims> |
using | tatooine::flowexplorer::nodes::steady_field_from_file = field_from_file< Real, N, false, TensorDims... > |
|
using | tatooine::flowexplorer::nodes::steady_scalarfield_2d = steady_field_from_file< double, 2 > |
|
using | tatooine::flowexplorer::nodes::steady_scalarfield_3d = steady_field_from_file< double, 3 > |
|
using | tatooine::flowexplorer::nodes::unsteady_scalarfield_2d = unsteady_field_from_file< double, 2 > |
|
using | tatooine::flowexplorer::nodes::unsteady_scalarfield_3d = unsteady_field_from_file< double, 3 > |
|
using | tatooine::flowexplorer::nodes::steady_vectorfield_2d = steady_field_from_file< double, 2, 2 > |
|
using | tatooine::flowexplorer::nodes::steady_vectorfield_3d = steady_field_from_file< double, 3, 3 > |
|
using | tatooine::flowexplorer::nodes::unsteady_vectorfield_2d = unsteady_field_from_file< double, 2, 2 > |
|
using | tatooine::flowexplorer::nodes::unsteady_vectorfield_3d = unsteady_field_from_file< double, 3, 3 > |
|
◆ TATOOINE_FLOWEXPLORER_REGISTER_NODE() [1/4]
◆ TATOOINE_FLOWEXPLORER_REGISTER_NODE() [2/4]
◆ TATOOINE_FLOWEXPLORER_REGISTER_NODE() [3/4]
◆ TATOOINE_FLOWEXPLORER_REGISTER_NODE() [4/4]