OpenLB 1.8.1
Loading...
Searching...
No Matches
cuboid.h File Reference
#include "core/vector.h"
#include "core/serializer.h"
#include "utilities/vectorHelpers.h"
#include <optional>
+ Include dependency graph for cuboid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::Cuboid< T, D >
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Typedefs

template<typename T >
using olb::Cuboid2D = Cuboid<T,2>
 
template<typename T >
using olb::Cuboid3D = Cuboid<T,3>