OGS
SetIPDataInitialConditions.h File Reference

Detailed Description

Definition in file SetIPDataInitialConditions.h.

#include <string_view>
#include "BaseLib/Error.h"
#include "MeshLib/Properties.h"
#include "MeshLib/Utils/IntegrationPointWriter.h"
Include dependency graph for SetIPDataInitialConditions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ProcessLib
 

Functions

std::string_view ProcessLib::removeIPFieldDataNameSuffix (std::string_view const name)
 Removes the suffix '_ip' from the passed field name.
 
template<typename LocalAssemblersVector >
void ProcessLib::setIPDataInitialConditions (std::vector< std::unique_ptr< MeshLib::IntegrationPointWriter > > const &_integration_point_writer, MeshLib::Properties const &mesh_properties, LocalAssemblersVector &local_assemblers)