MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / GetTestFile

Function GetTestFile

applications/HDF5Application/tests/test_utils.cpp:551–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551HDF5::File GetTestFile()
552{
553 Parameters file_params(R"(
554 {
555 "file_name" : "test.h5",
556 "file_driver": "core"
557 })");
558 return HDF5::File(Testing::GetDefaultDataCommunicator(), file_params);
559}
560
561HDF5::File GetTestSerialFile()
562{

Callers 1

Calls 1

FileFunction · 0.50

Tested by

no test coverage detected