![]() |
Peano
|
#include <Interpolation.h>
Public Member Functions | |
CellInterpolationOperatorKey (int numberOfDoFsPerAxisInPatch_) | |
bool | operator< (const CellInterpolationOperatorKey &otherKey) const |
Data Fields | |
int | numberOfDoFsPerAxisInPatch |
Definition at line 1012 of file Interpolation.h.
toolbox::blockstructured::internal::CellInterpolationOperatorKey::CellInterpolationOperatorKey | ( | int | numberOfDoFsPerAxisInPatch_ | ) |
Definition at line 1015 of file Interpolation.h.
bool toolbox::blockstructured::internal::CellInterpolationOperatorKey::operator< | ( | const CellInterpolationOperatorKey & | otherKey | ) | const |
Definition at line 1018 of file Interpolation.h.
References numberOfDoFsPerAxisInPatch.
int toolbox::blockstructured::internal::CellInterpolationOperatorKey::numberOfDoFsPerAxisInPatch |
Definition at line 1013 of file Interpolation.h.
Referenced by operator<().