inhomogeneity1d =============== .. py:module:: timml.inhomogeneity1d .. autoapi-nested-parse:: 1D inhomogeneities. Cross-section inhomogeneity elements. Used to build cross-section models with varying aquifer properties or top boundary conditions along a cross-section. Example:: XsectionMaq(ml, x1=-np.inf, x2=0, kaq=[10, 1], z=[10, 5, 0], c=[100]) XsectionMaq(ml, x1=0, x2=np.inf, kaq=[1, 10], z=[10, 5, 0], c=[50]) .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /05api/timml/inhomogeneity1d/Xsection /05api/timml/inhomogeneity1d/XsectionMaq /05api/timml/inhomogeneity1d/Xsection3D .. autoapisummary:: timml.inhomogeneity1d.Xsection timml.inhomogeneity1d.XsectionMaq timml.inhomogeneity1d.Xsection3D