KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Attributes | List of all members
Kratos::HDF5::WriteInfo Struct Reference

Stores information about a dataset written to HDF5. More...

#include <hdf5_file.h>

Collaboration diagram for Kratos::HDF5::WriteInfo:

Public Attributes

std::size_t StartIndex = -1
 
std::size_t BlockSize = -1
 
std::size_t TotalSize = -1
 

Detailed Description

Stores information about a dataset written to HDF5.

Member Data Documentation

◆ BlockSize

std::size_t Kratos::HDF5::WriteInfo::BlockSize = -1

◆ StartIndex

std::size_t Kratos::HDF5::WriteInfo::StartIndex = -1

◆ TotalSize

std::size_t Kratos::HDF5::WriteInfo::TotalSize = -1

The documentation for this struct was generated from the following file: