OGS
fileIO.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <filesystem>
7
8namespace MeshLib::IO
9{
10int64_t createFile(std::filesystem::path const& filepath, unsigned int n_files);
11int64_t openHDF5File(std::filesystem::path const& filepath,
12 unsigned int n_files);
14} // namespace MeshLib::IO
int64_t createHDF5TransferPolicy()
int64_t openHDF5File(std::filesystem::path const &filepath, unsigned int n_files)
int64_t createFile(std::filesystem::path const &filepath, unsigned int n_files)