2019-06-03 14:33:16 +02:00
|
|
|
name = "rips"
|
2019-09-23 11:50:33 +02:00
|
|
|
|
|
|
|
|
import os
|
|
|
|
|
import sys
|
|
|
|
|
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'generated'))
|
|
|
|
|
|
|
|
|
|
from rips.case import Case
|
|
|
|
|
from rips.grid import Grid
|
|
|
|
|
from rips.instance import Instance
|
|
|
|
|
from rips.pdmobject import PdmObject
|
|
|
|
|
from rips.view import View
|
2019-10-09 09:21:28 +02:00
|
|
|
from rips.project import Project
|
2019-10-16 15:08:18 +02:00
|
|
|
from rips.plot import Plot
|
|
|
|
|
from rips.contour_map import ContourMap, ContourMapType
|
2020-01-21 08:48:56 +01:00
|
|
|
from rips.well_log_plot import WellLogPlot
|
|
|
|
|
from rips.well_bore_stability_plot import WellBoreStabilityPlot, WbsParameters
|