|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include "Amr/BoxLibLayout.h"#include "Algorithms/Vektor.h"#include "Message/Format.h"#include "Message/MsgBuffer.h"#include "Utility/PAssert.h"#include "Utilities/OpalException.h"#include <cmath>#include <utility>#include <vector>Go to the source code of this file.
Variables | |
| template<class T, unsigned Dim> | |
| Vector_t | BoxLibLayout< T, Dim >::lowerBound = - Vector_t(1.0, 1.0, 1.0) |
| template<class T, unsigned Dim> | |
| Vector_t | BoxLibLayout< T, Dim >::upperBound = Vector_t(1.0, 1.0, 1.0) |
| Vector_t BoxLibLayout< T, Dim >::lowerBound = - Vector_t(1.0, 1.0, 1.0) |
Definition at line 53 of file BoxLibLayout.hpp.
Referenced by interpolation::NDGrid::getNearest(), interpolation::ThreeDGrid::getNearest(), and SeptumExpr::operator()().
| Vector_t BoxLibLayout< T, Dim >::upperBound = Vector_t(1.0, 1.0, 1.0) |
Definition at line 57 of file BoxLibLayout.hpp.
Referenced by SeptumExpr::operator()().