Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2848-g5241f990fb 2025-03-16 19:30:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 58 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 68 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 69 of file point_value_history.h.

◆ solution_indices

Definition at line 70 of file point_value_history.h.


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