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.
|
#include <vector>
#include <string>
#include "containers/array_1d.h"
#include "includes/data_communicator.h"
#include "includes/define.h"
#include "includes/kratos_parameters.h"
#include "hdf5_application_define.h"
Go to the source code of this file.
Classes | |
struct | Kratos::HDF5::WriteInfo |
Stores information about a dataset written to HDF5. More... | |
class | Kratos::HDF5::File |
A base class for reading and writing an HDF5 file. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::HDF5 | |
Kratos::HDF5::Internals | |
Functions | |
bool | Kratos::HDF5::Internals::IsPath (const std::string &rPath) |
Check if string is a valid path. More... | |
std::vector< std::string > | Kratos::HDF5::Internals::Split (const std::string &rPath, char Delimiter) |
Return vector of non-empty substrings separated by a delimiter. More... | |
std::vector< hsize_t > | Kratos::HDF5::Internals::GetDataDimensions (const Vector< int > &rData) |
std::vector< hsize_t > | Kratos::HDF5::Internals::GetDataDimensions (const Vector< double > &rData) |
std::vector< hsize_t > | Kratos::HDF5::Internals::GetDataDimensions (const Vector< array_1d< double, 3 >> &rData) |
std::vector< hsize_t > | Kratos::HDF5::Internals::GetDataDimensions (const File &rFile, const std::string &rPath) |