ASPECT
Public Member Functions | Public Attributes | List of all members
aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData Struct Reference

Public Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int)
 

Public Attributes

types::global_dof_index dof_index
 
unsigned int evaluation_point_rank
 
unsigned int evaluation_point_index
 
unsigned int component
 
double squared_distance
 

Detailed Description

template<int dim>
struct aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData

A struct to map between DoF indices and evaluation points

Definition at line 188 of file parallel_unstructured_interface.h.

Member Function Documentation

§ serialize()

template<int dim>
template<class Archive >
void aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData::serialize ( Archive &  ar,
const unsigned  int 
)
inline

Member Data Documentation

§ dof_index

template<int dim>
types::global_dof_index aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData::dof_index

§ evaluation_point_rank

template<int dim>
unsigned int aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData::evaluation_point_rank

§ evaluation_point_index

template<int dim>
unsigned int aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData::evaluation_point_index

§ component

template<int dim>
unsigned int aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData::component

§ squared_distance

template<int dim>
double aspect::MeshDeformation::ParallelUnstructuredInterface< dim >::DofToEvalPointData::squared_distance

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