This is a module to determine the grid coordinate. First determined by Rank 0 and then distributed to the other ranks. For now, only rectangular domain with uniform space step size, i.e. hx==hy.
A square computational domain with a unit side length
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=realdp), | dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) | :: | phys1 |
Local coordinates in x and y directions |
||
| real(kind=realdp), | dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) | :: | phys2 |
Local coordinates in x and y directions |
Wedge model problem
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=realdp), | dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) | :: | phys1 | |||
| real(kind=realdp), | dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) | :: | phys2 |
Marmousi problem
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=realdp), | dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) | :: | phys1 | |||
| real(kind=realdp), | dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) | :: | phys2 |