Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
5460b147
Commit
5460b147
authored
Oct 08, 2021
by
Dennis Gläser
Browse files
[common][fvproblem] add note to constructor without spatial params
parent
65b9d835
Pipeline
#9605
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/fvproblem.hh
View file @
5460b147
...
...
@@ -112,6 +112,7 @@ public:
* \brief Constructor
* \param gridGeometry The finite volume grid geometry
* \param paramGroup The parameter group in which to look for runtime parameters first (default is "")
* \note This constructor assumes the spatial parameters to be constructible from a grid geometry
*/
FVProblem
(
std
::
shared_ptr
<
const
GridGeometry
>
gridGeometry
,
const
std
::
string
&
paramGroup
=
""
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment