Skip to content
Snippets Groups Projects
Unverified Commit c8b2e785 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Optimize CPU-side solvers (#1992)

* remove storage of RHS and face-conductance in solvers
* elide copy RHS->U and RHS->Xd respectively
  -> solve will now directly mangly U and Xd
* fix tests accordingly
* Introduce wrapper macro for __restrict__ to Isolate against compiler specifics.
parent 4ea429dc
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment