Reference documentation for deal.II version GIT relicensing-218-g1f873f3929 2024-03-28 15:00:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
internal::PointValueHistoryImplementation::PointGeometryData< dim > Class Template Reference

#include <deal.II/numerics/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_indexsolution_indices
 

Detailed Description

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

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

Definition at line 56 of file point_value_history.h.

Constructor & Destructor Documentation

◆ PointGeometryData()

template<int dim>
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.

Member Data Documentation

◆ requested_location

template<int dim>
Point<dim> internal::PointValueHistoryImplementation::PointGeometryData< dim >::requested_location

Definition at line 66 of file point_value_history.h.

◆ support_point_locations

template<int dim>
std::vector<Point<dim> > internal::PointValueHistoryImplementation::PointGeometryData< dim >::support_point_locations

Definition at line 67 of file point_value_history.h.

◆ solution_indices

Definition at line 68 of file point_value_history.h.


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