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

[PL/ComponentTransport] Don't write flux data in postTimeStepConcrete.

The flux data can / should be written using the
output class. Therefore, it is only necessary to
mention the mesh in the output section in the
project file.
parent 3d65286e
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,6 @@ void ComponentTransportProcess::postTimestepConcreteProcess( ...@@ -287,7 +287,6 @@ void ComponentTransportProcess::postTimestepConcreteProcess(
_surfaceflux->integrate(x, t, *this, process_id, _integration_order, _mesh, _surfaceflux->integrate(x, t, *this, process_id, _integration_order, _mesh,
pv.getActiveElementIDs()); pv.getActiveElementIDs());
_surfaceflux->save(t);
} }
} // namespace ComponentTransport } // namespace ComponentTransport
......
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