In the mesh/Gray Scott example there are two consecutive accesses to properties of the mesh New which result in two consecutive mesh loops in the generated C++ code.
If there is no remashing, ghost get etc. in between those two expressions, the mesh loops should be fused (as the domain is the same mesh).
In the mesh/Gray Scott example there are two consecutive accesses to properties of the mesh
New
which result in two consecutive mesh loops in the generated C++ code.If there is no remashing, ghost get etc. in between those two expressions, the mesh loops should be fused (as the domain is the same mesh).
OpenPME code
Resulting generated code for that expressions