LICENSE
README.md
pyproject.toml
src/diffSPH.egg-info/PKG-INFO
src/diffSPH.egg-info/SOURCES.txt
src/diffSPH.egg-info/dependency_links.txt
src/diffSPH.egg-info/requires.txt
src/diffSPH.egg-info/top_level.txt
src/sphMath/__init__.py
src/sphMath/boundary.py
src/sphMath/compiler.py
src/sphMath/enums.py
src/sphMath/finiteDifference.py
src/sphMath/ghost.py
src/sphMath/gradientUtil.py
src/sphMath/integration.py
src/sphMath/io.py
src/sphMath/jitTest.ipynb
src/sphMath/kernelTest.ipynb
src/sphMath/kernels.py
src/sphMath/math.py
src/sphMath/neighborhood.py
src/sphMath/noise.py
src/sphMath/operations.py
src/sphMath/plotting.py
src/sphMath/regions.py
src/sphMath/rigidBody.py
src/sphMath/sampling.py
src/sphMath/schema.py
src/sphMath/sdf.py
src/sphMath/sparse.py
src/sphMath/test.py
src/sphMath/util.py
src/sphMath/cppSrc/common.h
src/sphMath/cppSrc/cppWrapper.cpp
src/sphMath/cppSrc/gradientOperations/gradientVector.h
src/sphMath/cppSrc/gradientOperations/gradientVector_cpu.cpp
src/sphMath/cppSrc/gradientOperations/gradientVector_cuda.cu
src/sphMath/integrationSchemes/butcher.py
src/sphMath/integrationSchemes/euler.py
src/sphMath/integrationSchemes/ruth.py
src/sphMath/integrationSchemes/tvd.py
src/sphMath/integrationSchemes/util.py
src/sphMath/integrationSchemes/verlet.py
src/sphMath/kernelFunctions/AdhesionKernel.py
src/sphMath/kernelFunctions/B7.py
src/sphMath/kernelFunctions/CohesionKernel.py
src/sphMath/kernelFunctions/CubicSpline.py
src/sphMath/kernelFunctions/Poly6.py
src/sphMath/kernelFunctions/QuarticSpline.py
src/sphMath/kernelFunctions/QuinticSpline.py
src/sphMath/kernelFunctions/Spiky.py
src/sphMath/kernelFunctions/ViscosityKernel.py
src/sphMath/kernelFunctions/Wendland2.py
src/sphMath/kernelFunctions/Wendland4.py
src/sphMath/kernelFunctions/Wendland6.py
src/sphMath/modules/CRKSPH.py
src/sphMath/modules/PSPH.py
src/sphMath/modules/adaptiveSmoothing.py
src/sphMath/modules/adaptiveSmoothingASPH.py
src/sphMath/modules/compSPH.py
src/sphMath/modules/compressible.py
src/sphMath/modules/density.py
src/sphMath/modules/densityDiffusion.py
src/sphMath/modules/divergence.py
src/sphMath/modules/energyDiffusion.py
src/sphMath/modules/eos.py
src/sphMath/modules/gravity.py
src/sphMath/modules/incompressible.py
src/sphMath/modules/mDBC.py
src/sphMath/modules/momentum.py
src/sphMath/modules/particleShifting.py
src/sphMath/modules/pressureForce.py
src/sphMath/modules/renorm.py
src/sphMath/modules/sps.py
src/sphMath/modules/surfaceDetection.py
src/sphMath/modules/timestep.py
src/sphMath/modules/velocityDiffusion.py
src/sphMath/modules/viscosity.py
src/sphMath/modules/viscositySwitch.py
src/sphMath/modules/shifting/deltaPlusShifting.py
src/sphMath/modules/shifting/implicitShifting.py
src/sphMath/modules/switches/Balsara1995.py
src/sphMath/modules/switches/Colagrossi2004.py
src/sphMath/modules/switches/CullenDehnen2010.py
src/sphMath/modules/switches/CullenHopkins.py
src/sphMath/modules/switches/MorrisMonaghan1997.py
src/sphMath/modules/switches/Rosswog2000.py
src/sphMath/modules/switches/common.py
src/sphMath/neighborhood/naive.py
src/sphMath/neighborhood/neighborhood.py
src/sphMath/neighborhood/util.py
src/sphMath/noiseFunctions/constants.py
src/sphMath/noiseFunctions/generator.py
src/sphMath/noiseFunctions/perlin.py
src/sphMath/noiseFunctions/simplex1d.py
src/sphMath/noiseFunctions/simplex2d.py
src/sphMath/noiseFunctions/simplex3d.py
src/sphMath/noiseFunctions/simplex4d.py
src/sphMath/noiseFunctions/util.py
src/sphMath/reference/hydrostatic.py
src/sphMath/reference/linear.py
src/sphMath/reference/sedov.py
src/sphMath/reference/sod.py
src/sphMath/schemes/CRKSPH.py
src/sphMath/schemes/PressureEnergySPH.py
src/sphMath/schemes/baseScheme.py
src/sphMath/schemes/compSPH.py
src/sphMath/schemes/deltaSPH.py
src/sphMath/schemes/gasDynamics.py
src/sphMath/schemes/initializers.py
src/sphMath/schemes/monaghanPrice.py
src/sphMath/schemes/weaklyCompressible.py
src/sphMath/schemes/states/common.py
src/sphMath/schemes/states/compressiblesph.py
src/sphMath/schemes/states/wcsph.py
src/sphMath/sdfFunctionality/implicitFunctions.py
src/sphMath/sdfFunctionality/operators.py
src/sphMath/sparseSolver/bicg.py
src/sphMath/sparseSolver/bicgOld.py
src/sphMath/sphOperations/curl.py
src/sphMath/sphOperations/density.py
src/sphMath/sphOperations/divergence.py
src/sphMath/sphOperations/gradient.py
src/sphMath/sphOperations/interpolate.py
src/sphMath/sphOperations/laplacian.py
src/sphMath/sphOperations/opUtil.py
src/sphMath/sphOperations/preComputed.py
src/sphMath/sphOperations/shared.py