diff options
author | thierry <thierry@FreeBSD.org> | 2015-01-08 06:38:32 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-01-08 06:38:32 +0800 |
commit | a05dde0e8d6fc7198c78e323f8d3a7a58eca2240 (patch) | |
tree | f3b1a31bbe3dd2406cfb447ae4205c46219c664c /cad | |
parent | b9338b6d12b04cf4b3e9a5eaa11682bbc0b69b25 (diff) | |
download | freebsd-ports-gnome-a05dde0e8d6fc7198c78e323f8d3a7a58eca2240.tar.gz freebsd-ports-gnome-a05dde0e8d6fc7198c78e323f8d3a7a58eca2240.tar.zst freebsd-ports-gnome-a05dde0e8d6fc7198c78e323f8d3a7a58eca2240.zip |
- Uses blaslapack.mk;
- Fix plist for EXAMPLES.
Submitted by: pfg (by mail)
Approved by: maho (maintainer)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/calculix/Makefile | 29 | ||||
-rw-r--r-- | cad/calculix/pkg-plist | 1363 |
2 files changed, 705 insertions, 687 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index b147cdc0c92c..74c2c7b7d92f 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -16,7 +16,7 @@ COMMENT= Three-Dimensional Structural Finite Element Program LICENSE= GPLv2 LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \ - libspooles.so:${PORTSDIR}/math/spooles \ + libspooles.so:${PORTSDIR}/math/spooles \ libtaucs.so:${PORTSDIR}/math/taucs DIST_SOURCES= ccx_${PORTVERSION}.src${EXTRACT_SUFX} \ @@ -40,7 +40,7 @@ USE_GL= glut BROWSER?= firefox PSVIEWER?= gv -OPTIONS_DEFINE= ATLAS METIS METIS_EDF DOCS EXAMPLES +OPTIONS_DEFINE= ATLAS METIS METIS_EDF DOCS EXAMPLES OPTIONS_DEFAULT=METIS .include <bsd.port.options.mk> @@ -56,25 +56,16 @@ EXTRACT_ONLY+= ${DIST_HTM} ccx_${PORTVERSION}.ps${EXTRACT_SUFX} .endif .if ${PORT_OPTIONS:MMETIS} -LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis4 +LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis4 .endif .if ${PORT_OPTIONS:MMETIS_EDF} -LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis-edf -.endif - -.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes +LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis-edf .endif .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS_LIBS= -lf77blas -LAPACK_LIBS= -lalapack -lcblas +USES+= blaslapack:atlas .else -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS_LIBS= -lblas -LAPACK_LIBS= -llapack +USES+= blaslapack .endif .if ${ARCH} == "sparc64" @@ -86,15 +77,15 @@ FFLAGS+= -fpic .endif .if empty(PORT_OPTIONS:MEXAMPLES) -PLIST_SUB= WITH_EXAMPLES="@comment " +PLIST_SUB= PORTEXAMPLES="@comment " .else -PLIST_SUB= WITH_EXAMPLES="" +PLIST_SUB= PORTEXAMPLES="" .endif pre-build: @${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%CC%%+${CC}+g ; \ - s+%%BLAS_LIBS%%+${BLAS_LIBS}+ ; \ - s+%%LAPACK_LIBS%%+${LAPACK_LIBS}+ ; \ + s+%%BLAS_LIBS%%+${BLASLIB}+ ; \ + s+%%LAPACK_LIBS%%+${LAPACKLIB}+ ; \ s+%%LOCALBASE%%+${LOCALBASE}+g;' \ ${WRKSRC}/${CCX_VER}/src/Makefile @${REINPLACE_CMD} -e 's/c++/${CXX}/g;' \ diff --git a/cad/calculix/pkg-plist b/cad/calculix/pkg-plist index 8c070e9f8bf2..8c0053c08ab9 100644 --- a/cad/calculix/pkg-plist +++ b/cad/calculix/pkg-plist @@ -1818,6 +1818,7 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/ccx/node633.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node634.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node635.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node636.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node64.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node65.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node66.html @@ -2032,6 +2033,7 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/cgx/node211.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node212.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node213.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node214.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node22.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node23.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node24.html @@ -2118,671 +2120,696 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html %%PORTDOCS%%%%DOCSDIR%%/cgx_2.7.pdf -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_seg.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_vol.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/cad/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/cad/halter.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/cad/halter.vda -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/clean -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/cgx.patch -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/clean.sh -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/dolfyn.cfg -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/rename.sh -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.din -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/geometry.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/result.frd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/post.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achteld.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achteld.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aniso.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/b31.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/b31.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/b31.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ball.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ball.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamb.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamb.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamft.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamft.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammix.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammix.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammr.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammr.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamog.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamog.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampd.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampd.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampic.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampic.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampik.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampik.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampis.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampis.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampl.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampl.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampset.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampset.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamread.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamread.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamth.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamth.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamu.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamu.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/bolt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/bolt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/centheat1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/centheat1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel11.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel11.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel12.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel12.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel7.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel7.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/chanson1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/chanson1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/characteristic.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/characteristic.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/compare -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact10.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact11.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact11.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact11.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact7.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact7.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact8.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact8.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/damper1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/damper1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/datcheck.pl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/disk2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/disk2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dist.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dist.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/distcoup.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/distcoup.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinI.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinI.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/frdcheck.pl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/furnace.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/furnace.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gap.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gap.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno8-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno8-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe1-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe1-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-massflow.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-massflow.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-pressure.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-pressure.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspres.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspres.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstepped.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstepped.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstraight.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstraight.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/linearnet.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/linearnet.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/moehring.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/moehring.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/multistage.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/multistage.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20fi.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20fi.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/piperestrictor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/piperestrictor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/plate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/plate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rotor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rotor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/scheibe.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/scheibe.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segdyn.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segdyn.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentm.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentm.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmenttet.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmenttet.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segststate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segststate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1lin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1lin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell3.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellbeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellbeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellnor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellnor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/square.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/square.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thread.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thread.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/twobeam.frd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_seg.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_vol.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.vda +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/cgx.patch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/clean.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/dolfyn.cfg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/rename.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.din +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geometry.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/result.frd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/post.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achteld.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achteld.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aniso.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ball.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ball.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamb.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamb.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamft.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamft.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammix.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammix.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammr.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammr.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamog.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamog.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampd.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampd.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampic.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampic.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampik.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampik.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampis.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampis.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampl.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampl.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampset.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampset.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampt.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampt.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied7.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied7.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamread.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamread.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamth.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamth.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamu.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamu.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bolt.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bolt.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branch1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branch1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branch2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branch2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/centheat1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/centheat1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel10.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel10.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel11.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel11.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel12.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel12.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel7.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel7.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/chanson1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/chanson1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/characteristic.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/characteristic.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/compare +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact10.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact10.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact10.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact11.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact11.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact11.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact2.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact5lin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact5lin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact7.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact7.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact8.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact8.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/contact9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cube2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cube2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f1.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f2.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f3.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubef2f3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dam.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dam.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/damper1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/damper1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dashpot1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dashpot1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dashpot2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dashpot2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dashpot3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dashpot3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/datcheck.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/disk2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/disk2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dist.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dist.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/distcoup.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/distcoup.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinI.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinI.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/frdcheck.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/friction1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/friction1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/friction2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/friction2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/furnace.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/furnace.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno8-oil.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno8-oil.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe1-oil.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe1-oil.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe10.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe10.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-massflow.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-massflow.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-pressure.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-pressure.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-oil.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-oil.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspres.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspres.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstepped.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstepped.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstraight.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstraight.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/leifer1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/leifer1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/linearnet.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/linearnet.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/moehring.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/moehring.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/multistage.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/multistage.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20fi.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20fi.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipempc1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipempc1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipempc2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipempc2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipempc3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipempc3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/piperestrictor.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/piperestrictor.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/plate.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/plate.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret1.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pret3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/punch1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/punch1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/punch2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/punch2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/resstress1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/resstress1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/resstress2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/resstress2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/resstress3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/resstress3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/restrictor-oil.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/restrictor-oil.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/restrictor.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/restrictor.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ring1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ring1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ring2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ring2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rot4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rotor.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/rotor.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/sc123.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/sc123.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/sc123.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe2f2f.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe2f2f.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe2f2f.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe2n2f.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe2n2f.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/scheibe2n2f.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/section.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/section.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/section.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/section4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/section4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segdyn.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segdyn.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segment2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segmentf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segmentf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segmentm.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segmentm.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segmenttet.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segmenttet.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segststate.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/segststate.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell1.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell1lin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell1lin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell3.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shell3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellbeam.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellbeam.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellf2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellf2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellnor.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/shellnor.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/solidshell1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/solidshell1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/spring5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/square.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/square.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/swing.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/swing.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thread.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thread.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/twobeam.frd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/wire.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/wire.inp |