OGS
|
Definition in file CreatePythonSourceTerm.cpp.
#include "CreatePythonSourceTerm.h"
#include <algorithm>
#include <pybind11/pybind11.h>
#include "BaseLib/ConfigTree.h"
#include "MeshLib/Mesh.h"
#include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h"
#include "PythonSourceTerm.h"
Go to the source code of this file.
Namespaces | |
namespace | ProcessLib |
Functions | |
std::unique_ptr< SourceTerm > | ProcessLib::createPythonSourceTerm (BaseLib::ConfigTree const &config, MeshLib::Mesh const &source_term_mesh, std::unique_ptr< NumLib::LocalToGlobalIndexMap > dof_table, int const variable_id, int const component_id, unsigned const integration_order, unsigned const shapefunction_order, unsigned const global_dim, std::vector< std::reference_wrapper< ProcessVariable > > const &all_process_variables_for_this_process) |