![]() |
Peano
|
#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 |
Definition at line 987 of file Interpolation.h.
toolbox::blockstructured::internal::FaceInterpolationOperatorKey::FaceInterpolationOperatorKey | ( | int | numberOfDoFsPerAxisInPatch_, |
int | overlap_, | ||
int | normal_ ) |
Definition at line 992 of file Interpolation.h.
bool toolbox::blockstructured::internal::FaceInterpolationOperatorKey::operator< | ( | const FaceInterpolationOperatorKey & | otherKey | ) | const |
Definition at line 1001 of file Interpolation.h.
References normal, numberOfDoFsPerAxisInPatch, and overlap.
int toolbox::blockstructured::internal::FaceInterpolationOperatorKey::normal |
Definition at line 990 of file Interpolation.h.
Referenced by operator<().
int toolbox::blockstructured::internal::FaceInterpolationOperatorKey::numberOfDoFsPerAxisInPatch |
Definition at line 988 of file Interpolation.h.
Referenced by operator<().
int toolbox::blockstructured::internal::FaceInterpolationOperatorKey::overlap |
Definition at line 989 of file Interpolation.h.
Referenced by operator<().