developer repository for ParisSimulator (http://parissimulator.sf.net)

root

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.