mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
cad/calculix-ccx: Update to version 2.15.
- Update to the latest version. Changelog: http://www.dhondt.de/new_calc.htm - Attempt to make the build reproducible concerning the date in the executable. - Drop temporarily) the taucs dependency. It brings a secondary dependency on metis4 which we are not packaging. We will bring taucs back when it depends on metis5 - Pet portlint. PR: 234146 Approved by: thierry (mentor)
This commit is contained in:
parent
8d7569cded
commit
9644971a59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499275
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ccx
|
||||
PORTVERSION= 2.14
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.15
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.dhondt.de/
|
||||
PKGNAMEPREFIX= CalculiX-
|
||||
@ -17,19 +16,16 @@ COMMENT= Three-Dimensional Structural Finite Element Program
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libarpack.so:math/arpack-ng \
|
||||
libmetis.so:math/metis4 \
|
||||
libspooles.so:math/spooles \
|
||||
libtaucs.so:math/taucs
|
||||
libspooles.so:math/spooles
|
||||
|
||||
USES= blaslapack compiler:openmp fortran gmake tar:bzip2
|
||||
USE_PERL5= build
|
||||
|
||||
DIST_SOURCES= ccx_${PORTVERSION}.src${EXTRACT_SUFX}
|
||||
DIST_HTM= ccx_${PORTVERSION}.htm${EXTRACT_SUFX}
|
||||
DIST_PS= ccx_${PORTVERSION}.ps${EXTRACT_SUFX}
|
||||
DIST_EXAMPLES= ccx_${PORTVERSION}.test${EXTRACT_SUFX}
|
||||
|
||||
USES= blaslapack compiler:openmp fortran gmake tar:bzip2 shebangfix
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= date.pl
|
||||
|
||||
ALL_TARGET= #Empty
|
||||
|
||||
CCX_VER= ccx_${PORTVERSION}
|
||||
|
@ -1,9 +1,9 @@
|
||||
TIMESTAMP = 1526335200
|
||||
SHA256 (calculix/ccx_2.14.src.tar.bz2) = 59de9965d8f69141a34519101f7dd932c7d8d2be15480b31062b92512545fec4
|
||||
SIZE (calculix/ccx_2.14.src.tar.bz2) = 1160412
|
||||
SHA256 (calculix/ccx_2.14.htm.tar.bz2) = 4e697b40e68c12a7b9e67516b59ec18ee4779ab1719c7582fc67d38a81ae8988
|
||||
SIZE (calculix/ccx_2.14.htm.tar.bz2) = 2218811
|
||||
SHA256 (calculix/ccx_2.14.ps.tar.bz2) = 362897a739939d247e623a737b9c80313222f1f0e113b310b78c883d59f22128
|
||||
SIZE (calculix/ccx_2.14.ps.tar.bz2) = 2674965
|
||||
SHA256 (calculix/ccx_2.14.test.tar.bz2) = d0b8b7f4aa25691e703b3b91e1d4280fa73967380a7c3d110f868868c48b4003
|
||||
SIZE (calculix/ccx_2.14.test.tar.bz2) = 9661509
|
||||
TIMESTAMP = 1547096060
|
||||
SHA256 (calculix/ccx_2.15.src.tar.bz2) = bc7dba721935af51b60c1b5aa1529a420476fc6432a7bec5254f8dfabaeb8a34
|
||||
SIZE (calculix/ccx_2.15.src.tar.bz2) = 1439013
|
||||
SHA256 (calculix/ccx_2.15.htm.tar.bz2) = 0bfdef36076d3d1d1b7f8cd1d5a886915f7b0b54ed5ae7a7f71fa813ef655922
|
||||
SIZE (calculix/ccx_2.15.htm.tar.bz2) = 2347033
|
||||
SHA256 (calculix/ccx_2.15.ps.tar.bz2) = 93910e4f2a875bcebcb78fbed369549d58a0b9daf3e7526e8135cf53727a1fae
|
||||
SIZE (calculix/ccx_2.15.ps.tar.bz2) = 2989356
|
||||
SHA256 (calculix/ccx_2.15.test.tar.bz2) = ee17e477aeae944c35853a663ac245c33b405c3750308c5d77e5ee9a4e609dd5
|
||||
SIZE (calculix/ccx_2.15.test.tar.bz2) = 10027839
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- CalculiX.h.orig 2018-04-28 14:05:18 UTC
|
||||
--- CalculiX.h.orig 2018-12-15 14:30:31 UTC
|
||||
+++ CalculiX.h
|
||||
@@ -16,12 +16,14 @@
|
||||
/* along with this program; if not, write to the Free Software */
|
||||
/* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
@@ -18,12 +18,14 @@
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
-#define Linux 1
|
||||
+#include <pthread.h>
|
||||
@ -17,7 +17,7 @@
|
||||
#define FORTRAN(A,B) A##_ B
|
||||
#elif ARCH == IRIX || ARCH == IRIX64
|
||||
#define FORTRAN(A,B) A##_##B
|
||||
@@ -29,7 +31,7 @@
|
||||
@@ -31,7 +33,7 @@
|
||||
#define FORTRAN(A,B) A##B
|
||||
#endif
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- Makefile.orig 2018-04-28 14:05:19 UTC
|
||||
--- Makefile.orig 2018-12-15 14:30:33 UTC
|
||||
+++ Makefile
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
-CFLAGS = -Wall -O3 -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT
|
||||
-FFLAGS = -Wall -O3
|
||||
+CFLAGS += -O3 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT -DTAUCS
|
||||
+CFLAGS += -O3 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT
|
||||
+FFLAGS += -O3
|
||||
|
||||
-CC=cc
|
||||
@ -14,20 +14,19 @@
|
||||
|
||||
.c.o :
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
@@ -21,12 +21,12 @@ OCCXMAIN = $(SCCXMAIN:.c=.o)
|
||||
@@ -21,12 +21,11 @@ OCCXMAIN = $(SCCXMAIN:.c=.o)
|
||||
DIR=../../../SPOOLES.2.2
|
||||
|
||||
LIBS = \
|
||||
- $(DIR)/spooles.a \
|
||||
- ../../../ARPACK/libarpack_INTEL.a \
|
||||
- -lpthread -lm -lc
|
||||
+ -ltaucs -lmetis \
|
||||
+ -lspooles -larpack %%BLAS_LIBS%% %%LAPACK_LIBS%% \
|
||||
+ -lpthread -lm
|
||||
|
||||
ccx_2.14: $(OCCXMAIN) ccx_2.14.a $(LIBS)
|
||||
- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.14.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.14.a $(LIBS)
|
||||
+ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.14.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.14.a $(LIBS) $(LDFLAGS)
|
||||
ccx_2.15: $(OCCXMAIN) ccx_2.15.a $(LIBS)
|
||||
- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.15.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.15.a $(LIBS)
|
||||
+ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.15.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.15.a $(LIBS) $(LDFLAGS)
|
||||
|
||||
ccx_2.14.a: $(OCCXF) $(OCCXC)
|
||||
ccx_2.15.a: $(OCCXF) $(OCCXC)
|
||||
ar vr $@ $?
|
||||
|
11
cad/calculix-ccx/files/patch-date.pl
Normal file
11
cad/calculix-ccx/files/patch-date.pl
Normal file
@ -0,0 +1,11 @@
|
||||
--- date.pl.orig 2018-12-15 14:30:33 UTC
|
||||
+++ date.pl
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
-chomp($date=`date`);
|
||||
+use POSIX qw(strftime);
|
||||
+chomp(my $date = strftime("%Y-%m-%d", gmtime($ENV{SOURCE_DATE_EPOCH} || time)));
|
||||
|
||||
# inserting the date into ccx_2.15.c
|
||||
|
@ -1117,10 +1117,53 @@ bin/ccx
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img200.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2000.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2001.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2002.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2003.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2004.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2005.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2006.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2007.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2008.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2009.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img201.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2010.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2011.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2012.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2013.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2014.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2015.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2016.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2017.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2018.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2019.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img202.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2020.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2021.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2022.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2023.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2024.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2025.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2026.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2027.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2028.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2029.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img203.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2030.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2031.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2032.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2033.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2034.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2035.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2036.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2037.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2038.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2039.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img204.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2040.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2041.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2042.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2043.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img2044.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img205.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img206.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/img207.png
|
||||
@ -2355,9 +2398,43 @@ bin/ccx
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node413.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node414.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node415.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node416.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node417.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node418.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node419.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node42.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node420.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node421.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node422.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node423.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node424.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node425.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node426.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node427.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node428.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node429.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node43.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node430.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node431.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node432.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node433.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node434.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node435.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node436.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node437.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node438.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node439.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node44.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node440.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node441.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node442.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node443.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node444.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node445.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node446.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node447.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node448.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node449.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node45.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node46.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node47.html
|
||||
@ -2418,7 +2495,7 @@ bin/ccx
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node97.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node98.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx/node99.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx_2.14.ps.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ccx_2.15.ps.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel2.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel2.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel29.dat.ref
|
||||
@ -2477,6 +2554,8 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b31.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b31.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b31.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b31nodthi.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b31nodthi.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ball.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ball.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam10p.dat.ref
|
||||
@ -2531,6 +2610,8 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy1.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy10.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy10.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy10bm.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy10bm.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy11.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy11.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy12.dat.ref
|
||||
@ -2573,13 +2654,23 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdynamic.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdynamic.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf2.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf2.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf3.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf3.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf3.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf3submodel.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf3submodel.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamf3submodel.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfsh1.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfsh1.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfstrucdamp.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfstrucdamp.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfsubmodel.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfsubmodel.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamfsubmodel.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamft.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamft.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamheatplas.dat.ref
|
||||
@ -2734,6 +2825,8 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamread.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamread2.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamread2.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamread3.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamread3.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamstraight.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamstraight.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamt.dat.ref
|
||||
@ -2758,6 +2851,9 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamwrite.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamwrite2.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamwrite2.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamwrite3.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamwrite3.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamwrite3.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bifur.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bifur.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bolt.dat.ref
|
||||
@ -2831,6 +2927,10 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chanson1.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/characteristic.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/characteristic.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/circ10p.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/circ10p.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/circ10pfin.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/circ10pfin.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compare
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/concretebeam.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/concretebeam.frd.ref
|
||||
@ -2883,10 +2983,12 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecyl.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecyl.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecyl4.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecyl4.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecyl4.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecylcent.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecylcent.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecylcomp.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecylcomp.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couettecylcomp.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coupling1.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coupling1.inp
|
||||
@ -2957,7 +3059,11 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem4.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem4.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem4.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frdcheck.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fluidread.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fluidread.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fluidwrite.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fluidwrite.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fluidwrite.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.inp
|
||||
@ -3126,6 +3232,19 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel20rs.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel8ra.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel8ra.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt1.bou
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt1.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt1.f
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt1.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt1.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt2.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt2.f
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt2.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt2.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt3.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt3.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt3.inc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opt3.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendel.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendel.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pendel.inp
|
||||
@ -3303,6 +3422,9 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell3.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell4.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell4.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell5.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell5.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shell5.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shellbeam.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shellbeam.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shellf.dat.ref
|
||||
@ -3322,6 +3444,11 @@ bin/ccx
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe3.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe4.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe4.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe5.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe5.frd.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe5.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slant.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slant.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/small_pressure_gradient.dat.ref
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/small_pressure_gradient.inp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell1.dat.ref
|
||||
|
Loading…
Reference in New Issue
Block a user