#include <H5Slice_traits.hpp>
|
| ElementSet (std::initializer_list< std::size_t > list) |
| Create a list of points of N-dimension for selection. More...
|
|
| ElementSet (std::initializer_list< std::vector< std::size_t >> list) |
| Create a list of points of N-dimension for selection. More...
|
|
| ElementSet (const std::vector< std::size_t > &element_ids) |
| Create a list of points of N-dimension for selection. More...
|
|
| ElementSet (const std::vector< std::vector< std::size_t >> &element_ids) |
| Create a list of points of N-dimension for selection. More...
|
|
◆ ElementSet() [1/4]
HighFive::ElementSet::ElementSet |
( |
std::initializer_list< std::size_t > |
list | ) |
|
|
inlineexplicit |
Create a list of points of N-dimension for selection.
- Parameters
-
list | List of continuous coordinates (eg.: in 2 dimensions space ElementSet{1, 2, 3 ,4} create points (1, 2) and (3, 4) ). |
◆ ElementSet() [2/4]
HighFive::ElementSet::ElementSet |
( |
std::initializer_list< std::vector< std::size_t >> |
list | ) |
|
|
inlineexplicit |
Create a list of points of N-dimension for selection.
- Parameters
-
list | List of N-dim points. |
◆ ElementSet() [3/4]
HighFive::ElementSet::ElementSet |
( |
const std::vector< std::size_t > & |
element_ids | ) |
|
|
inlineexplicit |
Create a list of points of N-dimension for selection.
- Parameters
-
element_ids | List of continuous coordinates (eg.: in 2 dimensions space ElementSet{1, 2, 3 ,4} create points (1, 2) and (3, 4) ). |
◆ ElementSet() [4/4]
HighFive::ElementSet::ElementSet |
( |
const std::vector< std::vector< std::size_t >> & |
element_ids | ) |
|
|
inlineexplicit |
Create a list of points of N-dimension for selection.
- Parameters
-
element_ids | List of N-dim points. |
◆ SliceTraits
template<typename Derivate >
The documentation for this class was generated from the following files: