template<size_t wrapping_field, typename
grid_type, typename wrapping_field_type = typename boost::mpl::at<typename grid_type::value_type::type,boost::mpl::int_<wrapping_field>>::type>
struct AlgoimWrapper< wrapping_field, grid_type, wrapping_field_type >
- Template Parameters
-
wrapping_field | Property id on the grid for the field to be wrapped |
grid_type | Type of the grid container |
Definition at line 35 of file closest_point.hpp.
|
| AlgoimWrapper (grid_type &ls_grid, const int pid) |
|
double | operator() (const blitz::TinyVector< int, dim > idx) const |
| Call operator for the wrapper.
|
|
template<size_t extend_field_temp, int poly_order, typename coord_type , typename dx_type , typename pos_type , typename key_type > |
void | extend (coord_type coord, dx_type dx, pos_type pos, key_type key) |
|