![]() |
deal.II version 9.7.0
|
#include <deal.II/numerics/point_value_history.h>
A class that stores the data needed to reference the support points closest to one requested point.
Definition at line 58 of file point_value_history.h.
Public Member Functions | |
| PointGeometryData (const Point< dim > &new_requested_location, const std::vector< Point< dim > > &new_locations, const std::vector< types::global_dof_index > &new_sol_indices) | |
Public Attributes | |
| Point< dim > | requested_location |
| std::vector< Point< dim > > | support_point_locations |
| std::vector< types::global_dof_index > | solution_indices |
| internal::PointValueHistoryImplementation::PointGeometryData< dim >::PointGeometryData | ( | const Point< dim > & | new_requested_location, |
| const std::vector< Point< dim > > & | new_locations, | ||
| const std::vector< types::global_dof_index > & | new_sol_indices ) |
Only a constructor needed for this class (a struct really)
Definition at line 41 of file point_value_history.cc.
| Point<dim> internal::PointValueHistoryImplementation::PointGeometryData< dim >::requested_location |
Definition at line 68 of file point_value_history.h.
| std::vector<Point<dim> > internal::PointValueHistoryImplementation::PointGeometryData< dim >::support_point_locations |
Definition at line 69 of file point_value_history.h.
| std::vector<types::global_dof_index> internal::PointValueHistoryImplementation::PointGeometryData< dim >::solution_indices |
Definition at line 70 of file point_value_history.h.