Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4ab8ec8b2 |
@@ -14,6 +14,13 @@ type GridData<'a> = { rho: 'a; u: 'a; v: 'a }
|
||||
type GridMask = GridData<bool [,]>
|
||||
type GridPos = GridData<BiPos>
|
||||
type GridVars = GridData<float [,]>
|
||||
type RomsIndex = {start: int * int; range: int * int}
|
||||
type GridIndex =
|
||||
{
|
||||
ridx: RomsIndex
|
||||
uidx: RomsIndex
|
||||
vidx: RomsIndex
|
||||
}
|
||||
|
||||
type RomsGrid =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user