OGS
Output.cpp File Reference

Detailed Description

Definition in file Output.cpp.

#include "Output.h"
#include <cassert>
#include <exception>
#include <fstream>
#include <range/v3/algorithm/transform.hpp>
#include <range/v3/range/conversion.hpp>
#include <vector>
#include "AddProcessDataToMesh.h"
#include "Applications/InSituLib/Adaptor.h"
#include "BaseLib/FileTools.h"
#include "BaseLib/Logging.h"
#include "BaseLib/RunTime.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Utils/getOrCreateMeshProperty.h"
#include "ProcessLib/Process.h"
Include dependency graph for Output.cpp:

Go to the source code of this file.

Namespaces

namespace  ProcessLib
 

Functions

void ProcessLib::addBulkMeshPropertyToSubMesh (MeshLib::Mesh const &bulk_mesh, MeshLib::Mesh &sub_mesh, std::string const &property_name)
 
std::vector< double > ProcessLib::calculateUniqueFixedTimesForAllOutputs (std::vector< Output > const &outputs)
 
std::ostream & ProcessLib::operator<< (std::ostream &os, Output const &output)