Skip to content
Snippets Groups Projects
Commit ff15d099 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'FixDocu' into 'master'

Add doxygen documentition for line source terms.

See merge request ogs/ogs!3618
parents e4b016b3 a8315a5c
No related branches found
No related tags found
No related merge requests found
Declares a source term that is defined on a line shaped sub-domain (line mesh).
The user should carefully check which physical quantity that parameter is.
The name of the parameter that defines the value that should be used for the source
term. Nodal parameters are not supported.
The user should carefully check which physical quantity that parameter is.
......@@ -49,6 +49,9 @@ std::unique_ptr<SourceTerm> createVolumetricSourceTerm(
volumetric_source_term_parameter_name, parameters, 1,
&source_term_mesh);
// instruction to create documentation for the parameter
//! \ogs_file_param_special{prj__process_variables__process_variable__source_terms__source_term__Line__parameter}
DBUG("Using '{:s}' as volumetric source term parameter.",
volumetric_source_term.name);
......
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