LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
PyFLOTRAN/__init__.py
PyFLOTRAN.egg-info/PKG-INFO
PyFLOTRAN.egg-info/SOURCES.txt
PyFLOTRAN.egg-info/dependency_links.txt
PyFLOTRAN.egg-info/requires.txt
PyFLOTRAN.egg-info/top_level.txt
PyFLOTRAN/config/__init__.py
PyFLOTRAN/config/conda_env.yml
PyFLOTRAN/config/config.yml
PyFLOTRAN/config/global_config.yml
PyFLOTRAN/config/logger_config.yml
PyFLOTRAN/interpolation/BaseInterpolator.py
PyFLOTRAN/interpolation/KdeEstimator.py
PyFLOTRAN/interpolation/SparseDataInterpolator.py
PyFLOTRAN/interpolation/__init__.py
PyFLOTRAN/paraview_processor/ParaviewProcessor.py
PyFLOTRAN/paraview_processor/__init__.py
PyFLOTRAN/paraview_processor/filters/AppendArcLengthFilter.py
PyFLOTRAN/paraview_processor/filters/BaseFilter.py
PyFLOTRAN/paraview_processor/filters/CalculatorFilter.py
PyFLOTRAN/paraview_processor/filters/CellDataToPointDataFilter.py
PyFLOTRAN/paraview_processor/filters/ClipFilter.py
PyFLOTRAN/paraview_processor/filters/CsvReaderFilter.py
PyFLOTRAN/paraview_processor/filters/IntegrateVariablesFilter.py
PyFLOTRAN/paraview_processor/filters/PlotOverLineFilter.py
PyFLOTRAN/paraview_processor/filters/SaveDataFilter.py
PyFLOTRAN/paraview_processor/filters/StreamTracerWithCustomSourceFilter.py
PyFLOTRAN/paraview_processor/filters/TableToPointsFilter.py
PyFLOTRAN/paraview_processor/filters/TecplotFilter.py
PyFLOTRAN/paraview_processor/filters/VtkFilter.py
PyFLOTRAN/paraview_processor/filters/XDMFFilter.py
PyFLOTRAN/paraview_processor/filters/__init__.py
PyFLOTRAN/preprocessing/BasePreprocessing.py
PyFLOTRAN/preprocessing/GidPreprocessor.py
PyFLOTRAN/preprocessing/STLFromPointCloud.py
PyFLOTRAN/preprocessing/__init__.py
PyFLOTRAN/preprocessing/DfnPreprocessor/DfnPreprocessor.py
PyFLOTRAN/preprocessing/DfnPreprocessor/Fracture.py
PyFLOTRAN/preprocessing/DfnPreprocessor/__init__.py
PyFLOTRAN/preprocessing/GiDPreprocessor/GidObject.py
PyFLOTRAN/preprocessing/GiDPreprocessor/Line.py
PyFLOTRAN/preprocessing/GiDPreprocessor/Point.py
PyFLOTRAN/preprocessing/GiDPreprocessor/Surface.py
PyFLOTRAN/preprocessing/GiDPreprocessor/_AbstractGidObject.py
PyFLOTRAN/preprocessing/GiDPreprocessor/__init__.py
PyFLOTRAN/preprocessing/GiDPreprocessor/gidobjects.py
PyFLOTRAN/readers/BaseReader.py
PyFLOTRAN/readers/CentroidReader.py
PyFLOTRAN/readers/ConnectFlowReader.py
PyFLOTRAN/readers/OpenFoamReader.py
PyFLOTRAN/readers/PflotranObservationPointReader.py
PyFLOTRAN/readers/PflotranReader.py
PyFLOTRAN/readers/RasterFileReader.py
PyFLOTRAN/readers/StreamlineReader.py
PyFLOTRAN/readers/StructuredGridReader.py
PyFLOTRAN/readers/StructuredListReader.py
PyFLOTRAN/readers/VtkReader.py
PyFLOTRAN/readers/__init__.py
PyFLOTRAN/readers/iGPReader/__init__.py
PyFLOTRAN/readers/iGPReader/engines/PostProcessingEngine.py
PyFLOTRAN/readers/iGPReader/engines/__init__.py
PyFLOTRAN/readers/iGPReader/geometry/BaseElement.py
PyFLOTRAN/readers/iGPReader/geometry/BaseFace.py
PyFLOTRAN/readers/iGPReader/geometry/HexahedraElement.py
PyFLOTRAN/readers/iGPReader/geometry/QuadrilateralFace.py
PyFLOTRAN/readers/iGPReader/geometry/TetrahedraElement.py
PyFLOTRAN/readers/iGPReader/geometry/TriangleFace.py
PyFLOTRAN/readers/iGPReader/geometry/WedgeElement.py
PyFLOTRAN/readers/iGPReader/geometry/__init__.py
PyFLOTRAN/readers/iGPReader/io/AscReader.py
PyFLOTRAN/readers/iGPReader/io/BaseReader.py
PyFLOTRAN/readers/iGPReader/io/BaseWriter.py
PyFLOTRAN/readers/iGPReader/io/BoreholeReader.py
PyFLOTRAN/readers/iGPReader/io/CsvWriter.py
PyFLOTRAN/readers/iGPReader/io/PflotranExplicitWriter.py
PyFLOTRAN/readers/iGPReader/io/PflotranImplicitWriter.py
PyFLOTRAN/readers/iGPReader/io/__init__.py
PyFLOTRAN/readers/iGPReader/io/iGPReader.py
PyFLOTRAN/readers/iGPReader/utils/__init__.py
PyFLOTRAN/readers/iGPReader/utils/decorators.py
PyFLOTRAN/readers/iGPReader/utils/geometry_utils.py
PyFLOTRAN/readers/iGPReader/utils/utils.py
PyFLOTRAN/tests/__init__.py
PyFLOTRAN/tests/interpolation/__init__.py
PyFLOTRAN/tests/interpolation/test_base_interpolator.py
PyFLOTRAN/tests/interpolation/test_kde_estimator.py
PyFLOTRAN/tests/interpolation/test_sparse_data_interpolator.py
PyFLOTRAN/tests/preprocessing/__init__.py
PyFLOTRAN/tests/preprocessing/test_base_preprocessing.py
PyFLOTRAN/tests/preprocessing/test_dfn_preprocessor.py
PyFLOTRAN/tests/preprocessing/test_gid_preprocessor.py
PyFLOTRAN/tests/readers/__init__.py
PyFLOTRAN/tests/readers/test_BaseReader.py
PyFLOTRAN/tests/readers/test_CentroidReader.py
PyFLOTRAN/tests/readers/test_StreamlineReader.py
PyFLOTRAN/tests/readers/test_iGPReader.py
PyFLOTRAN/tests/writers/__init__.py
PyFLOTRAN/utils/SubFishModule.py
PyFLOTRAN/utils/__init__.py
PyFLOTRAN/utils/configuration_utils.py
PyFLOTRAN/utils/decorators.py
PyFLOTRAN/utils/utils.py
PyFLOTRAN/writers/BaseWriter.py
PyFLOTRAN/writers/HDF5CentroidWriter.py
PyFLOTRAN/writers/HDF5RasterWriter.py
PyFLOTRAN/writers/OpenFoamVariableWriter.py
PyFLOTRAN/writers/__init__.py
docs/__init__.py