OGS
SubmeshResiduumOutputConfig.h
Go to the documentation of this file.
1
11#pragma once
12
14#include "Output.h"
15
16namespace MeshLib
17{
18class Mesh;
19} // namespace MeshLib
20
21namespace ProcessLib
22{
24{
27
33 std::vector<std::reference_wrapper<MeshLib::Mesh>> meshes;
34};
35
37 BaseLib::ConfigTree const& config, std::string const& output_directory,
38 std::vector<std::unique_ptr<MeshLib::Mesh>>& meshes);
39} // namespace ProcessLib
SubmeshResiduumOutputConfig createSubmeshResiduumOutputConfig(BaseLib::ConfigTree const &config, std::string const &output_directory, std::vector< std::unique_ptr< MeshLib::Mesh > > &meshes)
Output output
Controls the output on the meshes.
std::vector< std::reference_wrapper< MeshLib::Mesh > > meshes