Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
internal::PointValueHistory::PointGeometryData< dim > Class Template Reference

#include <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
 

Detailed Description

template<int dim>
class internal::PointValueHistory::PointGeometryData< dim >

A class that stores the data needed to reference the support points closest to one requested point.

Definition at line 50 of file point_value_history.h.


The documentation for this class was generated from the following file: