stable repository for ParisSimulator (fork of zaleski's paris-stable) (http://parissimulator.sf.net)
root
- Devel
- Documentation
- Tests
- util
- .authorspellings
- 0NOTES.txt
- COPYING.txt
- INFO_CUDA.txt
- INSTALL
- MGsolver.f90
- Makefile
- README
- boiling.f90
- compare.c
- compare_4cols.c
- cudaFun.f90
- freesurface.f90
- front.f90
- lppmodules.f90
- module_CUDA.f90
- modules.f90
- newsolver.f90
- paris.f90
- parisdeconv.c
- poissonCUDA.cu
- rudman_advection.f90
- rudman_bc.f90
- rudman_modules.f90
- rudman_procedures.f90
- solids.f90
- st_testing.f90
- surface_tension.f90
- vof_functions.f90
- vofmodules.f90
- vofnonmodule.f90
- vtk2array.m
List of files
=============
.authorspellings spurious file
0NOTES.txt technical comments on the code
COPYING.txt GNU GPL licence
Devel directory, files used in code development
Documentation files describing theoretical developments about the code
INFO_CUDA.txt How to install and use the Cuda GPU module
INSTALL How to install the code
MGsolver.f90 In-house multigrid solver
Makefile Makefile
Tests Directory for tests of the code
boiling.f90 Routines for the phase change operations (not fully tested yet)
compare.c Routines to compare file, used in testing
compare_4cols.c Routines to compare file, used in testing
cudaFun.f90 File for the Cuda GPU module
freesurface.f90 Routines for the free surface module
front.f90 Routines for Front Tracking
lppmodules.f90 Routines for Lagrangian Point Particles
module_CUDA.f90 File for the Cuda GPU module
modules.f90 Overall modules file
newsolver.f90 In-house Gauss-Seidel Red-Black solver.
paris.f90 Main program file
parisdeconv.c Routines for deconvolution, used in testing
poissonCUDA.cu Cuda source file for the Cuda GPU module
rudman_advection.f90 Routines for Rudman-like dual grid, (not fully tested yet).
rudman_bc.f90 Routines for Rudman-like dual grid, (not fully tested yet).
rudman_modules.f90 Routines for Rudman-like dual grid, (not fully tested yet).
rudman_procedures.f90 Routines for Rudman-like dual grid, (not fully tested yet).
solids.f90 Solid boundaries implementation.
st_testing.f90 Testing surface tension.
surface_tension.f90 Surface tension
util Small utility routines for data pre and post processing.
vof_functions.f90 Micro library of VOF functions such as alpha = f(volume)
vofmodules.f90 VOF module
vofnonmodule.f90 VOF subroutines not put in a module.
vtk2array.m matlab code for manipulating data in VTK format.