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

[pointsource] Pass parameter group to point source helper

parent 9443c57c
No related branches found
No related tags found
1 merge request!2184Feature/improve cleanup 1d3d couplingmanager
...@@ -483,14 +483,9 @@ public: ...@@ -483,14 +483,9 @@ public:
std::vector<PointSource> sources; std::vector<PointSource> sources;
asImp_().addPointSources(sources); asImp_().addPointSources(sources);
// if there are point sources compute the DOF to point source map // if there are point sources calculate point source locations and save them in a map
if (!sources.empty()) if (!sources.empty())
{ PointSourceHelper::computePointSourceMap(*gridGeometry_, sources, pointSourceMap_, paramGroup());
// calculate point source locations and save them in a map
PointSourceHelper::computePointSourceMap(*gridGeometry_,
sources,
pointSourceMap_);
}
} }
/*! /*!
......
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