OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
BoxLibLayout.hpp File Reference
#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>
Include dependency graph for BoxLibLayout.hpp:
This graph shows which files directly or indirectly include this file:

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)

Variable Documentation

◆ BoxLibLayout< T, Dim >::lowerBound

template<class T, unsigned Dim>
Vector_t BoxLibLayout< T, Dim >::lowerBound = - Vector_t(1.0, 1.0, 1.0)

◆ BoxLibLayout< T, Dim >::upperBound

template<class T, unsigned Dim>
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()().