Peano
Loading...
Searching...
No Matches
toolbox::blockstructured::internal::FaceInterpolationOperatorKey Struct Reference

#include <Interpolation.h>

Public Member Functions

 FaceInterpolationOperatorKey (int numberOfDoFsPerAxisInPatch_, int overlap_, int normal_)
 
bool operator< (const FaceInterpolationOperatorKey &otherKey) const
 

Data Fields

int numberOfDoFsPerAxisInPatch
 
int overlap
 
int normal
 

Detailed Description

See also
FaceInterpolationMap

Definition at line 987 of file Interpolation.h.

Constructor & Destructor Documentation

◆ FaceInterpolationOperatorKey()

toolbox::blockstructured::internal::FaceInterpolationOperatorKey::FaceInterpolationOperatorKey ( int numberOfDoFsPerAxisInPatch_,
int overlap_,
int normal_ )

Definition at line 992 of file Interpolation.h.

Member Function Documentation

◆ operator<()

bool toolbox::blockstructured::internal::FaceInterpolationOperatorKey::operator< ( const FaceInterpolationOperatorKey & otherKey) const

Definition at line 1001 of file Interpolation.h.

References normal, numberOfDoFsPerAxisInPatch, and overlap.

Field Documentation

◆ normal

int toolbox::blockstructured::internal::FaceInterpolationOperatorKey::normal

Definition at line 990 of file Interpolation.h.

Referenced by operator<().

◆ numberOfDoFsPerAxisInPatch

int toolbox::blockstructured::internal::FaceInterpolationOperatorKey::numberOfDoFsPerAxisInPatch

Definition at line 988 of file Interpolation.h.

Referenced by operator<().

◆ overlap

int toolbox::blockstructured::internal::FaceInterpolationOperatorKey::overlap

Definition at line 989 of file Interpolation.h.

Referenced by operator<().


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