Skip to content

Commit

Permalink
Update to dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrus89 committed Feb 6, 2024
1 parent 8b97c96 commit a683c59
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions components/omega/doc/devGuide/HorzMesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ The constructor replicates the subdomain mesh cell/edge/vertex counts and
connectivity information from Decomp so this information can be passed among the
computational routines, alongside the other local mesh information. It then
creates several parallel I/O decompositions and reads in the remaining subdomain
mesh information. Finally, any mesh information needed on the device to a
device YAKL array from the host. These tasks are organized into several private
methods. Eventually, dependent mesh variables will be computed from the minimum
set of required mesh information.
mesh information. Finally, any mesh information needed on the device is copied
from the host to a device YAKL array. Arrays such as the coordinate variables,
which are not involved in tendency calculations, are not transferred to the
device. These tasks are organized into several private methods. Eventually,
dependent mesh variables will be computed from the minimum set of required mesh
information.

After initialization, the default mesh object can be retrieved via:
```
Expand Down

0 comments on commit a683c59

Please sign in to comment.