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

[PL/ST] Set coordinates in spatial positions.

parent d4bf6234
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ void NodalSourceTerm::integrate(const double t, GlobalVector const& /*x*/, ...@@ -46,6 +46,7 @@ void NodalSourceTerm::integrate(const double t, GlobalVector const& /*x*/,
ParameterLib::SpatialPosition pos; ParameterLib::SpatialPosition pos;
pos.setNodeID(node_id); pos.setNodeID(node_id);
pos.setCoordinates(*node);
b.add(index, _parameter(t, pos).front()); b.add(index, _parameter(t, pos).front());
} }
......
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