Skip to content
Snippets Groups Projects
Commit 0fcb18b3 authored by Timo Koch's avatar Timo Koch
Browse files

[pointsources] Do not enable by default

The point source computation in FVProblem uses the problem implementation to compute the point source map.
However it is executed in the constructor where the problem implemenation is not fully instatiated yet as it
derives from FVProblem. This patch disables point source computation by default. If you want to specify point
sources you have to manually call problem->computePointSourceMap() now.
parent 601bfa74
1 merge request!724[pointsources] Do not enable by default
Loading
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