OGS
|
Definition in file CreateSourceTerm.cpp.
#include "CreateSourceTerm.h"
#include <cassert>
#include <numeric>
#include "CreateAnchorTerm.h"
#include "CreateNodalSourceTerm.h"
#include "CreateVolumetricSourceTerm.h"
#include "Python/CreatePythonSourceTerm.h"
#include "SourceTerm.h"
#include "SourceTermConfig.h"
Go to the source code of this file.
Namespaces | |
namespace | ProcessLib |
Functions | |
std::unique_ptr< SourceTerm > | ProcessLib::createSourceTerm (const SourceTermConfig &config, const NumLib::LocalToGlobalIndexMap &dof_table_bulk, const MeshLib::Mesh &source_term_mesh, const int variable_id, const unsigned integration_order, const unsigned shapefunction_order, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, std::vector< std::reference_wrapper< ProcessVariable > > const &all_process_variables_for_this_process) |