waLBerla 7.2
|
Declares class StructuredGeometryFileReader that provides a reader for waLBerla geometry files.
This reader is basically a wrapper around StructuredGeometryFileBasicReader utilizing the waLBerla data structures
#include "BasicVoxelFileReader.h"
#include "core/Abort.h"
#include "core/DataTypes.h"
#include "core/cell/CellInterval.h"
#include "VoxelFileReader.impl.h"
Classes | |
class | walberla::geometry::VoxelFileReader< T > |
Provides a reader for waLBerla geometry files. More... | |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::geometry |
Functions | |
CellAABB | walberla::geometry::toCellAABB (const CellInterval &cellInterval) |
Converts a CellInterval to a CellAABB. | |
void | walberla::geometry::validateCellInterval (const CellInterval &cellInterval) |
Validate if the given CellInterval can be converted to a CellAABB. | |