waLBerla 7.2
|
Defines class StructuredGeometryFileReader that provides a reader for waLBerla geometry files.
Note that the data is stored in binary form. There is no correction for other binary data representations on different architectures (e.g. different endianness)!
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::geometry |
Functions | |
void | walberla::geometry::validateCellInterval (const CellInterval &cellInterval) |
Validate if the given CellInterval can be converted to a CellAABB. | |
CellAABB | walberla::geometry::toCellAABB (const CellInterval &cellInterval) |
Converts a CellInterval to a CellAABB. | |