Commit Graph

16 Commits

Author SHA1 Message Date
4994a486a3 clean up comments 2023-12-13 16:37:02 +01:00
a8da4568b6 rotationModified - a new style for the fix move/mesh
This is essentially a copy of the rotation style with minor variations
on the inner workings of the style.

mesh_mover contains a new class for this new rotation style
fix_move_mesh contains new code to store a rotation axis, similar to the storing of a reference point

A tutorial case demonstrating super-imposed mesh rotations has been added
2023-12-12 13:58:46 +01:00
2adfee7439 always check FILE pointer before writing
e.g., if using multiple mpi worlds, screen is not set to stdout but a
file opened only on proc 0;
2017-02-02 15:30:16 +01:00
1eaa8e17ab use dynamic cast instead of static cast 2015-08-10 13:12:31 +02:00
20b0d29e7b release version 3.0.4 on 2014-10-30_18-27-49 2014-10-30 18:27:50 +01:00
3612ccfb4a release version 3.0.1 on 2014-04-10_19-18-07 2014-04-10 19:18:08 +02:00
613c6db0a3 release version 3.0.0 on 2014-01-23_20-29-19 2014-01-23 20:29:19 +01:00
d4537bcb3f Merge branch 'vs2010' 2013-05-22 19:30:51 +02:00
4cb7505b61 release version 2.3.3 on 2013-05-16_21-47-42 2013-05-16 21:47:43 +02:00
5b674575df release version 2.3.1 on 2013-03-28_21-33-48 2013-03-28 21:33:49 +01:00
72c3e39e7a release version 2.2.4 on 2013-01-24_18-49-04 2013-01-24 18:49:05 +01:00
17d361f889 Created a Visual Studio 2010 project for Win x64
Requirements:
- MPICH2 Installation (64bit)

Changes:
- Created VS 2010 Project and Solution files
- FFTW 2.1.5 was compiled for x64 and copied to WINDOWS/extra/fftw2/x64/
- Minor tweaks to allow compilation with VS2010 compiler
    * no dynamic arrays on stack
    * fmin, fmax, round definitions
    * Sleep from windows.h
- "Fatal Error C1061: compiler limit : blocks nested too deeply" was
  fixed. modify.cpp uses the preprocessor with style_fix.h to generate
  huge IF cascades. This hits the 128 block limit quite easily. The
  proposed fix uses a string-to-function-pointer map. However it uses
  the std::map and std::string.
2013-01-19 16:18:13 +01:00
bd4d3d4eac release version 2.1 on 2012-08-30_20-04-11 2012-08-30 20:04:12 +02:00
71fc735289 release version 2.0.5 on 2012-08-03_12-37-45 2012-08-03 12:37:46 +02:00
7bf7803443 release on 2012-07-13_16-52-57 2012-07-13 16:52:58 +02:00
a33a8e6bf0 release on 2012-07-06_15-28-16 2012-07-06 15:28:20 +02:00