www.mooseframework.org
Public Member Functions | Public Attributes | List of all members
QpMap Class Reference

Helper object for holding qp mapping info. More...

#include <MooseMesh.h>

Public Member Functions

 QpMap ()
 

Public Attributes

unsigned int _from
 The qp to map from. More...
 
unsigned int _to
 The qp to map to. More...
 
Real _distance
 The distance between them. More...
 

Detailed Description

Helper object for holding qp mapping info.

Definition at line 69 of file MooseMesh.h.

Constructor & Destructor Documentation

◆ QpMap()

QpMap::QpMap ( )
inline

Definition at line 72 of file MooseMesh.h.

auto max(const L &left, const R &right)
Real _distance
The distance between them.
Definition: MooseMesh.h:81

Member Data Documentation

◆ _distance

Real QpMap::_distance

The distance between them.

Definition at line 81 of file MooseMesh.h.

Referenced by MooseMesh::findAdaptivityQpMaps(), and MooseMesh::mapPoints().

◆ _from

unsigned int QpMap::_from

The qp to map from.

Definition at line 75 of file MooseMesh.h.

Referenced by MooseMesh::mapPoints().

◆ _to

unsigned int QpMap::_to

The qp to map to.

Definition at line 78 of file MooseMesh.h.

Referenced by MooseMesh::mapPoints(), and MaterialPropertyStorage::restrictStatefulProps().


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