Skip to content

Commit 6e4936c

Browse files
authored
ENH: Add NestedHybridGrid class (#464)
1 parent 1ba2fd8 commit 6e4936c

4 files changed

Lines changed: 1077 additions & 500 deletions

File tree

src/fmu/tools/nestedhybridgrid/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .nestedhybrid import (
2+
NestedHybridGrid,
23
create_nested_hybrid_grid,
34
nnc_to_flowsimulator_input,
45
nnc_to_gridproperty,
@@ -8,4 +9,5 @@
89
"create_nested_hybrid_grid",
910
"nnc_to_flowsimulator_input",
1011
"nnc_to_gridproperty",
12+
"NestedHybridGrid",
1113
]

0 commit comments

Comments
 (0)