Skip to content
Snippets Groups Projects
Commit b36ac7d0 authored by Tom Fischer's avatar Tom Fischer
Browse files

[Docu] Add docu for the parameter in PL/SourceTerms.

parent 03968615
No related branches found
No related tags found
No related merge requests found
The name of the parameter that defines value that should be used for the source
term.
The value for the nodal source term.
......@@ -25,7 +25,7 @@ std::unique_ptr<NodalSourceTerm> createNodalSourceTerm(
//! \ogs_file_param{prj__process_variables__process_variable__source_terms__source_term__type}
config.checkConfigParameter("type", "Nodal");
//! \ogs_file_param{prj__process_variables__process_variable__source_terms__source_term__parameter}
//! \ogs_file_param{prj__process_variables__process_variable__source_terms__source_term__Nodal__parameter}
auto const param_name = config.getConfigParameter<std::string>("parameter");
DBUG("Using parameter %s as nodal source term.", param_name.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment