FireDynamics / FireDynamics/ARTSS

Investigate: swap pointer instead of copying fields

Open
#165 1 comment 0 reactions 2 assignees Claimed by @ChristianVonMach View on GitHub
effort: middle investigate priority: medium type: enhancement
Dominant language
C++
Stars
14
Forks
2
PR merge metrics
No merged PRs in 30d

Description

After using a solver like Advection Solver it is necessary to copy the solution into the temporary fields. The function call `advect(Field out, Field in, [...])` consists of the ourput field where the calculated solution is stored and the input field where the current solution is stored. to pass the solution to the next solver the current solution has to be as well in the temporary field, which will be the next in Field.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.