I would be very interested in a gmsh output file format to view results. I don't mind programming the stuff, the only thing is I am not very familiar with java.
My second and most important difficulty is that I then need to recompile the whole java stuff. Perhaps with some advise I could manage this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would be very interested in a gmsh output file format to view results. I don't mind programming the stuff, the only thing is I am not very familiar with java.
My second and most important difficulty is that I then need to recompile the whole java stuff. Perhaps with some advise I could manage this.
To compile the source (/src) you can use the batch file make.bat created by Yuriy
Use the latest one: http://sourceforge.net/p/impact/code/34/
rmdir /S /Q bin
mkdir bin
cd src
javac -cp .;..\lib\jogl.jar;..\lib\gluegen-rt.jar;..\lib\patbinfree153.jar;..\lib_j3d\j3dcore.jar;..\lib_j3d\j3dutils.jar;..\lib_j3d\vecmath.jar;..\lib\LogDB.jar;..\lib\mysql-connector-java-5.1.11-bin.jar -O -d ..\bin run*.java gui*.java
pause
copy gui*.gif ..\bin\gui*.gif
copy gui*.jnlp ..\bin\gui*.jnlp
copy gui*.gif ..\doc\Pictures*.gif
copy gui*.png ..\bin\gui*.png
copy gui*.png ..\doc\Pictures*.png
cd ..
pause