timml
timml copied to clipboard
An analytic element model for steady multi-layer flow
Fix #51
Solve multiprocessing issue, add notebook comparing fortran/numba with/without multiprocessing.
`import timml as tml` no pylab but `import numpy as np` `import matplotlib.pyplot as plt`
experimental solve_mp doesn't seem to work anymore. I wonder if it ever worked since the move to numba.
contour levels has not much of any documentation. trace has no docs.
The following traceline gets stuck and doesn't reach the line-sink ``` z = np.arange(20, -0.1, -0.5) ml = Model3D(z=z, kaq=10) L = 50 x = np.linspace(0, 50, 2) y =...
When solving a model without unknowns, model.solve() does not print 'Solution complete' as there is no matrix to solve. Should be an easy fix.
levels can be more than just a number. all options should be listed. maybe re-implement 'ask' option.
layout of reference point should optionally plot a cross at the location of the reference point
in tracing and capture zones, check if tmax is reached when nstepmax is reached. report waring/error if needed
when plotting tracelines, change the color according to the layer