From 9e136245e5e4c1675b27b09b4e4f63df6ad51858 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Wed, 17 Aug 2016 02:00:58 +0000 Subject: Update to 2.11 Main new features: * Rotational and translational cyclic symmetry for CFD was coded (see examples couette1per, couettecyl4 and couettecyl4comp). * Sensitivity analyses (cf. Section 6.9.22 in the User's Manual) * Speed-up of the treatment of SPC's and MPC's in the stiffness and mass matrix. See the complete notes http://www.dhondt.de/new_calc.htm PR: 211917 Submitted by: pfg@ --- cad/calculix/files/patch-cgx_VER+src+cgx.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cad/calculix/files/patch-cgx_VER+src+cgx.h') diff --git a/cad/calculix/files/patch-cgx_VER+src+cgx.h b/cad/calculix/files/patch-cgx_VER+src+cgx.h index 997d647f42fe..4814a42098fe 100644 --- a/cad/calculix/files/patch-cgx_VER+src+cgx.h +++ b/cad/calculix/files/patch-cgx_VER+src+cgx.h @@ -1,13 +1,13 @@ ---- cgx_2.10/src/cgx.h.orig 2016-03-05 16:23:57 UTC -+++ cgx_2.10/src/cgx.h +--- cgx_2.11/src/cgx.h.orig 2016-07-29 10:15:15 UTC ++++ cgx_2.11/src/cgx.h @@ -83,8 +83,8 @@ rendering is done in the index-mode. - "/usr/local/CalculiX/ccx_2.10/doc/ccx/ccx.html",\ - "/usr/local/CalculiX/cgx_2.10/doc/aflib/aflib.pdf"} + "/usr/local/CalculiX/ccx_2.11/doc/ccx/ccx.html",\ + "/usr/local/CalculiX/cgx_2.11/doc/aflib/aflib.pdf"} #else -- #define HELPFILE {"/usr/local/CalculiX/cgx_2.10/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_2.10/doc/ccx/ccx.html"} -+ #define HELPFILE {"/usr/local/share/doc/CalculiX/cgx/cgx.html",\ -+ "/usr/local/share/doc/CalculiX/ccx/ccx.html"} +- #define HELPFILE {"/usr/local/CalculiX/cgx_2.11/doc/cgx/cgx.html",\ +- "/usr/local/CalculiX/ccx_2.11/doc/ccx/ccx.html"} ++ #define HELPFILE {"/usr/local/share/doc/CalculiX/cgx/cgx.html",\ ++ "/usr/local/share/doc/CalculiX/ccx/ccx.html"} #endif /* html browser, change if necessary */ -- cgit v1.2.3