Reference documentation for deal.II version 9.5.0
\(\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 Attributes | List of all members
Utilities::MPI::RemotePointEvaluation< dim, spacedim >::CellData Struct Reference

#include <deal.II/base/mpi_remote_point_evaluation.h>

Public Attributes

std::vector< std::pair< int, int > > cells
 
std::vector< unsigned intreference_point_ptrs
 
std::vector< Point< dim > > reference_point_values
 

Detailed Description

template<int dim, int spacedim = dim>
struct Utilities::MPI::RemotePointEvaluation< dim, spacedim >::CellData

Data of points positioned in a cell.

Definition at line 116 of file mpi_remote_point_evaluation.h.

Member Data Documentation

◆ cells

template<int dim, int spacedim = dim>
std::vector<std::pair<int, int> > Utilities::MPI::RemotePointEvaluation< dim, spacedim >::CellData::cells

Level and index of cells.

Definition at line 121 of file mpi_remote_point_evaluation.h.

◆ reference_point_ptrs

template<int dim, int spacedim = dim>
std::vector<unsigned int> Utilities::MPI::RemotePointEvaluation< dim, spacedim >::CellData::reference_point_ptrs

Pointers to beginning and ending of the (reference) points associated to the cell.

Definition at line 127 of file mpi_remote_point_evaluation.h.

◆ reference_point_values

template<int dim, int spacedim = dim>
std::vector<Point<dim> > Utilities::MPI::RemotePointEvaluation< dim, spacedim >::CellData::reference_point_values

Reference points in the interval [0,1]^dim.

Definition at line 132 of file mpi_remote_point_evaluation.h.


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