this class is a functor for "for_each" algorithm More...
#include <SparseGridUtil.hpp>
Public Member Functions | |
| template<typename T > | |
| void | operator() (T &val) |
| It call the copy function for each property. | |
Data Fields | |
| size_t | sz_tot [dim] |
| sizes in point with border | |
| size_t | sz_ext [dim] |
| sizes blocks | |
| size_t | sz_ext_b [dim] |
| sizes with border block | |
| size_t | sz_block [dim] |
| sizes | |
this class is a functor for "for_each" algorithm
This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to set a grid info
| grid_sm_type | |
| vector_blocks_ext |
Definition at line 63 of file SparseGridUtil.hpp.