|
Tatooine
|
#include <inverse_distance_weighting_vertex_property_sampler.h>
Public Types | |
| using | this_type = inverse_distance_weighting_vertex_property_sampler< Grid, Property > |
| using | grid_type = Grid |
| using | property_type = Property |
| using | real_type = typename Grid::real_type |
| using | value_type = typename Property::value_type |
| using | parent_type = tatooine::field< this_type, real_type, num_dimensions(), value_type > |
| using | pointset_type = tatooine::pointset< typename Grid::real_type, Grid::num_dimensions()> |
Public Types inherited from tatooine::field< inverse_distance_weighting_vertex_property_sampler< Grid, Property >, Grid::real_type, Grid::num_dimensions(), Property::value_type > | |
| using | this_type = field< inverse_distance_weighting_vertex_property_sampler< Grid, Property >, Grid::real_type, NumDimensions, Property::value_type > |
| using | parent_type = polymorphic::field< Grid::real_type, NumDimensions, Property::value_type > |
| using | pos_type = vec< real_type, NumDimensions > |
| using | real_type = Grid::real_type |
| using | tensor_type = Property::value_type |
Public Types inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor > | |
| using | real_type = Real |
| using | tensor_type = Tensor |
| using | this_type = field< real_type, NumDimensions, Tensor > |
| using | pos_type = vec< real_type, NumDimensions > |
Public Member Functions | |
| inverse_distance_weighting_vertex_property_sampler (Grid const &g, Property const &p, real_type const radius) | |
| auto | evaluate (pos_type const &x, real_type const) const -> tensor_type |
Public Member Functions inherited from tatooine::field< inverse_distance_weighting_vertex_property_sampler< Grid, Property >, Grid::real_type, Grid::num_dimensions(), Property::value_type > | |
| field ()=default | |
| field (field const &)=default | |
| field (field &&) noexcept=default | |
| auto | operator= (field const &) -> field &=default |
| auto | operator= (field &&) noexcept -> field &=default |
| virtual | ~field ()=default |
| auto | as_derived () -> auto & |
| auto | as_derived () const -> auto const & |
| auto | evaluate (pos_type const &x, real_type const t) const -> tensor_type override |
Public Member Functions inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor > | |
| constexpr | field ()=default |
| constexpr | field (field const &)=default |
| constexpr | field (field &&) noexcept=default |
| constexpr auto | operator= (field const &) -> field &=default |
| constexpr auto | operator= (field &&) noexcept -> field &=default |
| virtual | ~field ()=default |
| virtual constexpr auto | evaluate (pos_type const &, real_type const) const -> tensor_type=0 |
| constexpr auto | evaluate (fixed_size_vec< NumDimensions > auto const &x) const -> tensor_type |
| constexpr auto | operator() (fixed_size_vec< NumDimensions > auto const &x, real_type const t) const -> tensor_type |
| constexpr auto | operator() (fixed_size_vec< NumDimensions > auto const &x) const -> tensor_type |
| constexpr auto | operator() (arithmetic auto const ... xs) const -> tensor_type |
Static Public Member Functions | |
| static auto constexpr | num_dimensions () -> std::size_t |
Static Public Member Functions inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor > | |
| static auto constexpr | ood_tensor () |
| static auto constexpr | ood_position () |
| static constexpr auto | is_field () |
| static constexpr auto | is_scalarfield () |
| static constexpr auto | is_vectorfield () |
| static constexpr auto | is_matrixfield () |
| static constexpr auto | num_dimensions () -> std::size_t |
| static constexpr auto | num_tensor_components () |
| static constexpr auto | tensor_rank () |
| static constexpr auto | tensor_dimension (std::size_t i) |
Public Attributes | |
| Grid const & | m_grid |
| Property const & | m_property |
| pointset_type | m_points |
| real_type | m_radius |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::grid_type = Grid |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::parent_type = tatooine::field<this_type, real_type, num_dimensions(), value_type> |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::pointset_type = tatooine::pointset<typename Grid::real_type, Grid::num_dimensions()> |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::property_type = Property |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::real_type = typename Grid::real_type |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::this_type = inverse_distance_weighting_vertex_property_sampler<Grid, Property> |
| using tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::value_type = typename Property::value_type |
|
inline |
|
inline |
|
inlinestaticconstexpr |
| Grid const& tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::m_grid |
| pointset_type tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::m_points |
| Property const& tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::m_property |
| real_type tatooine::detail::rectilinear_grid::inverse_distance_weighting_vertex_property_sampler< Grid, Property >::m_radius |