You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -211,6 +214,7 @@ In the following example the Claudius test dataset is used to test the solver ti
211
214
The same dataset is used for varying number of elements from 1,000 to 100,000 at intervals of 5,000 on a computer running ubuntu with 32gb of ram and a 4 core i7 cpu.
212
215
213
216
.. code-block::
217
+
214
218
from LoopStructural import GeologicalModel
215
219
from LoopStructural.datasets import load_claudius
216
220
import time
@@ -255,6 +259,7 @@ Data Supported Interpolation
255
259
LoopStructural provides a wrapper to the SurfE c++ library developed Natural Resources Canada (Geological Survey of Canada) by Michael Hillier, Eric de Kemp, and Ernst Schetselaar for the purposes of 3D structural geological modelling particularly in sparse data environments.
256
260
SurfE can be used for interpolating a GeologicalFeature in a GeologicalModel by specifying the parameter
257
261
.. code-block::
262
+
258
263
interpolatortype = 'surfe'
259
264
260
265
Additional parameters can be specified to the interpolator including:
0 commit comments