Skip to content

baupetit/VisuScaterredData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP      : Visualisation scientifique
AUTHORS : Benjamin Aupetit, Nicolas Cousin

HOW TO USE THIS PROGRAM:
------------------------

to use this program, you must compile it.
It require cmake (>=2.6).

Standard command to build from the sources :
$> mkdir build
$> cd build 
$> cmake ../src
$> make

The application should be build by now.
To use it simply type in : 
$> ./visu args
The option will be printed if you launch the program
without arguments :
$> ./visu 


Sources: (directory : src)
--------------------------
   main.c         : base program, call necessary function
   interpolate.c  : interpolation functions
   output.c       : write data to vtk files
   data.c         : generate data set, enventually read them from files
   types.h        : types used by the application

Test (directory : test):
------------------------
   In this directory you'll find the test files used to validate 
   and compare the methods we have implemented.

   Command use to run our test are in the file Commandes_test.txt 
   (executed from build)

About

projet de visualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages