-
Notifications
You must be signed in to change notification settings - Fork 25
Draft : Boundaries & simulation volume
David--Cléris Timothée edited this page Jan 23, 2023
·
3 revisions
has to describe :
- The volume simulated. It must be Cartesian (change of coordinates are handled through modified EOM)
- Root nodes for patches. (ex : 4x4x1 root node layout) Because patches must be cubes, hence the requirement that the simulation must be able to be divided into cubes. The load balancing should in principle follow such subdivision (not ready yet !).
- Whether the simulation volume can change -> ex : SPH free boundaries
Describe which faces of the volume are connected to which.
Question : Should it describe connection per patch or on the whole volume ?
Just describe interfaces functions that must be implemented for numerical schemes