diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 163e478ea05e..f820116a1cca 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astk -DISTVERSION= 2019.0-1 -PORTREVISION= 1 +DISTVERSION= 2020.0-1 CATEGORIES= cad .if !defined(CLIENT_SEUL) PKGNAMESUFFIX= -serveur @@ -52,11 +51,10 @@ SUB_LIST= inst_dir=${inst_dir} tools_dir=${tools_dir} LINSTDIR= aster/ASTK inst_dir= ${PREFIX}/${LINSTDIR} aster_dir= ${LOCALBASE}/aster/${vaster} -S_SCRIPTS= bin/as_run bin/parallel_cp asrun/installation.py \ - share/codeaster/asrun/data/mpirun_template -S_PYLIBS= share/codeaster/asrun/examples/alamain.py \ - unittest/datafiles/config_serveurs unittest/010_misc.py \ - unittest/015_package.py unittest/run_test.py +S_SCRIPTS= bin/as_run bin/parallel_cp +S_PYLIBS= share/codeaster/asrun/examples/alamain.py \ + unittest/010_misc.py unittest/015_package.py \ + unittest/run_test.py C_SCRIPTS= bin/astk bin/bsf tools_dir= ${LOCALBASE}/aster/outils conf_dir= ${WRKSRC}/etc/astkrc @@ -85,7 +83,7 @@ WITH_PBS= yes WITH_MPI= yes . endif . if defined(WITH_MPI) -RUN_DEPENDS+= ${HOME_MPI}/bin/mpirun:net/mpich2 +RUN_DEPENDS+= ${HOME_MPI}/bin/mpirun:net/mpich HOME_MPI= ${LOCALBASE} PLIST_SUB+= MPI="" . else @@ -188,7 +186,8 @@ do-configure: .if !defined(CLIENT_SEUL) . for scripts in ${S_SCRIPTS} ${REINPLACE_CMD} -e "s|?SHELL_EXECUTION?|${SHELL_INSTALL_ASTER}|" \ - -e "s|?ASTER_ROOT?|${PREFIX}/aster|" ${WRKSRC}/${scripts} + -e "s|?ASTER_ROOT?|${PREFIX}/aster|;s|python3|${PYTHON_CMD}|" \ + ${WRKSRC}/${scripts} . endfor ${REINPLACE_CMD} -e "s|?ASTER_VERSION?|${vaster}|" \ -e 's|#?vers : VVV?|vers : ${vaster}|' \ @@ -229,10 +228,11 @@ do-configure: -e "s|/opt/aster|${aster_dir}|" ${WRKSRC}/${libs} . endfor . if defined(WITH_PBS) -. for cf in etc/asrun unittest/datafiles/config_serveurs ${REINPLACE_CMD} -e "s|batch : non|batch : oui|" \ - ${WRKSRC}/${cf} -. endfor + ${WRKSRC}/etc/asrun +. else + ${REINPLACE_CMD} -e "s|batch : oui|batch : non|" \ + ${WRKSRC}/unittest/datafiles/config_serveurs . endif . if defined(MAKE_JOBS_NUMBER) && ! defined(PACKAGE_BUILDING) ${REINPLACE_CMD} \ @@ -276,6 +276,7 @@ do-configure: .for sh in ${BASH2RC3} ${REINPLACE_CMD} -e 's|/bin/bash|${SHELL_INSTALL_ASTER}|' ${WRKCONF}/${sh} .endfor + ${FIND} ${WRKSRC} -name "*.bak" -delete do-install: ${MKDIR} ${STAGEDIR}${inst_dir} diff --git a/french/aster/Makefile b/french/aster/Makefile index 0146b14f6da0..51455cf0bd45 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,7 +3,6 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 3 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org @@ -24,7 +23,6 @@ NOT_FOR_ARCHS_REASON= ARG_MAX is too small for Code_Aster on 32 bits systems # - WITH_BLAS: don't link with atlas, even if present, but with blas; # (blas might be slower, but is lighter) # - WITHOUT_ASTK_CLI: won't use the GUI from this machine; -# - WITHOUT_EFICAS: don't install ASter Command FIle Editor; # - WITHOUT_GMSH: don't install GMSH (a mesh generator); # - WITHOUT_GRACE: don't install Grace (used to create 2D graph); # - WITHOUT_MACR_RECAL: don't install Numerical Python @@ -39,23 +37,27 @@ BUILD_DEPENDS+= astk-serveur>0:cad/astk-serveur \ ${LOCALBASE}/lib/libscotch.a:cad/scotch \ gnproc:sysutils/coreutils \ bash:shells/bash \ + getopt>0:misc/getopt \ xterm:x11/xterm \ ${PYNUMPY} # pylupdate5:textproc/py-qt5-xml LIB_DEPENDS+= libhdf5.so:science/hdf5 \ libmetis.so:math/metis \ - libmed.so:french/med -# libAsterInterface.so:science/mfront -# libAsterInterface.so:science/tfel + libmed.so:french/med \ + libAsterInterface.so:science/tfel-edf RUN_DEPENDS+= ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ astk-serveur>0:cad/astk-serveur \ - xterm:x11/xterm + xterm:x11/xterm \ + ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} USES= bison fortran gettext python:3.6+ qt:5 tk +# Note 1: compile fine with clang but segfault when sharing args between C and Fortran +# Note 2: tfel/mfront must be compiled with the same compiler, else it does not link +USE_GCC= yes USE_BINUTILS= yes USE_QT= linguisttools_build -CONFLICTS_BUILD=${PYTHON_PKGNAMEPREFIX}cysignals-1.* +#CONFLICTS_BUILD=${PYTHON_PKGNAMEPREFIX}cysignals-1.* .if defined(WITH_ATLAS) USES+= blaslapack:atlas @@ -102,6 +104,15 @@ FLAGARCH= -DP_LINUX -DLINUX FLAGARCH= -DLINUX64 .endif +.if defined(WITH_DEBUG) +DEBUG_FLAGS= --debug +CFLAGS+= -D__DEBUG_ALLOCATE__ +FFLAGS+= -D__DEBUG_ALLOCATE__ +MAKE_ENV+= FCFLAGS="-g ${FFLAGS:C|O2|O0|} -fno-tree-dse ${FLAGARCH}" +.else +MAKE_ENV+= FCFLAGS="${FFLAGS} -fno-tree-dse ${FLAGARCH}" +.endif + .if !defined(WITHOUT_ASTK_CLI) RUN_DEPENDS+= astk-client>0:cad/astk-client PLIST_SUB+= ASTK_CLIENT="" ASTKDIR=${ASTKDIR} @@ -184,8 +195,10 @@ PFX2FIX= bin/as_run etc/codeaster/aster etc/codeaster/profile.sh \ ${VE}/share/aster/CTestTestfile.cmake \ ${VE}/include/aster/asterf_config.h \ ${VE}/include/aster/asterc_config.h \ + ${VE}/share/aster/execute_codeaster \ ${VE}/share/aster/config.txt ${VE}/share/aster/profile.sh POSTPY2FIX= post-patch-waf.engine post-patch-data__post_install +POSTBASH2FIX= execute_codeaster create_install_script inst_dir= ${PREFIX}/${PORTNAME} tools_dir= ${PREFIX}/${PORTNAME}/outils tools= cmpfillin gpmetis graphchk m2gmetis mpmetis ndmetis gnuplot @@ -210,9 +223,7 @@ ExportPATH?= /tmp/maillages pre-configure: ${REINPLACE_CMD} -e 's|PREFER_SHARED_LIBS=False|PREFER_SHARED_LIBS=True|' \ - ${WRKSRC}/setup.cfg - ${REINPLACE_CMD} -e 's|/opt/aster|${STAGEDIR}${inst_dir}|' \ - ${WRKSRC}/setup.cfg + -e 's|/opt/aster|${STAGEDIR}${inst_dir}|' ${WRKSRC}/setup.cfg ${REINPLACE_CMD} -e 's|?ASTER_ROOT?|${STAGEDIR}${inst_dir}|' \ ${WRKSRC}/products.py ${REINPLACE_CMD} -e "s|'gfortran'|'${FC}'|g;s|'gcc'|'${CC}'|g" \ @@ -265,16 +276,12 @@ pre-configure: ${ECHO_CMD} "INCLUDEDIR = ['${LOCALBASE}/include', '${LOCALBASE}/include/metis', ]"\ >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "HOME_MUMPS = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg -# Disable MFront at the moment (compilation error) -# ${ECHO_CMD} "HOME_MFRONT = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg -# ${ECHO_CMD} "TFELHOME = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg - ${REINPLACE_CMD} -e "s|waf configure|waf configure --disable-mfront|" \ - ${WRKSRC}/products.py + ${ECHO_CMD} "HOME_MFRONT = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "MUMPSLIB = '${MUMPSLIB}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "CC='${CC}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "gcc='${CC}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "CXX='${CXX}'" >> ${WRKSRC}/setup.cfg - ${ECHO_CMD} "LD='${FC}'" >> ${WRKSRC}/setup.cfg + ${ECHO_CMD} "LD='${LD}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "F90='${FC}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "MATHLIB='${lib_math} ${LDFLAGS} -lgfortran -lm -lkvm'" \ >> ${WRKSRC}/setup.cfg @@ -301,6 +308,8 @@ pre-configure: ${ECHO_CMD} "SHELL_EXECUTION='${SHELL_INSTALL_ASTER}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "TERMINAL='xterm'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "EDITOR='${WITH_ED}'" >> ${WRKSRC}/setup.cfg + ${ECHO_CMD} "CXXFLAGS='${CXXFLAGS}'" >> ${WRKSRC}/setup.cfg + ${ECHO_CMD} "CXXFLAGS_DBG='${CXXFLAGS:C|-O2|--debug|}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "LDFLAGS='${LDFLAGS}'" >> ${WRKSRC}/setup.cfg ${ECHO_CMD} "FFLAGS='-c ${FFLAGS} -fno-tree-dse ${FLAGARCH}'" \ >> ${WRKSRC}/setup.cfg @@ -364,8 +373,6 @@ pre-build: .for pp in ${POSTPY2FIX} ${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKDIR}/post_patches/${pp} .endfor - ${REINPLACE_CMD} -e "s|%%WRKDIR%%|${WRKDIR}|" \ - ${WRKDIR}/post_patches/post-patch-bibfor__jeveux__jedebu.F90 do-build: (cd ${BUILD_WRKSRC} && \ @@ -380,6 +387,12 @@ post-install: .for f in ${PFX2FIX} ${REINPLACE_CMD} -e 's|${STAGEDIR}||g' ${STAGEDIR}${inst_dir}/${f} .endfor +.for f in ${POSTBASH2FIX} + ${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ + ${STAGEDIR}${inst_dir}/${VE}/share/aster/${f} +.endfor + ${REINPLACE_CMD} -e 's|LINUX64|LINUX64, FREEBSD|' \ + ${STAGEDIR}${inst_dir}/asrun/core/default_configuration.py (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${inst_dir:S|${PREFIX}/||}) (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ diff --git a/french/aster/bsd.aster.mk b/french/aster/bsd.aster.mk index 84b556ce6002..3d578968b1de 100644 --- a/french/aster/bsd.aster.mk +++ b/french/aster/bsd.aster.mk @@ -10,7 +10,7 @@ MASTER_SITES= http://www.code-aster.org/FICHIERS/ \ DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX} DISTINFO_FILE= ${.CURDIR}/../../french/aster/distinfo -ASTER_VER= 14.4.0 +ASTER_VER= 14.6.0 ASTER_DISTVERSION= ${ASTER_VER}-1 EXTRACT_WRKSRC= ${WRKDIR}/aster-${DISTVERSIONPREFIX}${ASTER_VER}/SRC diff --git a/french/aster/distinfo b/french/aster/distinfo index f52e34c9e20f..ab7f3a9fbf9e 100644 --- a/french/aster/distinfo +++ b/french/aster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572098780 -SHA256 (aster-full-src-14.4.0-1.noarch.tar.gz) = fd29b85f5dd3370dfa6fcae9d955f94e3eee5e4c633591aa292f0e7ce3f7ab7c -SIZE (aster-full-src-14.4.0-1.noarch.tar.gz) = 301386329 +TIMESTAMP = 1604590054 +SHA256 (aster-full-src-14.6.0-1.noarch.tar.gz) = dcb3900de1e5c0624060253660a63512ab415cbe143cdd87867a0276ef6bf233 +SIZE (aster-full-src-14.6.0-1.noarch.tar.gz) = 270695003 diff --git a/french/aster/files/patch-as_setup.py b/french/aster/files/patch-as_setup.py index b81531ba8c17..2175b43e8fb3 100644 --- a/french/aster/files/patch-as_setup.py +++ b/french/aster/files/patch-as_setup.py @@ -1,4 +1,4 @@ ---- as_setup.py.orig 2019-10-01 12:45:34 UTC +--- as_setup.py.orig 2020-10-26 15:54:27 UTC +++ as_setup.py @@ -45,6 +45,8 @@ import tarfile import compileall @@ -7,9 +7,9 @@ +import fileinput +import string import distutils.sysconfig as SC + from functools import partial from subprocess import Popen, PIPE - -@@ -410,6 +412,7 @@ class SETUP: +@@ -411,6 +413,7 @@ class SETUP: archive filename !), extract_as : rename content. """ @@ -18,9 +18,10 @@ if kargs.get('external')!=None: self._call_external(**kargs) @@ -518,6 +521,88 @@ class SETUP: + os.chdir(prev) if iextr_as: self.Clean(to_delete=path) - ++ + # Insert FreeBSD patches here + file2patch = os.path.join(self.workdir, self.content, 'bibc/wscript') + self._print('FreeBSD patch: no libdl => modify ' + file2patch) @@ -74,7 +75,7 @@ + sys.stdout.write(ligne) + for f2p in ('waf', 'waf.main', 'waf_variant', 'waf_std', 'waf_mpi', 'bibpyt/Macro/macr_ecre_calc_ops.py'): + file2patch = os.path.join(self.workdir, self.content, f2p) -+ self._print('FreeBSD patch: /bin/bash => modify ' + file2patch) ++ self._print('FreeBSD patch: /bin/bash + GNU getopt => modify ' + file2patch) + for ligne in fileinput.input(file2patch, inplace=1): + nl = 0 + nl = ligne.find("/bin/bash") @@ -85,14 +86,14 @@ + nl = 0 + nl = ligne.find("getopt ") + if nl > 0: -+ ligne =ligne.replace("getopt ", "getopts ") ++ ligne =ligne.replace("getopt ", "%%LOCALBASE%%/bin/getopt ") + sys.stdout.write(ligne) + self._print('FreeBSD patches: waf.engine and data/post_install in %s' % os.path.join(self.workdir, self.content)) + os.system('cd ' + os.path.join(self.workdir, self.content) + ' && patch -p0 < %%WRKDIR%%/post_patches/post-patch-waf.engine') + os.system('cd ' + os.path.join(self.workdir, self.content) + ' && patch -p0 < %%WRKDIR%%/post_patches/post-patch-data__post_install') + self._print('FreeBSD patches: memory detection in bibc/utilitai/mempid.c in %s' % os.path.join(self.workdir, self.content)) + os.system('cd ' + os.path.join(self.workdir, self.content) + ' && patch -p0 < %%WRKDIR%%/post_patches/post-patch-bibc__utilitai__mempid.c') -+ os.system('cd ' + os.path.join(self.workdir, self.content) + ' && patch -p0 < %%WRKDIR%%/post_patches/post-patch-bibfor__jeveux__jedebu.F90') ++ os.system('cd ' + os.path.join(self.workdir, self.content) + ' && patch -p0 < %%WRKDIR%%/post_patches/post-patch-bibc__supervis__aster_utils.c') + file2patch = os.path.join(self.workdir, self.content, 'waftools/mathematics.py') + self._print('FreeBSD patch: nproc => gnproc ' + file2patch) + for ligne in fileinput.input(file2patch, inplace=1): @@ -102,16 +103,6 @@ + ligne =ligne.replace("'nproc'", "'gnproc'") + sys.stdout.write(ligne) + # End of FreeBSD patches -+ + #------------------------------------------------------------------------------- def Configure(self, **kargs): - """Configuration of the product. -@@ -1454,7 +1532,7 @@ class SYSTEM: - if type(profile) is str: - ftmp = osp.join(self._tmpdir, 'temp.opt_env') - open(ftmp, 'w').write(profile) -- os.chmod(ftmp, 755) -+ os.chmod(ftmp, 0o755) - profile = ftmp - - if not osp.isfile(profile): diff --git a/french/aster/files/patch-products.py b/french/aster/files/patch-products.py index c3e39de90a32..8716b06abfe5 100644 --- a/french/aster/files/patch-products.py +++ b/french/aster/files/patch-products.py @@ -1,6 +1,6 @@ ---- products.py.orig 2019-10-01 12:45:34 UTC +--- products.py.orig 2020-10-26 15:54:27 UTC +++ products.py -@@ -637,7 +637,8 @@ def setup_mumps(dep, summary, **kargs): +@@ -658,7 +658,8 @@ def setup_mumps(dep, summary, **kargs): 'capturestderr' : False, }), ('Make' , { @@ -10,13 +10,13 @@ 'capturestderr' : False, }), ('Install', { -@@ -691,7 +692,8 @@ def setup_aster(dep, summary, **kargs): - 'HOME_MUMPS', 'HOME_MPI', 'INCLUDE_MUMPS', 'HOME_METIS', - 'HOME_MED', 'HOME_HDF', 'HOME_MFRONT', +@@ -718,7 +719,8 @@ def setup_aster(dep, summary, **kargs): + 'HOME_MED', 'HOME_HDF', 'HOME_MFRONT', 'HOME_BOOST', + 'LIBPATH_BOOST', 'LIBNAME_BOOST', #'HOME_GMSH', 'HOME_HOMARD', optional - 'LD', 'CC', 'F90', 'CXXLIB', 'OTHERLIB', 'SYSLIB', ], + 'LD', 'CC', 'F90', 'CXXLIB', 'OTHERLIB', 'SYSLIB', 'CFLAGS', 'LDFLAGS', + 'CFLAGS_DBG', 'FFLAGS', 'FFLAGS_DBG','F90FLAGS', 'F90FLAGS_DBG', 'CXXLIB', ], + set=['LIBPATH_HDF', 'LIBPATH_MED', 'LIBPATH_METIS', 'LIBPATH_SCOTCH', + 'LIBPATH_MUMPS', 'LIBPATH_MFRONT'], reqobj=['file:?ASTER_ROOT?/bin/as_run', - 'file:?ASTER_ROOT?/etc/codeaster/profile.sh'], - ) diff --git a/french/aster/files/patch-products__data.py b/french/aster/files/patch-products__data.py index 0da09a03d36a..9c8798c1d5f9 100644 --- a/french/aster/files/patch-products__data.py +++ b/french/aster/files/patch-products__data.py @@ -1,6 +1,6 @@ ---- products_data.py.orig 2019-10-01 12:45:34 UTC +--- products_data.py.orig 2020-10-26 15:54:27 UTC +++ products_data.py -@@ -110,10 +110,8 @@ def configure(self): +@@ -130,10 +130,8 @@ def configure(self): '%(HOME_HDF)s/include', '%(HOME_MED)s/include', '%(HOME_MUMPS)s/include', diff --git a/french/aster/files/patch-setup.py b/french/aster/files/patch-setup.py index d0ea570eec85..c7031fed926a 100644 --- a/french/aster/files/patch-setup.py +++ b/french/aster/files/patch-setup.py @@ -1,34 +1,21 @@ ---- setup.py.orig 2019-10-01 12:45:34 UTC +--- setup.py.orig 2020-10-26 15:54:27 UTC +++ setup.py -@@ -419,8 +419,8 @@ def main(): - # librairies - pylib = SC.get_python_lib(standard_lib=True) - prefixlib = osp.dirname(pylib) -- cfg['PYTHONLIB'] = '-L' + prefixlib + ' -L' + osp.join(pylib, 'config') + \ -- ' -l' + pythonXY -+ cfg['PYTHONLIB'] = '-L' + prefixlib + ' -L' + pylib + \ -+ ' -l' + pythonXY + '%%PYTHON_ABIVER%%' - # python modules location - cfg['PYTHONPATH'] = cfg.get('PYTHONPATH', '') - cfg['OPT_ENV'] = cfg.get('OPT_ENV', '') -@@ -488,14 +488,14 @@ def main(): - ftools.find_and_set( - cfg, 'SHELL_EXECUTION', ['bash', 'ksh', 'zsh'], err=False) - ftools.check(python_version, 'Python version') -- pylibrary = ftools.findlib_and_set(cfg, 'PYTHON_LIBRARY', pythonXY, -+ pylibrary = ftools.findlib_and_set(cfg, 'PYTHON_LIBRARY', pythonXY + 'm', +@@ -485,12 +485,12 @@ def main(): + [pythonXY, pythonXY + "m"], paths=[pylib], prefshared=True, err=True) cfg['PYTHON_LIBRARY'] = pylibrary +- cfg['PYTHON_LIBRARY_DIR'] = osp.dirname(pylibrary) - pyinc = ftools.find_and_set(cfg, 'PYTHON_INCLUDE', "Python.h", typ='inc', - paths=[osp.join(cfg['HOME_PYTHON'], 'include', - pythonXY)], - err=True) - cfg['PYTHON_INCLUDE'] = osp.dirname(pyinc) -+ #pyinc = ftools.find_and_set(cfg, 'PYTHON_INCLUDE', "Python.h", typ='inc', -+ # paths=[osp.join(cfg['HOME_PYTHON'], 'include', -+ # pythonXY + '%%PYTHON_ABIVER%%')], -+ # append=False, err=True) -+ #cfg['PYTHON_INCLUDE'] = osp.dirname(pyinc) ++ cfg['PYTHON_LIBRARY_DIR'] = osp.dirname(pylib) ++# pyinc = ftools.find_and_set(cfg, 'PYTHON_INCLUDE', "Python.h", typ='inc', ++# paths=[osp.join(cfg['HOME_PYTHON'], 'include', ++# pythonXY)], ++# err=True) ++# cfg['PYTHON_INCLUDE'] = osp.dirname(pyinc) cfg['PYTHON_ALIAS'] = '' if PY3: py3tmpdir = tempfile.mkdtemp() diff --git a/french/aster/files/post-patch-bibc__supervis__aster_utils.c b/french/aster/files/post-patch-bibc__supervis__aster_utils.c new file mode 100644 index 000000000000..e0b218c18538 --- /dev/null +++ b/french/aster/files/post-patch-bibc__supervis__aster_utils.c @@ -0,0 +1,22 @@ +--- bibc/supervis/aster_utils.c.orig 2020-10-20 16:45:20.000000000 +0200 ++++ bibc/supervis/aster_utils.c 2020-11-22 17:01:12.951054000 +0100 +@@ -18,6 +18,8 @@ + + /* person_in_charge: mathieu.courtois at edf.fr */ + ++#include ++#define __STDC_WANT_LIB_EXT1__ 1 + #include "aster_utils.h" + #include "aster_module.h" + #include "aster_fort.h" +@@ -91,7 +93,9 @@ + /* Initialise un blanc une chaine de caractères (sans '\0' à la fin). + * S'applique à une chaine allouée par le Fortran. + */ +- memset(fstr, ' ', flen); ++ if (memset_s(fstr, flen, ' ', flen) != 0) { ++ MYABORT("Erreur sur memset_s"); ++ } + } + + char * MakeBlankFStr( _IN STRING_SIZE flen ) diff --git a/french/aster/files/post-patch-bibc__utilitai__mempid.c b/french/aster/files/post-patch-bibc__utilitai__mempid.c index 6389882624a3..c0bd8118f04f 100644 --- a/french/aster/files/post-patch-bibc__utilitai__mempid.c +++ b/french/aster/files/post-patch-bibc__utilitai__mempid.c @@ -1,14 +1,11 @@ ---- bibc/utilitai/mempid.c.orig 2019-09-25 21:45:54.000000000 +0200 -+++ bibc/utilitai/mempid.c 2020-01-02 22:28:47.035670000 +0100 -@@ -77,7 +77,11 @@ +--- bibc/utilitai/mempid.c.orig 2020-10-20 16:45:20.000000000 +0200 ++++ bibc/utilitai/mempid.c 2020-11-10 19:29:26.945762000 +0100 +@@ -77,7 +77,7 @@ kvm_close(kd); /* VmSize */ -+# if __FreeBSD_version > 1300000 +- val[0] = B2K((uintmax_t)kp->ki_size); + val[0] = 0; -+# else - val[0] = B2K((uintmax_t)kp->ki_size); -+# endif /* VmPeak - not defined in /compat/linux/proc/pid/status */ val[1] = -1; iret = 0; diff --git a/french/aster/files/post-patch-bibfor__jeveux__jedebu.F90 b/french/aster/files/post-patch-bibfor__jeveux__jedebu.F90 deleted file mode 100644 index cc18870edbe6..000000000000 --- a/french/aster/files/post-patch-bibfor__jeveux__jedebu.F90 +++ /dev/null @@ -1,18 +0,0 @@ ---- ./bibfor/jeveux/jedebu.F90.orig 2019-09-25 21:45:58.000000000 +0200 -+++ ./bibfor/jeveux/jedebu.F90 2019-12-31 12:21:04.131247000 +0100 -@@ -225,6 +225,7 @@ - k8tab(2) = 'VMPEAK' - k8tab(3) = 'VMSIZE' - call utgtme(3, k8tab, rval, iret) -+ call utmess('I', 'DEBUG_1', nr=3, valr=rval, fname='%%WRKDIR%%/aster_debug1.log') - if (rval(2) .le. 0 .or. rval(3) .le. 0) then - call utmess('I', 'JEVEUX1_75') - endif -@@ -232,6 +233,7 @@ - if (rval(3) .gt. 0) then - ! - call utptme('RLQ_MEM ', rval(3), iret) -+ call utmess('I', 'DEBUG_1', nr=3, valr=rval, fname='%%WRKDIR%%/aster_debug2.log') - if (rval(1)-rval(3) .le. 0) then - call utmess('F', 'JEVEUX1_71', nr=3, valr=rval) - endif diff --git a/french/aster/pkg-plist b/french/aster/pkg-plist index 2bcad5981146..b242c153be82 100644 --- a/french/aster/pkg-plist +++ b/french/aster/pkg-plist @@ -1449,6 +1449,8 @@ aster/%%VE%%/lib/aster/Messages/__pycache__/calcbt.cpython-%%PYTHON_SUFFIX%%.opt aster/%%VE%%/lib/aster/Messages/__pycache__/calcbt.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/calcchamp.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/calcchamp.cpython-%%PYTHON_SUFFIX%%.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/calcerror1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/calcerror1.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/calcessai0.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/calcessai0.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/calcessai1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -1547,6 +1549,8 @@ aster/%%VE%%/lib/aster/Messages/__pycache__/dynaline1.cpython-%%PYTHON_SUFFIX%%. aster/%%VE%%/lib/aster/Messages/__pycache__/dynaline1.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/dynamique.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/dynamique.cpython-%%PYTHON_SUFFIX%%.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/dynamique1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/dynamique1.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/dynapost.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/dynapost.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/dynavisco.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -1723,6 +1727,8 @@ aster/%%VE%%/lib/aster/Messages/__pycache__/petsc.cpython-%%PYTHON_SUFFIX%%.opt- aster/%%VE%%/lib/aster/Messages/__pycache__/petsc.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/pilotage.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/pilotage.cpython-%%PYTHON_SUFFIX%%.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/plate1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/plate1.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/plexus.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/plexus.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/post0.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -1753,6 +1759,8 @@ aster/%%VE%%/lib/aster/Messages/__pycache__/proba0.cpython-%%PYTHON_SUFFIX%%.opt aster/%%VE%%/lib/aster/Messages/__pycache__/proba0.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/progress.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/progress.cpython-%%PYTHON_SUFFIX%%.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/quality1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +aster/%%VE%%/lib/aster/Messages/__pycache__/quality1.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/recal0.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/recal0.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/lib/aster/Messages/__pycache__/resuelem1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -1872,6 +1880,7 @@ aster/%%VE%%/lib/aster/Messages/assembla.py aster/%%VE%%/lib/aster/Messages/cable0.py aster/%%VE%%/lib/aster/Messages/calcbt.py aster/%%VE%%/lib/aster/Messages/calcchamp.py +aster/%%VE%%/lib/aster/Messages/calcerror1.py aster/%%VE%%/lib/aster/Messages/calcessai0.py aster/%%VE%%/lib/aster/Messages/calcessai1.py aster/%%VE%%/lib/aster/Messages/calcpression0.py @@ -1921,6 +1930,7 @@ aster/%%VE%%/lib/aster/Messages/discrets.py aster/%%VE%%/lib/aster/Messages/dvp.py aster/%%VE%%/lib/aster/Messages/dynaline1.py aster/%%VE%%/lib/aster/Messages/dynamique.py +aster/%%VE%%/lib/aster/Messages/dynamique1.py aster/%%VE%%/lib/aster/Messages/dynapost.py aster/%%VE%%/lib/aster/Messages/dynavisco.py aster/%%VE%%/lib/aster/Messages/ecrevisse0.py @@ -2009,6 +2019,7 @@ aster/%%VE%%/lib/aster/Messages/partition.py aster/%%VE%%/lib/aster/Messages/partition1.py aster/%%VE%%/lib/aster/Messages/petsc.py aster/%%VE%%/lib/aster/Messages/pilotage.py +aster/%%VE%%/lib/aster/Messages/plate1.py aster/%%VE%%/lib/aster/Messages/plexus.py aster/%%VE%%/lib/aster/Messages/post0.py aster/%%VE%%/lib/aster/Messages/postelem.py @@ -2024,6 +2035,7 @@ aster/%%VE%%/lib/aster/Messages/prepost5.py aster/%%VE%%/lib/aster/Messages/prepost6.py aster/%%VE%%/lib/aster/Messages/proba0.py aster/%%VE%%/lib/aster/Messages/progress.py +aster/%%VE%%/lib/aster/Messages/quality1.py aster/%%VE%%/lib/aster/Messages/recal0.py aster/%%VE%%/lib/aster/Messages/resuelem1.py aster/%%VE%%/lib/aster/Messages/result1.py @@ -3707,11 +3719,12 @@ aster/%%VE%%/%%DATADIR%%/__pycache__/aster_full_config.cpython-%%PYTHON_SUFFIX%% aster/%%VE%%/%%DATADIR%%/__pycache__/aster_full_config.cpython-%%PYTHON_SUFFIX%%.pyc aster/%%VE%%/%%DATADIR%%/aster_full_config.py aster/%%VE%%/%%DATADIR%%/config.txt +aster/%%VE%%/%%DATADIR%%/create_install_script +aster/%%VE%%/%%DATADIR%%/execute_codeaster aster/%%VE%%/%%DATADIR%%/external_programs.js aster/%%VE%%/%%DATADIR%%/post_install aster/%%VE%%/%%DATADIR%%/profile.sh aster/%%VE%%/%%DATADIR%%/profile_mfront.sh -aster/%%VE%%/%%DATADIR%%/tests/AnisoLemaitre.mfront aster/%%VE%%/%%DATADIR%%/tests/BurgerAgeing.mfront aster/%%VE%%/%%DATADIR%%/tests/Chaboche.mfront aster/%%VE%%/%%DATADIR%%/tests/DruckPragEcroLin.mfront @@ -4229,11 +4242,9 @@ aster/%%VE%%/%%DATADIR%%/tests/fdlv112j.export aster/%%VE%%/%%DATADIR%%/tests/fdlv112j.mmed aster/%%VE%%/%%DATADIR%%/tests/fdlv112k.comm aster/%%VE%%/%%DATADIR%%/tests/fdlv112k.export -aster/%%VE%%/%%DATADIR%%/tests/fdlv112l.export aster/%%VE%%/%%DATADIR%%/tests/fdlv113a.comm aster/%%VE%%/%%DATADIR%%/tests/fdlv113a.export aster/%%VE%%/%%DATADIR%%/tests/fdlv113a.mmed -aster/%%VE%%/%%DATADIR%%/tests/fdlv113b.export aster/%%VE%%/%%DATADIR%%/tests/fdlv114a.comm aster/%%VE%%/%%DATADIR%%/tests/fdlv114a.export aster/%%VE%%/%%DATADIR%%/tests/fdlv114a.mmed @@ -4405,9 +4416,12 @@ aster/%%VE%%/%%DATADIR%%/tests/forma40a.mmed aster/%%VE%%/%%DATADIR%%/tests/forma40b.comm aster/%%VE%%/%%DATADIR%%/tests/forma40b.export aster/%%VE%%/%%DATADIR%%/tests/forma40b.mmed -aster/%%VE%%/%%DATADIR%%/tests/forma41a.20 +aster/%%VE%%/%%DATADIR%%/tests/forma41a.com1 aster/%%VE%%/%%DATADIR%%/tests/forma41a.comm aster/%%VE%%/%%DATADIR%%/tests/forma41a.export +aster/%%VE%%/%%DATADIR%%/tests/forma41a.mmed +aster/%%VE%%/%%DATADIR%%/tests/forma41b.com1 +aster/%%VE%%/%%DATADIR%%/tests/forma41b.com2 aster/%%VE%%/%%DATADIR%%/tests/forma41b.comm aster/%%VE%%/%%DATADIR%%/tests/forma41b.export aster/%%VE%%/%%DATADIR%%/tests/forma42a.comm @@ -4587,7 +4601,6 @@ aster/%%VE%%/%%DATADIR%%/tests/hsna106a.export aster/%%VE%%/%%DATADIR%%/tests/hsna106a.mail aster/%%VE%%/%%DATADIR%%/tests/hsna106b.comm aster/%%VE%%/%%DATADIR%%/tests/hsna106b.export -aster/%%VE%%/%%DATADIR%%/tests/hsna106b.mail aster/%%VE%%/%%DATADIR%%/tests/hsns101a.comm aster/%%VE%%/%%DATADIR%%/tests/hsns101a.export aster/%%VE%%/%%DATADIR%%/tests/hsns101a.mail @@ -4703,7 +4716,6 @@ aster/%%VE%%/%%DATADIR%%/tests/hsnv121a.comm aster/%%VE%%/%%DATADIR%%/tests/hsnv121a.export aster/%%VE%%/%%DATADIR%%/tests/hsnv121b.comm aster/%%VE%%/%%DATADIR%%/tests/hsnv121b.export -aster/%%VE%%/%%DATADIR%%/tests/hsnv121b.mail aster/%%VE%%/%%DATADIR%%/tests/hsnv121c.comm aster/%%VE%%/%%DATADIR%%/tests/hsnv121c.export aster/%%VE%%/%%DATADIR%%/tests/hsnv121c.mail @@ -4859,7 +4871,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04a.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04b.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04b.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04b.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04b.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04b.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04b.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04c.21 @@ -4870,7 +4881,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04c.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04c.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04d.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04d.22 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04d.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04d.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04d.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04e.21 @@ -4882,7 +4892,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04e.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04f.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04f.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04f.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04f.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04f.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04f.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04g.21 @@ -4894,11 +4903,9 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04g.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04h.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04h.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04h.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04h.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04h.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04h.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04i.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04i.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04i.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04i.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04i.export @@ -4906,7 +4913,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04i.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04j.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04j.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04j.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04j.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04j.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04j.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04k.21 @@ -4918,7 +4924,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04k.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04l.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04l.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04l.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04l.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04l.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04l.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04m.21 @@ -4928,7 +4933,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04m.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04m.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04n.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04n.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04n.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04n.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04n.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04o.21 @@ -4939,7 +4943,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04o.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04o.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04p.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04p.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04p.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04p.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04p.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04q.21 @@ -4951,7 +4954,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04q.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04r.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04r.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04r.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04r.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04r.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04r.export aster/%%VE%%/%%DATADIR%%/tests/mac3c04s.21 @@ -4963,37 +4965,21 @@ aster/%%VE%%/%%DATADIR%%/tests/mac3c04s.mmed aster/%%VE%%/%%DATADIR%%/tests/mac3c04t.21 aster/%%VE%%/%%DATADIR%%/tests/mac3c04t.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04t.32 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04t.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04t.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04t.export -aster/%%VE%%/%%DATADIR%%/tests/mac3c04u.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04u.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04u.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04u.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04u.export -aster/%%VE%%/%%DATADIR%%/tests/mac3c04v.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04v.22 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04v.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04v.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04v.export -aster/%%VE%%/%%DATADIR%%/tests/mac3c04w.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04w.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04w.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04w.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04w.export -aster/%%VE%%/%%DATADIR%%/tests/mac3c04x.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04x.22 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04x.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04x.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04x.export -aster/%%VE%%/%%DATADIR%%/tests/mac3c04y.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04y.22 aster/%%VE%%/%%DATADIR%%/tests/mac3c04y.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04y.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04y.export -aster/%%VE%%/%%DATADIR%%/tests/mac3c04z.21 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04z.22 -aster/%%VE%%/%%DATADIR%%/tests/mac3c04z.38 aster/%%VE%%/%%DATADIR%%/tests/mac3c04z.comm aster/%%VE%%/%%DATADIR%%/tests/mac3c04z.export aster/%%VE%%/%%DATADIR%%/tests/mac3c05a.33 @@ -5036,7 +5022,6 @@ aster/%%VE%%/%%DATADIR%%/tests/mfron01c.comm aster/%%VE%%/%%DATADIR%%/tests/mfron01c.export aster/%%VE%%/%%DATADIR%%/tests/mfron01d.comm aster/%%VE%%/%%DATADIR%%/tests/mfron01d.export -aster/%%VE%%/%%DATADIR%%/tests/mfron01d.mail aster/%%VE%%/%%DATADIR%%/tests/mfron01g.comm aster/%%VE%%/%%DATADIR%%/tests/mfron01g.export aster/%%VE%%/%%DATADIR%%/tests/mfron01h.comm @@ -5075,22 +5060,8 @@ aster/%%VE%%/%%DATADIR%%/tests/mfron03i.comm aster/%%VE%%/%%DATADIR%%/tests/mfron03i.export aster/%%VE%%/%%DATADIR%%/tests/mfron03j.comm aster/%%VE%%/%%DATADIR%%/tests/mfron03j.export -aster/%%VE%%/%%DATADIR%%/tests/mfron03j.mail aster/%%VE%%/%%DATADIR%%/tests/mfron03k.comm aster/%%VE%%/%%DATADIR%%/tests/mfron03k.export -aster/%%VE%%/%%DATADIR%%/tests/mfron04a.comm -aster/%%VE%%/%%DATADIR%%/tests/mfron04a.export -aster/%%VE%%/%%DATADIR%%/tests/mfron04b.comm -aster/%%VE%%/%%DATADIR%%/tests/mfron04b.export -aster/%%VE%%/%%DATADIR%%/tests/mfron04b.mmed -aster/%%VE%%/%%DATADIR%%/tests/mfron04c.comm -aster/%%VE%%/%%DATADIR%%/tests/mfron04c.export -aster/%%VE%%/%%DATADIR%%/tests/mfron04d.comm -aster/%%VE%%/%%DATADIR%%/tests/mfron04d.export -aster/%%VE%%/%%DATADIR%%/tests/mfron04d.mail -aster/%%VE%%/%%DATADIR%%/tests/mfron04e.com2 -aster/%%VE%%/%%DATADIR%%/tests/mfron04e.comm -aster/%%VE%%/%%DATADIR%%/tests/mfron04e.export aster/%%VE%%/%%DATADIR%%/tests/mfron05a.comm aster/%%VE%%/%%DATADIR%%/tests/mfron05a.export aster/%%VE%%/%%DATADIR%%/tests/mfron05b.comm @@ -5841,7 +5812,6 @@ aster/%%VE%%/%%DATADIR%%/tests/sdll151a.comm aster/%%VE%%/%%DATADIR%%/tests/sdll151a.export aster/%%VE%%/%%DATADIR%%/tests/sdll151a.mmed aster/%%VE%%/%%DATADIR%%/tests/sdll152a.70 -aster/%%VE%%/%%DATADIR%%/tests/sdll152a.71 aster/%%VE%%/%%DATADIR%%/tests/sdll152a.comm aster/%%VE%%/%%DATADIR%%/tests/sdll152a.export aster/%%VE%%/%%DATADIR%%/tests/sdll152a.mail @@ -5849,7 +5819,6 @@ aster/%%VE%%/%%DATADIR%%/tests/sdll152b.comm aster/%%VE%%/%%DATADIR%%/tests/sdll152b.export aster/%%VE%%/%%DATADIR%%/tests/sdll152b.mail aster/%%VE%%/%%DATADIR%%/tests/sdll152c.70 -aster/%%VE%%/%%DATADIR%%/tests/sdll152c.71 aster/%%VE%%/%%DATADIR%%/tests/sdll152c.comm aster/%%VE%%/%%DATADIR%%/tests/sdll152c.export aster/%%VE%%/%%DATADIR%%/tests/sdll152d.comm @@ -6097,7 +6066,6 @@ aster/%%VE%%/%%DATADIR%%/tests/sdls118d.export aster/%%VE%%/%%DATADIR%%/tests/sdls118e.35 aster/%%VE%%/%%DATADIR%%/tests/sdls118e.comm aster/%%VE%%/%%DATADIR%%/tests/sdls118e.export -aster/%%VE%%/%%DATADIR%%/tests/sdls118f.export aster/%%VE%%/%%DATADIR%%/tests/sdls119a.22 aster/%%VE%%/%%DATADIR%%/tests/sdls119a.comm aster/%%VE%%/%%DATADIR%%/tests/sdls119a.export @@ -6360,7 +6328,6 @@ aster/%%VE%%/%%DATADIR%%/tests/sdlv132d.mail aster/%%VE%%/%%DATADIR%%/tests/sdlv133a.comm aster/%%VE%%/%%DATADIR%%/tests/sdlv133a.export aster/%%VE%%/%%DATADIR%%/tests/sdlv133a.mmed -aster/%%VE%%/%%DATADIR%%/tests/sdlv133b.export aster/%%VE%%/%%DATADIR%%/tests/sdlv134a.comm aster/%%VE%%/%%DATADIR%%/tests/sdlv134a.export aster/%%VE%%/%%DATADIR%%/tests/sdlv134a.mmed @@ -6899,7 +6866,6 @@ aster/%%VE%%/%%DATADIR%%/tests/sdnx100h.export aster/%%VE%%/%%DATADIR%%/tests/sdnx100i.comm aster/%%VE%%/%%DATADIR%%/tests/sdnx100i.export aster/%%VE%%/%%DATADIR%%/tests/sdnx100i.mmed -aster/%%VE%%/%%DATADIR%%/tests/sdnx100j.export aster/%%VE%%/%%DATADIR%%/tests/sdnx101a.comm aster/%%VE%%/%%DATADIR%%/tests/sdnx101a.export aster/%%VE%%/%%DATADIR%%/tests/sdnx101a.mmed @@ -7211,7 +7177,6 @@ aster/%%VE%%/%%DATADIR%%/tests/ssll111b.18 aster/%%VE%%/%%DATADIR%%/tests/ssll111b.comm aster/%%VE%%/%%DATADIR%%/tests/ssll111b.datg aster/%%VE%%/%%DATADIR%%/tests/ssll111b.export -aster/%%VE%%/%%DATADIR%%/tests/ssll111b.mail aster/%%VE%%/%%DATADIR%%/tests/ssll112a.comm aster/%%VE%%/%%DATADIR%%/tests/ssll112a.datg aster/%%VE%%/%%DATADIR%%/tests/ssll112a.export @@ -7304,6 +7269,10 @@ aster/%%VE%%/%%DATADIR%%/tests/ssll501a.com1 aster/%%VE%%/%%DATADIR%%/tests/ssll501a.com2 aster/%%VE%%/%%DATADIR%%/tests/ssll501a.comm aster/%%VE%%/%%DATADIR%%/tests/ssll501a.export +aster/%%VE%%/%%DATADIR%%/tests/ssll501b.com1 +aster/%%VE%%/%%DATADIR%%/tests/ssll501b.com2 +aster/%%VE%%/%%DATADIR%%/tests/ssll501b.comm +aster/%%VE%%/%%DATADIR%%/tests/ssll501b.export aster/%%VE%%/%%DATADIR%%/tests/sslp01a.comm aster/%%VE%%/%%DATADIR%%/tests/sslp01a.export aster/%%VE%%/%%DATADIR%%/tests/sslp01a.mail @@ -7774,10 +7743,8 @@ aster/%%VE%%/%%DATADIR%%/tests/ssls111f.comm aster/%%VE%%/%%DATADIR%%/tests/ssls111f.datg aster/%%VE%%/%%DATADIR%%/tests/ssls111f.export aster/%%VE%%/%%DATADIR%%/tests/ssls111g.comm -aster/%%VE%%/%%DATADIR%%/tests/ssls111g.datg aster/%%VE%%/%%DATADIR%%/tests/ssls111g.export aster/%%VE%%/%%DATADIR%%/tests/ssls111h.comm -aster/%%VE%%/%%DATADIR%%/tests/ssls111h.datg aster/%%VE%%/%%DATADIR%%/tests/ssls111h.export aster/%%VE%%/%%DATADIR%%/tests/ssls111i.comm aster/%%VE%%/%%DATADIR%%/tests/ssls111i.export @@ -9042,7 +9009,6 @@ aster/%%VE%%/%%DATADIR%%/tests/ssna122d.export aster/%%VE%%/%%DATADIR%%/tests/ssna122d.mmed aster/%%VE%%/%%DATADIR%%/tests/ssna123a.comm aster/%%VE%%/%%DATADIR%%/tests/ssna123a.export -aster/%%VE%%/%%DATADIR%%/tests/ssna123a.mail aster/%%VE%%/%%DATADIR%%/tests/ssna123b.comm aster/%%VE%%/%%DATADIR%%/tests/ssna123b.export aster/%%VE%%/%%DATADIR%%/tests/ssna123c.comm @@ -9092,7 +9058,6 @@ aster/%%VE%%/%%DATADIR%%/tests/ssnd101c.comm aster/%%VE%%/%%DATADIR%%/tests/ssnd101c.export aster/%%VE%%/%%DATADIR%%/tests/ssnd101d.comm aster/%%VE%%/%%DATADIR%%/tests/ssnd101d.export -aster/%%VE%%/%%DATADIR%%/tests/ssnd101d.mail aster/%%VE%%/%%DATADIR%%/tests/ssnd102a.comm aster/%%VE%%/%%DATADIR%%/tests/ssnd102a.export aster/%%VE%%/%%DATADIR%%/tests/ssnd102a.mail @@ -9369,6 +9334,9 @@ aster/%%VE%%/%%DATADIR%%/tests/ssnl127d.mmed aster/%%VE%%/%%DATADIR%%/tests/ssnl127e.comm aster/%%VE%%/%%DATADIR%%/tests/ssnl127e.export aster/%%VE%%/%%DATADIR%%/tests/ssnl127e.mail +aster/%%VE%%/%%DATADIR%%/tests/ssnl127f.comm +aster/%%VE%%/%%DATADIR%%/tests/ssnl127f.export +aster/%%VE%%/%%DATADIR%%/tests/ssnl127f.mmed aster/%%VE%%/%%DATADIR%%/tests/ssnl128a.comm aster/%%VE%%/%%DATADIR%%/tests/ssnl128a.export aster/%%VE%%/%%DATADIR%%/tests/ssnl128a.mail @@ -11909,7 +11877,6 @@ aster/%%VE%%/%%DATADIR%%/tests/ssnv230a.export aster/%%VE%%/%%DATADIR%%/tests/ssnv230a.mail aster/%%VE%%/%%DATADIR%%/tests/ssnv230b.comm aster/%%VE%%/%%DATADIR%%/tests/ssnv230b.export -aster/%%VE%%/%%DATADIR%%/tests/ssnv230b.mail aster/%%VE%%/%%DATADIR%%/tests/ssnv231a.comm aster/%%VE%%/%%DATADIR%%/tests/ssnv231a.export aster/%%VE%%/%%DATADIR%%/tests/ssnv231a.mmed @@ -11934,7 +11901,6 @@ aster/%%VE%%/%%DATADIR%%/tests/ssnv233a.comm aster/%%VE%%/%%DATADIR%%/tests/ssnv233a.export aster/%%VE%%/%%DATADIR%%/tests/ssnv234a.comm aster/%%VE%%/%%DATADIR%%/tests/ssnv234a.export -aster/%%VE%%/%%DATADIR%%/tests/ssnv234a.mail aster/%%VE%%/%%DATADIR%%/tests/ssnv234b.comm aster/%%VE%%/%%DATADIR%%/tests/ssnv234b.export aster/%%VE%%/%%DATADIR%%/tests/ssnv244a.comm @@ -12467,29 +12433,6 @@ aster/%%VE%%/%%DATADIR%%/tests/supv003e.comm aster/%%VE%%/%%DATADIR%%/tests/supv003e.export aster/%%VE%%/%%DATADIR%%/tests/supv004a.comm aster/%%VE%%/%%DATADIR%%/tests/supv004a.export -aster/%%VE%%/%%DATADIR%%/tests/supv005a.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005a.comm -aster/%%VE%%/%%DATADIR%%/tests/supv005a.export -aster/%%VE%%/%%DATADIR%%/tests/supv005b.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005b.export -aster/%%VE%%/%%DATADIR%%/tests/supv005c.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005c.export -aster/%%VE%%/%%DATADIR%%/tests/supv005d.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005d.export -aster/%%VE%%/%%DATADIR%%/tests/supv005e.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005e.export -aster/%%VE%%/%%DATADIR%%/tests/supv005f.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005f.export -aster/%%VE%%/%%DATADIR%%/tests/supv005g.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005g.export -aster/%%VE%%/%%DATADIR%%/tests/supv005h.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005h.export -aster/%%VE%%/%%DATADIR%%/tests/supv005i.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005i.export -aster/%%VE%%/%%DATADIR%%/tests/supv005j.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005j.export -aster/%%VE%%/%%DATADIR%%/tests/supv005k.2 -aster/%%VE%%/%%DATADIR%%/tests/supv005k.export aster/%%VE%%/%%DATADIR%%/tests/szlz100a.comm aster/%%VE%%/%%DATADIR%%/tests/szlz100a.export aster/%%VE%%/%%DATADIR%%/tests/szlz101a.comm @@ -13913,6 +13856,10 @@ aster/%%VE%%/%%DATADIR%%/tests/zzzz121f.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz121f.datg aster/%%VE%%/%%DATADIR%%/tests/zzzz121f.export aster/%%VE%%/%%DATADIR%%/tests/zzzz121f.mmed +aster/%%VE%%/%%DATADIR%%/tests/zzzz122a.comm +aster/%%VE%%/%%DATADIR%%/tests/zzzz122a.export +aster/%%VE%%/%%DATADIR%%/tests/zzzz123a.comm +aster/%%VE%%/%%DATADIR%%/tests/zzzz123a.export aster/%%VE%%/%%DATADIR%%/tests/zzzz126a.39 aster/%%VE%%/%%DATADIR%%/tests/zzzz126a.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz126a.export @@ -14314,7 +14261,6 @@ aster/%%VE%%/%%DATADIR%%/tests/zzzz274b.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz274b.export aster/%%VE%%/%%DATADIR%%/tests/zzzz274c.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz274c.export -aster/%%VE%%/%%DATADIR%%/tests/zzzz274c.mail aster/%%VE%%/%%DATADIR%%/tests/zzzz274d.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz274d.export aster/%%VE%%/%%DATADIR%%/tests/zzzz282a.41 @@ -14665,7 +14611,6 @@ aster/%%VE%%/%%DATADIR%%/tests/zzzz341b.export aster/%%VE%%/%%DATADIR%%/tests/zzzz341b.mail aster/%%VE%%/%%DATADIR%%/tests/zzzz341c.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz341c.export -aster/%%VE%%/%%DATADIR%%/tests/zzzz341c.mail aster/%%VE%%/%%DATADIR%%/tests/zzzz342a.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz342a.export aster/%%VE%%/%%DATADIR%%/tests/zzzz342a.mail @@ -14980,6 +14925,8 @@ aster/%%VE%%/%%DATADIR%%/tests/zzzz395o.70 aster/%%VE%%/%%DATADIR%%/tests/zzzz395o.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz395o.export aster/%%VE%%/%%DATADIR%%/tests/zzzz395o.mmed +aster/%%VE%%/%%DATADIR%%/tests/zzzz395p.comm +aster/%%VE%%/%%DATADIR%%/tests/zzzz395p.export aster/%%VE%%/%%DATADIR%%/tests/zzzz396a.comm aster/%%VE%%/%%DATADIR%%/tests/zzzz396a.export aster/%%VE%%/%%DATADIR%%/tests/zzzz396a.mmed diff --git a/math/mumps/Makefile b/math/mumps/Makefile index dcd31609c966..4872b73a553d 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mumps -DISTVERSION= 5.1.2-aster6 -PORTREVISION= 2 +DISTVERSION= 5.1.2-aster7 CATEGORIES= math PKGNAMESUFFIX= -edf diff --git a/science/Makefile b/science/Makefile index 1ebacd40af9e..bb523fc74d36 100644 --- a/science/Makefile +++ b/science/Makefile @@ -328,6 +328,7 @@ SUBDIR += szip SUBDIR += teem SUBDIR += tfel + SUBDIR += tfel-edf SUBDIR += tinker SUBDIR += udunits SUBDIR += v_sim diff --git a/science/tfel-edf/Makefile b/science/tfel-edf/Makefile new file mode 100644 index 000000000000..5c687e30905e --- /dev/null +++ b/science/tfel-edf/Makefile @@ -0,0 +1,52 @@ +# Created by: Pedro F. Giffuni +# $FreeBSD$ + +PORTNAME= tfel +DISTVERSION= 3.2.1-1 +CATEGORIES= science +PKGNAMESUFFIX= -mfront-edf + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Code generation tool dedicated to material knowledge + +LICENSE= GPLv3 + +BUILD_DEPENDS= gnuplot:math/gnuplot \ + ${PYNUMPY} +LIB_DEPENDS= ${PY_BOOST} \ + libboost_thread.so:devel/boost-libs +RUN_DEPENDS= gnuplot:math/gnuplot \ + ${PYNUMPY} + +USES= cmake compiler:c++0x fortran localbase python +# OK with clang, but does not link with Code_Aster compiled with Gcc +USE_GCC= yes + +CONFLICTS= tfel-mfront-3.* + +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT=DOCS +OPTIONS_SUB= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +CMAKE_ON= enable-aster enable-calculix enable-fortran \ + enable-python enable-python-bindings +CMAKE_ARGS+= -DCOMPILER_CXXFLAGS="${CXXFLAGS}" -DCOMPILER_FLAGS="${CFLAGS}" +USE_LDCONFIG= yes + +.ifdef PACKAGE_BUILDING +CMAKE_ON+= enable-portable-build +.endif + +TEST_TARGET= check + +.include +.include "${.CURDIR}/../../french/aster/bsd.aster.mk" + +post-install: + (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,}) + (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ + -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,}) + +.include diff --git a/science/tfel-edf/files/patch-cmake_modules_tfel.cmake b/science/tfel-edf/files/patch-cmake_modules_tfel.cmake new file mode 100644 index 000000000000..a8251a73e734 --- /dev/null +++ b/science/tfel-edf/files/patch-cmake_modules_tfel.cmake @@ -0,0 +1,35 @@ +--- cmake/modules/tfel.cmake.orig 2019-12-16 14:46:35 UTC ++++ cmake/modules/tfel.cmake +@@ -21,7 +21,7 @@ macro(tfel_project tfel_version_major tfel_version_min + set(TFEL_VERSION "${VERSION}") + endif(TFEL_VERSION_FLAVOUR) + add_definitions("-DVERSION=\\\"\"${TFEL_VERSION}\"\\\"") +- ++ + if(TFEL_APPEND_VERSION) + set(TFEL_SUFFIX "${TFEL_VERSION}") + add_definitions("-DTFEL_SUFFIX=\\\"\"${TFEL_SUFFIX}\"\\\"") +@@ -36,7 +36,7 @@ macro(tfel_project tfel_version_major tfel_version_min + string(REPLACE "." "_" TFEL_SUFFIX_FOR_PYTHON_MODULES "${TFEL_SUFFIX}") + string(REPLACE "-" "_" TFEL_SUFFIX_FOR_PYTHON_MODULES "${TFEL_SUFFIX_FOR_PYTHON_MODULES}") + endif(TFEL_SUFFIX) +- ++ + if(LIB_SUFFIX) + add_definitions("-DLIB_SUFFIX=\\\"\"${LIB_SUFFIX}\"\\\"") + endif(LIB_SUFFIX) +@@ -145,8 +145,14 @@ macro(tfel_library_internal name component) + endif(${ARGC} LESS 2) + add_library(${name} SHARED ${ARGN}) + if(TFEL_APPEND_SUFFIX) ++ set(export_install_path "share/tfel-${TFEL_SUFFIX}/cmake") ++ else(TFEL_APPEND_SUFFIX) ++ set(export_install_path "share/tfel/cmake") ++ endif(TFEL_APPEND_SUFFIX) ++ if(TFEL_APPEND_SUFFIX) + set_target_properties(${name} PROPERTIES OUTPUT_NAME "${name}-${TFEL_SUFFIX}") + endif(TFEL_APPEND_SUFFIX) ++ set_target_properties(${name} PROPERTIES VERSION ${TFEL_VERSION} SOVERSION ${TFEL_VERSION_MAJOR}) + if(WIN32) + install(TARGETS ${name} DESTINATION bin + COMPONENT ${component}) diff --git a/science/tfel-edf/pkg-descr b/science/tfel-edf/pkg-descr new file mode 100644 index 000000000000..7ef8993b1b49 --- /dev/null +++ b/science/tfel-edf/pkg-descr @@ -0,0 +1,24 @@ +The aim of this version is to work with Code_Aster. If you want to use TFEL/ +MFront alone, you could get a newer version from science/tfel. + +`MFront` is a code generator which translates a set of closely related +domain specific languages into plain C++ on top of the `TFEL` +library. Those languages covers three kind of material knowledge: + +- material properties (for instance the + Young modulus, the thermal conductivity, etc.) +- mechanical behaviours. Numerical performances of + generated mechanical behaviours was given a particular + attention. Various benchmarks shows that `MFront` + implementations are competitive with native implementations + available in the `Cast3M`, `Code-Aster` and `Cyrano3` solvers. +- simple point-wise models, such as material swelling + used in fuel performance codes. + +`MFront` comes with an handy easy-to-use tool called `MTest` that can +test the local behaviour of a material, by imposing independent +constraints on each component of the strain or the stress. This tool +has been much faster (from ten to several hundred times depending on +the test case) than using a full-fledged finite element solver. + +WWW: http://tfel.sourceforge.net/ diff --git a/science/tfel-edf/pkg-plist b/science/tfel-edf/pkg-plist new file mode 100644 index 000000000000..1d25f4ffb638 --- /dev/null +++ b/science/tfel-edf/pkg-plist @@ -0,0 +1,2157 @@ +bin/mfm +bin/mfront +bin/mfront-doc +bin/mfront-query +bin/mtest +bin/tfel-check +bin/tfel-config +bin/tfel-doc +include/FSES/Utilities.hxx +include/FSES/Utilities.ixx +include/FSES/fses.hxx +include/FSES/slvsec3.hxx +include/FSES/slvsec3.ixx +include/FSES/std_array.hxx +include/FSES/syev2.hxx +include/FSES/syev2.ixx +include/FSES/syevc3.hxx +include/FSES/syevc3.ixx +include/FSES/syevd3.hxx +include/FSES/syevd3.ixx +include/FSES/syevh3.hxx +include/FSES/syevh3.ixx +include/FSES/syevj3.hxx +include/FSES/syevj3.ixx +include/FSES/syevq3.hxx +include/FSES/syevq3.ixx +include/FSES/syevv3.hxx +include/FSES/syevv3.ixx +include/FSES/sytrd3.hxx +include/FSES/sytrd3.ixx +include/MFront/AbstractBehaviourBrick.hxx +include/MFront/AbstractBehaviourBrickFactory.hxx +include/MFront/AbstractBehaviourDSL.hxx +include/MFront/AbstractBehaviourInterface.hxx +include/MFront/AbstractDSL.hxx +include/MFront/AbstractMaterialPropertyInterface.hxx +include/MFront/AbstractModelInterface.hxx +include/MFront/Aster/Aster.hxx +include/MFront/Aster/AsterBehaviourHandler.hxx +include/MFront/Aster/AsterComputeStiffnessTensor.hxx +include/MFront/Aster/AsterComputeThermalExpansionCoefficientTensor.hxx +include/MFront/Aster/AsterConfig.hxx +include/MFront/Aster/AsterConvertStress.hxx +include/MFront/Aster/AsterException.hxx +include/MFront/Aster/AsterFiniteStrainRotationMatrix.hxx +include/MFront/Aster/AsterInterface.hxx +include/MFront/Aster/AsterInterfaceExceptions.hxx +include/MFront/Aster/AsterIsotropicBehaviourHandler.hxx +include/MFront/Aster/AsterOrthotropicBehaviour.hxx +include/MFront/Aster/AsterOrthotropicBehaviourHandler.hxx +include/MFront/Aster/AsterRotationMatrix.hxx +include/MFront/Aster/AsterStressFreeExpansionHandler.hxx +include/MFront/Aster/AsterTangentOperator.hxx +include/MFront/Aster/AsterTraits.hxx +include/MFront/BehaviourAttribute.hxx +include/MFront/BehaviourBrick/ArmstrongFrederickKinematicHardeningRule.hxx +include/MFront/BehaviourBrick/Barlat2004StressCriterion.hxx +include/MFront/BehaviourBrick/BrickUtilities.hxx +include/MFront/BehaviourBrick/BrickUtilities.ixx +include/MFront/BehaviourBrick/BurletCailletaudKinematicHardeningRule.hxx +include/MFront/BehaviourBrick/Cazacu2001StressCriterion.hxx +include/MFront/BehaviourBrick/Cazacu2004IsotropicStressCriterion.hxx +include/MFront/BehaviourBrick/Cazacu2004OrthotropicStressCriterion.hxx +include/MFront/BehaviourBrick/Chaboche2012KinematicHardeningRule.hxx +include/MFront/BehaviourBrick/DDIF2StressPotential.hxx +include/MFront/BehaviourBrick/Drucker1949StressCriterion.hxx +include/MFront/BehaviourBrick/Hill1948StressCriterion.hxx +include/MFront/BehaviourBrick/HookeStressPotential.hxx +include/MFront/BehaviourBrick/HookeStressPotentialBase.hxx +include/MFront/BehaviourBrick/Hosford1972StressCriterion.hxx +include/MFront/BehaviourBrick/HyperbolicSineViscoplasticFlow.hxx +include/MFront/BehaviourBrick/InelasticFlow.hxx +include/MFront/BehaviourBrick/InelasticFlowBase.hxx +include/MFront/BehaviourBrick/InelasticFlowFactory.hxx +include/MFront/BehaviourBrick/IsotropicDamageHookeStressPotential.hxx +include/MFront/BehaviourBrick/IsotropicDamageHookeStressPotentialBase.hxx +include/MFront/BehaviourBrick/IsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/IsotropicHardeningRuleFactory.hxx +include/MFront/BehaviourBrick/KinematicHardeningRule.hxx +include/MFront/BehaviourBrick/KinematicHardeningRuleBase.hxx +include/MFront/BehaviourBrick/KinematicHardeningRuleFactory.hxx +include/MFront/BehaviourBrick/LinearIsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/MisesStressCriterion.hxx +include/MFront/BehaviourBrick/NortonHoffViscoplasticFlow.hxx +include/MFront/BehaviourBrick/OptionDescription.hxx +include/MFront/BehaviourBrick/PlasticInelasticFlow.hxx +include/MFront/BehaviourBrick/PragerKinematicHardeningRule.hxx +include/MFront/BehaviourBrick/Provider.hxx +include/MFront/BehaviourBrick/ProviderIdentifier.hxx +include/MFront/BehaviourBrick/Requirement.hxx +include/MFront/BehaviourBrick/RequirementManager.hxx +include/MFront/BehaviourBrick/StressCriterion.hxx +include/MFront/BehaviourBrick/StressCriterionBase.hxx +include/MFront/BehaviourBrick/StressCriterionFactory.hxx +include/MFront/BehaviourBrick/StressPotential.hxx +include/MFront/BehaviourBrick/StressPotentialFactory.hxx +include/MFront/BehaviourBrick/SwiftIsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/ViscoplasticFlowBase.hxx +include/MFront/BehaviourBrick/VoceIsotropicHardeningRule.hxx +include/MFront/BehaviourBrickBase.hxx +include/MFront/BehaviourDSLBase.hxx +include/MFront/BehaviourDSLBase.ixx +include/MFront/BehaviourDSLCommon.hxx +include/MFront/BehaviourDSLCommon.ixx +include/MFront/BehaviourData.hxx +include/MFront/BehaviourData.ixx +include/MFront/BehaviourDescription.hxx +include/MFront/BehaviourDescription.ixx +include/MFront/BehaviourDocumentationGenerator.hxx +include/MFront/BehaviourInterfaceFactory.hxx +include/MFront/BehaviourInterfaceProxy.hxx +include/MFront/BehaviourInterfaceProxy.ixx +include/MFront/BehaviourMaterialProperty.hxx +include/MFront/BehaviourProfiler.hxx +include/MFront/BehaviourQuery.hxx +include/MFront/BehaviourSymmetryType.hxx +include/MFront/CMakeGenerator.hxx +include/MFront/CalculiX/CalculiX.hxx +include/MFront/CalculiX/CalculiXBehaviourHandler.hxx +include/MFront/CalculiX/CalculiXComputeStiffnessTensor.hxx +include/MFront/CalculiX/CalculiXComputeThermalExpansionCoefficientTensor.hxx +include/MFront/CalculiX/CalculiXConfig.hxx +include/MFront/CalculiX/CalculiXConvert.hxx +include/MFront/CalculiX/CalculiXData.hxx +include/MFront/CalculiX/CalculiXException.hxx +include/MFront/CalculiX/CalculiXInterface.hxx +include/MFront/CalculiX/CalculiXInterfaceExceptions.hxx +include/MFront/CalculiX/CalculiXRotationMatrix.hxx +include/MFront/CalculiX/CalculiXStressFreeExpansionHandler.hxx +include/MFront/CalculiX/CalculiXTangentOperator.hxx +include/MFront/CalculiX/CalculiXTraits.hxx +include/MFront/CastemMaterialPropertyInterface.hxx +include/MFront/CodeBlock.hxx +include/MFront/DSLBase.hxx +include/MFront/DSLBase.ixx +include/MFront/DSLFactory.hxx +include/MFront/DSLProxy.hxx +include/MFront/DSLProxy.ixx +include/MFront/DSLUtilities.hxx +include/MFront/DefaultCZMDSL.hxx +include/MFront/DefaultDSL.hxx +include/MFront/DefaultDSLBase.hxx +include/MFront/DefaultFiniteStrainDSL.hxx +include/MFront/FileDescription.hxx +include/MFront/GeneratorOptions.hxx +include/MFront/GenericBehaviour/BehaviourData.h +include/MFront/GenericBehaviour/BehaviourData.hxx +include/MFront/GenericBehaviour/ComputeStiffnessTensor.hxx +include/MFront/GenericBehaviour/ComputeStiffnessTensor.ixx +include/MFront/GenericBehaviour/Integrate.hxx +include/MFront/GenericBehaviour/State.h +include/MFront/GenericBehaviour/State.hxx +include/MFront/GenericBehaviour/Types.h +include/MFront/GenericBehaviour/Types.hxx +include/MFront/GenericBehaviourFiniteStrainMTestFileGenerator.hxx +include/MFront/GenericBehaviourInterface.hxx +include/MFront/GenericBehaviourSmallStrainMTestFileGenerator.hxx +include/MFront/GenericBehaviourSymbolsGenerator.hxx +include/MFront/GenericData.hxx +include/MFront/Gradient.hxx +include/MFront/ImplicitDSL.hxx +include/MFront/ImplicitDSLBase.hxx +include/MFront/ImplicitDSLII.hxx +include/MFront/ImplicitFiniteStrainDSL.hxx +include/MFront/InitDSLs.hxx +include/MFront/InitInterfaces.hxx +include/MFront/InstallPath.hxx +include/MFront/InterfaceBase.hxx +include/MFront/LawFunction.hxx +include/MFront/LibraryDescription.hxx +include/MFront/LocalDataStructure.hxx +include/MFront/MFront.hxx +include/MFront/MFrontBase.hxx +include/MFront/MFrontConfig.hxx +include/MFront/MFrontDebugMode.hxx +include/MFront/MFrontHeader.hxx +include/MFront/MFrontLock.hxx +include/MFront/MFrontLogStream.hxx +include/MFront/MFrontUtilities.hxx +include/MFront/MFrontUtilities.ixx +include/MFront/MTestFileGeneratorBase.hxx +include/MFront/MakefileGenerator.hxx +include/MFront/MaterialKnowledgeType.hxx +include/MFront/MaterialPropertyDSL.hxx +include/MFront/MaterialPropertyDescription.hxx +include/MFront/MaterialPropertyInterfaceFactory.hxx +include/MFront/MaterialPropertyInterfaceProxy.hxx +include/MFront/MaterialPropertyInterfaceProxy.ixx +include/MFront/MaterialPropertyParametersHandler.hxx +include/MFront/MaterialPropertyQuery.hxx +include/MFront/ModelDSL.hxx +include/MFront/ModelDSLBase.hxx +include/MFront/ModelDSLBase.ixx +include/MFront/ModelDSLCommon.hxx +include/MFront/ModelDescription.hxx +include/MFront/ModelInterfaceFactory.hxx +include/MFront/ModelInterfaceProxy.hxx +include/MFront/ModelInterfaceProxy.ixx +include/MFront/ModelQuery.hxx +include/MFront/NonLinearSystemSolver.hxx +include/MFront/PedanticMode.hxx +include/MFront/SearchPathsHandler.hxx +include/MFront/StaticVarHandler.hxx +include/MFront/StaticVariableDescription.hxx +include/MFront/SupportedTypes.hxx +include/MFront/SymbolsGenerator.hxx +include/MFront/TargetsDescription.hxx +include/MFront/ThermodynamicForce.hxx +include/MFront/UMATInterfaceBase.hxx +include/MFront/UmatFiniteStrainMTestFileGenerator.hxx +include/MFront/UmatSmallStrainMTestFileGenerator.hxx +include/MFront/VarHandler.hxx +include/MFront/VariableAttribute.hxx +include/MFront/VariableBoundsDescription.hxx +include/MFront/VariableDescription.hxx +include/MFront/VariableDescription.ixx +include/MFront/VariableDescriptionBase.hxx +include/MTest/AbaqusExplicitBehaviour.hxx +include/MTest/AbaqusFiniteStrainBehaviour.hxx +include/MTest/AbaqusSmallStrainBehaviour.hxx +include/MTest/AbaqusStandardBehaviour.hxx +include/MTest/AccelerationAlgorithm.hxx +include/MTest/AccelerationAlgorithmFactory.hxx +include/MTest/AnsysFiniteStrainBehaviour.hxx +include/MTest/AnsysNormaliseTangentOperator.hxx +include/MTest/AnsysSmallStrainBehaviour.hxx +include/MTest/AnsysStandardBehaviour.hxx +include/MTest/AsterCohesiveZoneModel.hxx +include/MTest/AsterFiniteStrainBehaviour.hxx +include/MTest/AsterSmallStrainBehaviour.hxx +include/MTest/AsterStandardBehaviour.hxx +include/MTest/Behaviour.hxx +include/MTest/BehaviourWorkSpace.hxx +include/MTest/CalculiXFiniteStrainBehaviour.hxx +include/MTest/CalculiXSmallStrainBehaviour.hxx +include/MTest/CalculiXStandardBehaviour.hxx +include/MTest/CastemAccelerationAlgorithm.hxx +include/MTest/CastemCohesiveZoneModel.hxx +include/MTest/CastemEvolution.hxx +include/MTest/CastemFiniteStrainBehaviour.hxx +include/MTest/CastemFiniteStrainBehaviour2.hxx +include/MTest/CastemSmallStrainBehaviour.hxx +include/MTest/CastemStandardBehaviour.hxx +include/MTest/CastemUmatFiniteStrainBehaviour.hxx +include/MTest/CastemUmatSmallStrainBehaviour.hxx +include/MTest/CastemUmatStandardBehaviour.hxx +include/MTest/Config.hxx +include/MTest/Constraint.hxx +include/MTest/ConstraintBase.hxx +include/MTest/CurrentState.hxx +include/MTest/CyranoBehaviour.hxx +include/MTest/EuroplexusFiniteStrainBehaviour.hxx +include/MTest/EuroplexusStandardBehaviour.hxx +include/MTest/Evolution.hxx +include/MTest/FAndersonAccelerationAlgorithm.hxx +include/MTest/FunctionEvolution.hxx +include/MTest/GasEquationOfState.hxx +include/MTest/GenericBehaviour.hxx +include/MTest/GenericSolver.hxx +include/MTest/ImposedGradient.hxx +include/MTest/ImposedThermodynamicForce.hxx +include/MTest/IronsTuckAccelerationAlgorithm.hxx +include/MTest/MTest.hxx +include/MTest/MTestParser.hxx +include/MTest/MistralBehaviour.hxx +include/MTest/NonLinearConstraint.hxx +include/MTest/PipeTest.hxx +include/MTest/PipeTestParser.hxx +include/MTest/RoundingMode.hxx +include/MTest/Scheme.hxx +include/MTest/SchemeBase.hxx +include/MTest/SchemeParserBase.hxx +include/MTest/SecantAccelerationAlgorithm.hxx +include/MTest/SingleStructureScheme.hxx +include/MTest/SingleStructureSchemeParser.hxx +include/MTest/Solver.hxx +include/MTest/SolverOptions.hxx +include/MTest/StandardBehaviourBase.hxx +include/MTest/SteffensenAccelerationAlgorithm.hxx +include/MTest/StructureCurrentState.hxx +include/MTest/Study.hxx +include/MTest/StudyCurrentState.hxx +include/MTest/StudyCurrentState.ixx +include/MTest/StudyParameter.hxx +include/MTest/TextDataUtilities.hxx +include/MTest/Types.hxx +include/MTest/UAndersonAccelerationAlgorithm.hxx +include/MTest/UmatNormaliseTangentOperator.hxx +include/MTest/UserDefinedPostProcessing.hxx +include/NUMODIS/AnalyseJunction.hxx +include/NUMODIS/BCC.hxx +include/NUMODIS/Config.hxx +include/NUMODIS/Crystallo.hxx +include/NUMODIS/Cubic.hxx +include/NUMODIS/FCC.hxx +include/NUMODIS/FrankRead.hxx +include/NUMODIS/GSystem.hxx +include/NUMODIS/HCP.hxx +include/NUMODIS/Hardening.hxx +include/NUMODIS/IBurgers.hxx +include/NUMODIS/IDirection.hxx +include/NUMODIS/IPlane.hxx +include/NUMODIS/IsotropicLineTensionModel.hxx +include/NUMODIS/TripleNode.hxx +include/NUMODIS/Utilities.hxx +include/NUMODIS/Vect3.hxx +include/TFEL/Config/GetInstallPath.hxx +include/TFEL/Config/GetTFELVersion.h +include/TFEL/Config/Internals/HeatFluxVectorType.hxx +include/TFEL/Config/Internals/InvJacobianType.hxx +include/TFEL/Config/Internals/JacobianType.hxx +include/TFEL/Config/Internals/PositionType.hxx +include/TFEL/Config/Internals/SpatialGradType.hxx +include/TFEL/Config/Internals/TFELTypesInternals.hxx +include/TFEL/Config/Internals/ThermalConductivityMatrixType.hxx +include/TFEL/Config/TFELConfig.hxx +include/TFEL/Config/TFELTypes.hxx +include/TFEL/Config/TFEL_MATH_Config.hxx +include/TFEL/Exception/TFELException.hxx +include/TFEL/FSAlgorithm/FSAlgorithm.hxx +include/TFEL/FSAlgorithm/accumulate.hxx +include/TFEL/FSAlgorithm/copy.hxx +include/TFEL/FSAlgorithm/equal.hxx +include/TFEL/FSAlgorithm/fill.hxx +include/TFEL/FSAlgorithm/for_each.hxx +include/TFEL/FSAlgorithm/generate.hxx +include/TFEL/FSAlgorithm/inner_product.hxx +include/TFEL/FSAlgorithm/iota.hxx +include/TFEL/FSAlgorithm/loop.hxx +include/TFEL/FSAlgorithm/max_element.hxx +include/TFEL/FSAlgorithm/min_element.hxx +include/TFEL/FSAlgorithm/swap_ranges.hxx +include/TFEL/FSAlgorithm/transform.hxx +include/TFEL/Glossary/Forward/Glossary.hxx +include/TFEL/Glossary/Glossary.hxx +include/TFEL/Glossary/GlossaryEntry.hxx +include/TFEL/Macros.hxx +include/TFEL/Material/Barlat2004YieldCriterion.hxx +include/TFEL/Material/Barlat2004YieldCriterion.ixx +include/TFEL/Material/BoundsCheck.hxx +include/TFEL/Material/Cazacu2001YieldCriterion.hxx +include/TFEL/Material/Cazacu2001YieldCriterion.ixx +include/TFEL/Material/Cazacu2004IsotropicYieldCriterion.hxx +include/TFEL/Material/Cazacu2004IsotropicYieldCriterion.ixx +include/TFEL/Material/Cazacu2004OrthotropicYieldCriterion.hxx +include/TFEL/Material/Cazacu2004OrthotropicYieldCriterion.ixx +include/TFEL/Material/Cazacu2004YieldCriterionTypes.hxx +include/TFEL/Material/CrystalStructure.hxx +include/TFEL/Material/DDIF2Base.hxx +include/TFEL/Material/DDIF2Base.ixx +include/TFEL/Material/Drucker1949YieldCriterion.hxx +include/TFEL/Material/Drucker1949YieldCriterion.ixx +include/TFEL/Material/FiniteStrainBehaviourTangentOperator.hxx +include/TFEL/Material/FiniteStrainBehaviourTangentOperator.ixx +include/TFEL/Material/FiniteStrainBehaviourTangentOperatorBase.hxx +include/TFEL/Material/GursonTvergaardNeedleman.hxx +include/TFEL/Material/Hill.hxx +include/TFEL/Material/Hill.ixx +include/TFEL/Material/Hosford1972YieldCriterion.hxx +include/TFEL/Material/Hosford1972YieldCriterion.ixx +include/TFEL/Material/IsotropicLinearFourierHookLaw.hxx +include/TFEL/Material/IsotropicLinearFourierLaw.hxx +include/TFEL/Material/IsotropicPlasticity.hxx +include/TFEL/Material/IsotropicPlasticity.ixx +include/TFEL/Material/Lame.hxx +include/TFEL/Material/LogarithmicStrainComputeAxialStrainIncrementElasticPrediction.hxx +include/TFEL/Material/LogarithmicStrainComputeAxialStrainIncrementElasticPrediction.ixx +include/TFEL/Material/LogarithmicStrainHandler.hxx +include/TFEL/Material/LogarithmicStrainHandler.ixx +include/TFEL/Material/MaterialException.hxx +include/TFEL/Material/MechanicalBehaviour.hxx +include/TFEL/Material/MechanicalBehaviourTraits.hxx +include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.hxx +include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.ixx +include/TFEL/Material/MetallicCFCSlidingSystems.hxx +include/TFEL/Material/MetallicCFCSlidingSystems.ixx +include/TFEL/Material/ModellingHypothesis.hxx +include/TFEL/Material/OrthotropicAxesConvention.hxx +include/TFEL/Material/OrthotropicAxesConvention.ixx +include/TFEL/Material/OrthotropicPlasticity.hxx +include/TFEL/Material/OrthotropicPlasticity.ixx +include/TFEL/Material/OrthotropicStressLinearTransformation.hxx +include/TFEL/Material/OrthotropicStressLinearTransformation.ixx +include/TFEL/Material/OutOfBoundsPolicy.hxx +include/TFEL/Material/PiPlane.hxx +include/TFEL/Material/PiPlane.ixx +include/TFEL/Material/PolyCrystalsSlidingSystems.hxx +include/TFEL/Material/PolyCrystalsSlidingSystems.ixx +include/TFEL/Material/RambergOsgood.hxx +include/TFEL/Material/SlipSystemsDescription.hxx +include/TFEL/Material/StiffnessTensor.hxx +include/TFEL/Material/StiffnessTensor.ixx +include/TFEL/Material/ThermalBehaviour.hxx +include/TFEL/Material/ThermalBehaviourData.hxx +include/TFEL/Material/ThermoMechanicalBehaviour.hxx +include/TFEL/Math/AccelerationAlgorithms/AndersonBase.hxx +include/TFEL/Math/AccelerationAlgorithms/AndersonBase.ixx +include/TFEL/Math/AccelerationAlgorithms/CovarianceMatrix.hxx +include/TFEL/Math/AccelerationAlgorithms/CovarianceMatrix.ixx +include/TFEL/Math/AccelerationAlgorithms/FAnderson.hxx +include/TFEL/Math/AccelerationAlgorithms/FAnderson.ixx +include/TFEL/Math/AccelerationAlgorithms/UAnderson.hxx +include/TFEL/Math/AccelerationAlgorithms/UAnderson.ixx +include/TFEL/Math/Bindings/atlas.hxx +include/TFEL/Math/Broyden.hxx +include/TFEL/Math/Broyden2.hxx +include/TFEL/Math/CubicSpline.hxx +include/TFEL/Math/CubicSpline.ixx +include/TFEL/Math/Discretization1D.hxx +include/TFEL/Math/Discretization1D.ixx +include/TFEL/Math/Evaluator.hxx +include/TFEL/Math/ExpressionTemplates/Expr.hxx +include/TFEL/Math/ExpressionTemplates/StandardOperations.hxx +include/TFEL/Math/FSLevenbergMarquardt.hxx +include/TFEL/Math/FactorizedKriging.hxx +include/TFEL/Math/FactorizedKriging1D1D.hxx +include/TFEL/Math/FactorizedKriging1D2D.hxx +include/TFEL/Math/FactorizedKriging1D3D.hxx +include/TFEL/Math/Forward/Complex.hxx +include/TFEL/Math/Forward/MatrixConcept.hxx +include/TFEL/Math/Forward/ST2toST2Concept.hxx +include/TFEL/Math/Forward/ST2toT2Concept.hxx +include/TFEL/Math/Forward/StensorConcept.hxx +include/TFEL/Math/Forward/T2toST2Concept.hxx +include/TFEL/Math/Forward/T2toT2Concept.hxx +include/TFEL/Math/Forward/TensorConcept.hxx +include/TFEL/Math/Forward/TinyNewtonRaphson.hxx +include/TFEL/Math/Forward/VectorConcept.hxx +include/TFEL/Math/Forward/matrix.hxx +include/TFEL/Math/Forward/qt.hxx +include/TFEL/Math/Forward/st2tost2.hxx +include/TFEL/Math/Forward/st2tot2.hxx +include/TFEL/Math/Forward/stensor.hxx +include/TFEL/Math/Forward/t2tost2.hxx +include/TFEL/Math/Forward/t2tot2.hxx +include/TFEL/Math/Forward/tensor.hxx +include/TFEL/Math/Forward/tmatrix.hxx +include/TFEL/Math/Forward/tvector.hxx +include/TFEL/Math/Forward/vector.hxx +include/TFEL/Math/General/Abs.hxx +include/TFEL/Math/General/Abs.ixx +include/TFEL/Math/General/AbsCompare.hxx +include/TFEL/Math/General/BaseCast.hxx +include/TFEL/Math/General/BasicOperations.hxx +include/TFEL/Math/General/Complex.hxx +include/TFEL/Math/General/ComputeBinaryResult.hxx +include/TFEL/Math/General/ComputeObjectTag.hxx +include/TFEL/Math/General/ComputeObjectTag.ixx +include/TFEL/Math/General/ComputeUnaryResult.hxx +include/TFEL/Math/General/ConceptRebind.hxx +include/TFEL/Math/General/ConstExprMathFunctions.hxx +include/TFEL/Math/General/CubicRoots.hxx +include/TFEL/Math/General/DifferenceRandomAccessIterator.hxx +include/TFEL/Math/General/DotProduct.hxx +include/TFEL/Math/General/EmptyRunTimeProperties.hxx +include/TFEL/Math/General/Forward/General.hxx +include/TFEL/Math/General/IEEE754.hxx +include/TFEL/Math/General/IEEE754.ixx +include/TFEL/Math/General/LogicalOperations.hxx +include/TFEL/Math/General/MathConstants.hxx +include/TFEL/Math/General/NegObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/ObjectObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/ObjectObjectRandomAccessConstIteratorSpecialisation.hxx +include/TFEL/Math/General/RandomRotationMatrix.hxx +include/TFEL/Math/General/ResultType.hxx +include/TFEL/Math/General/RunTimeCheck.hxx +include/TFEL/Math/General/ScalarObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/ScalarObjectRandomAccessConstIteratorSpecialisation.hxx +include/TFEL/Math/General/StridedRandomAccessIterator.hxx +include/TFEL/Math/General/UnaryResultType.hxx +include/TFEL/Math/General/floating_point_exceptions.hxx +include/TFEL/Math/General/fsarray.ixx +include/TFEL/Math/IntegerEvaluator.hxx +include/TFEL/Math/Kriging.hxx +include/TFEL/Math/Kriging/FactorizedKriging.ixx +include/TFEL/Math/Kriging/Kriging.ixx +include/TFEL/Math/Kriging/KrigingDefaultModel1D.hxx +include/TFEL/Math/Kriging/KrigingDefaultModel2D.hxx +include/TFEL/Math/Kriging/KrigingDefaultModel3D.hxx +include/TFEL/Math/Kriging/KrigingDefaultModels.hxx +include/TFEL/Math/Kriging/KrigingDefaultNuggetModel.hxx +include/TFEL/Math/Kriging/KrigingErrors.hxx +include/TFEL/Math/Kriging/KrigingPieceWiseLinearModel1D.hxx +include/TFEL/Math/Kriging/KrigingUtilities.hxx +include/TFEL/Math/Kriging/KrigingVariable.hxx +include/TFEL/Math/Kriging1D.hxx +include/TFEL/Math/Kriging2D.hxx +include/TFEL/Math/Kriging3D.hxx +include/TFEL/Math/LU/LUDecomp.hxx +include/TFEL/Math/LU/LUException.hxx +include/TFEL/Math/LU/Permutation.hxx +include/TFEL/Math/LU/Permutation.ixx +include/TFEL/Math/LU/TinyMatrixSolve.ixx +include/TFEL/Math/LU/TinyPermutation.hxx +include/TFEL/Math/LU/TinyPermutation.ixx +include/TFEL/Math/LUSolve.hxx +include/TFEL/Math/LevenbergMarquardt.hxx +include/TFEL/Math/LevenbergMarquardt/FSLevenbergMarquardt.ixx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardt.ixx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtEvaluatorWrapper.hxx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtExternalFunctionWrapper.hxx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtFunctionWrapper.hxx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtFunctionWrapper.ixx +include/TFEL/Math/MathException.hxx +include/TFEL/Math/Matrix/ConstTMatrixView.hxx +include/TFEL/Math/Matrix/MatrixConcept.hxx +include/TFEL/Math/Matrix/MatrixConcept.ixx +include/TFEL/Math/Matrix/MatrixConceptOperations.hxx +include/TFEL/Math/Matrix/MatrixUtilities.hxx +include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx +include/TFEL/Math/Matrix/TMatrixView.hxx +include/TFEL/Math/Matrix/TVectorTMatrixExpr.hxx +include/TFEL/Math/Matrix/TinyMatrixInvert.ixx +include/TFEL/Math/Matrix/matrix.ixx +include/TFEL/Math/Matrix/tmatrix.ixx +include/TFEL/Math/Matrix/tmatrixIO.hxx +include/TFEL/Math/Matrix/tmatrixResultType.hxx +include/TFEL/Math/Matrix/tmatrix_column_view.hxx +include/TFEL/Math/Matrix/tmatrix_column_view.ixx +include/TFEL/Math/Matrix/tmatrix_const_column_view.hxx +include/TFEL/Math/Matrix/tmatrix_const_column_view.ixx +include/TFEL/Math/Matrix/tmatrix_const_row_view.hxx +include/TFEL/Math/Matrix/tmatrix_const_row_view.ixx +include/TFEL/Math/Matrix/tmatrix_const_submatrix_view.hxx +include/TFEL/Math/Matrix/tmatrix_const_submatrix_view.ixx +include/TFEL/Math/Matrix/tmatrix_row_view.hxx +include/TFEL/Math/Matrix/tmatrix_row_view.ixx +include/TFEL/Math/Matrix/tmatrix_submatrix_view.hxx +include/TFEL/Math/Matrix/tmatrix_submatrix_view.ixx +include/TFEL/Math/Newton-Raphson/TinyNewtonRaphson.ixx +include/TFEL/Math/Parser/BinaryFunction.hxx +include/TFEL/Math/Parser/BinaryFunction.ixx +include/TFEL/Math/Parser/BinaryOperator.hxx +include/TFEL/Math/Parser/BinaryOperator.ixx +include/TFEL/Math/Parser/ConditionalExpr.hxx +include/TFEL/Math/Parser/ConstantExternalFunction.hxx +include/TFEL/Math/Parser/DifferentiatedFunctionExpr.hxx +include/TFEL/Math/Parser/EvaluatorBase.hxx +include/TFEL/Math/Parser/EvaluatorFunction.hxx +include/TFEL/Math/Parser/EvaluatorFunction.ixx +include/TFEL/Math/Parser/EvaluatorProxy.hxx +include/TFEL/Math/Parser/EvaluatorProxy.ixx +include/TFEL/Math/Parser/EvaluatorTExpr.hxx +include/TFEL/Math/Parser/EvaluatorTExpr.ixx +include/TFEL/Math/Parser/Expr.hxx +include/TFEL/Math/Parser/ExternalCFunction.hxx +include/TFEL/Math/Parser/ExternalCastemFunction.hxx +include/TFEL/Math/Parser/ExternalFunction.hxx +include/TFEL/Math/Parser/ExternalFunctionExpr.hxx +include/TFEL/Math/Parser/ExternalFunctionExpr2.hxx +include/TFEL/Math/Parser/ExternalFunctionManager.hxx +include/TFEL/Math/Parser/Function.hxx +include/TFEL/Math/Parser/Function.ixx +include/TFEL/Math/Parser/IntegerEvaluatorTExpr.hxx +include/TFEL/Math/Parser/KrigedFunction.hxx +include/TFEL/Math/Parser/KrigedFunction.ixx +include/TFEL/Math/Parser/LogicalExpr.hxx +include/TFEL/Math/Parser/LogicalExpr.ixx +include/TFEL/Math/Parser/Negation.hxx +include/TFEL/Math/Parser/Number.hxx +include/TFEL/Math/Parser/Variable.hxx +include/TFEL/Math/QR/QRDecomp.hxx +include/TFEL/Math/QR/QRDecomp.ixx +include/TFEL/Math/QR/QRException.hxx +include/TFEL/Math/Quantity/Unit.hxx +include/TFEL/Math/Quantity/Unit.ixx +include/TFEL/Math/Quantity/qt.ixx +include/TFEL/Math/Quantity/qtComplexOperations.hxx +include/TFEL/Math/Quantity/qtIO.hxx +include/TFEL/Math/Quantity/qtLimits.hxx +include/TFEL/Math/Quantity/qtOperations.hxx +include/TFEL/Math/Quantity/qtOperations.ixx +include/TFEL/Math/Quantity/qtSamples.hxx +include/TFEL/Math/Quantity/qtSpecific.hxx +include/TFEL/Math/RootFinding/Broyden.ixx +include/TFEL/Math/RootFinding/Broyden2.ixx +include/TFEL/Math/RungeKutta/RungeKutta2.ixx +include/TFEL/Math/RungeKutta/RungeKutta4.ixx +include/TFEL/Math/RungeKutta/RungeKutta42.ixx +include/TFEL/Math/RungeKutta/RungeKutta54.ixx +include/TFEL/Math/RungeKutta2.hxx +include/TFEL/Math/RungeKutta4.hxx +include/TFEL/Math/RungeKutta42.hxx +include/TFEL/Math/RungeKutta54.hxx +include/TFEL/Math/ST2toST2/BuildFromRotationMatrix.hxx +include/TFEL/Math/ST2toST2/ChangeBasis.hxx +include/TFEL/Math/ST2toST2/ConstST2toST2View.hxx +include/TFEL/Math/ST2toST2/ConvertKirchhoffStressDerivativeToSpatialModuli.hxx +include/TFEL/Math/ST2toST2/ConvertLogarithmicStrainTangentOperator.hxx +include/TFEL/Math/ST2toST2/ConvertSpatialModuliToKirchhoffJaumanRateModuli.hxx +include/TFEL/Math/ST2toST2/ConvertT2toST2ToST2toST2Expr.hxx +include/TFEL/Math/ST2toST2/ConvertToTangentModuli.hxx +include/TFEL/Math/ST2toST2/ST2toST2Concept.hxx +include/TFEL/Math/ST2toST2/ST2toST2Concept.ixx +include/TFEL/Math/ST2toST2/ST2toST2ConceptIO.hxx +include/TFEL/Math/ST2toST2/ST2toST2ConceptOperations.hxx +include/TFEL/Math/ST2toST2/ST2toST2ConceptPushForward.ixx +include/TFEL/Math/ST2toST2/ST2toST2FromTinyMatrixView.hxx +include/TFEL/Math/ST2toST2/ST2toST2FromTinyMatrixView2.hxx +include/TFEL/Math/ST2toST2/ST2toST2ST2toST2ProductExpr.hxx +include/TFEL/Math/ST2toST2/ST2toST2StensorProductExpr.hxx +include/TFEL/Math/ST2toST2/ST2toST2TransposeExpr.hxx +include/TFEL/Math/ST2toST2/ST2toST2View.hxx +include/TFEL/Math/ST2toST2/StensorST2toST2ProductExpr.hxx +include/TFEL/Math/ST2toST2/StensorSquareDerivative.hxx +include/TFEL/Math/ST2toST2/StensorSymmetricProductDerivative.hxx +include/TFEL/Math/ST2toST2/SymmetricStensorProductDerivative.hxx +include/TFEL/Math/ST2toST2/SymmetricStensorProductDerivative.ixx +include/TFEL/Math/ST2toST2/UmatNormaliseTangentOperator.hxx +include/TFEL/Math/ST2toST2/UmatNormaliseTangentOperator.ixx +include/TFEL/Math/ST2toST2/st2tost2.ixx +include/TFEL/Math/ST2toST2/st2tost2ResultType.hxx +include/TFEL/Math/ST2toT2/ST2toT2Concept.hxx +include/TFEL/Math/ST2toT2/ST2toT2Concept.ixx +include/TFEL/Math/ST2toT2/ST2toT2ConceptIO.hxx +include/TFEL/Math/ST2toT2/ST2toT2ConceptOperations.hxx +include/TFEL/Math/ST2toT2/ST2toT2FromTinyMatrixView.hxx +include/TFEL/Math/ST2toT2/ST2toT2FromTinyMatrixView2.hxx +include/TFEL/Math/ST2toT2/ST2toT2ST2toST2ProductExpr.hxx +include/TFEL/Math/ST2toT2/ST2toT2StensorProductExpr.hxx +include/TFEL/Math/ST2toT2/ST2toT2T2toST2ProductExpr.hxx +include/TFEL/Math/ST2toT2/StensorProductLeftDerivativeExpr.hxx +include/TFEL/Math/ST2toT2/StensorProductRightDerivativeExpr.hxx +include/TFEL/Math/ST2toT2/T2toST2ST2toT2ProductExpr.hxx +include/TFEL/Math/ST2toT2/T2toT2ST2toT2ProductExpr.hxx +include/TFEL/Math/ST2toT2/TensorST2toT2ProductExpr.hxx +include/TFEL/Math/ST2toT2/st2tot2.ixx +include/TFEL/Math/ST2toT2/st2tot2ResultType.hxx +include/TFEL/Math/Stensor/ConstStensorView.hxx +include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.hxx +include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.ixx +include/TFEL/Math/Stensor/Internals/BuildStensorFromEigenValuesAndVectors.hxx +include/TFEL/Math/Stensor/Internals/BuildStensorFromMatrix.hxx +include/TFEL/Math/Stensor/Internals/BuildStensorFromVectorDiadicProduct.hxx +include/TFEL/Math/Stensor/Internals/BuildStensorFromVectorsSymmetricDiadicProduct.hxx +include/TFEL/Math/Stensor/Internals/FSESSymmetricEigenSolver.hxx +include/TFEL/Math/Stensor/Internals/FSESSymmetricEigenSolver.ixx +include/TFEL/Math/Stensor/Internals/GteSymmetricEigenSolver.hxx +include/TFEL/Math/Stensor/Internals/GteSymmetricEigenSolver.ixx +include/TFEL/Math/Stensor/Internals/SortEigenValues.hxx +include/TFEL/Math/Stensor/Internals/SortEigenVectors.hxx +include/TFEL/Math/Stensor/Internals/StensorChangeBasis.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeEigenValues.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeEigenValuesDerivatives.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeEigenVectors.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeEigenVectorsDerivatives.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeIsotropicFunctionDerivative.hxx +include/TFEL/Math/Stensor/Internals/StensorDeterminant.hxx +include/TFEL/Math/Stensor/Internals/StensorEigenSolver.hxx +include/TFEL/Math/Stensor/Internals/StensorExport.hxx +include/TFEL/Math/Stensor/Internals/StensorExport.ixx +include/TFEL/Math/Stensor/Internals/StensorImport.hxx +include/TFEL/Math/Stensor/Internals/StensorInvert.hxx +include/TFEL/Math/Stensor/StensorConcept.hxx +include/TFEL/Math/Stensor/StensorConcept.ixx +include/TFEL/Math/Stensor/StensorConceptIO.hxx +include/TFEL/Math/Stensor/StensorConceptOperations.hxx +include/TFEL/Math/Stensor/StensorConceptOperations.ixx +include/TFEL/Math/Stensor/StensorFromTinyMatrixColumnView.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixColumnView2.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixRowView.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixRowView2.hxx +include/TFEL/Math/Stensor/StensorFromTinyVectorView.hxx +include/TFEL/Math/Stensor/StensorProduct.hxx +include/TFEL/Math/Stensor/StensorSizeToDime.hxx +include/TFEL/Math/Stensor/StensorView.hxx +include/TFEL/Math/Stensor/SymmetricStensorProduct.hxx +include/TFEL/Math/Stensor/SymmetricStensorProduct.ixx +include/TFEL/Math/Stensor/stensor.ixx +include/TFEL/Math/Stensor/stensorResultType.hxx +include/TFEL/Math/T2toST2/ConstT2toST2View.hxx +include/TFEL/Math/T2toST2/ConvertKirchhoffStressJaumanRateModuliToKirchhoffStressDerivative.hxx +include/TFEL/Math/T2toST2/LeftCauchyGreenTensorDerivativeExpr.hxx +include/TFEL/Math/T2toST2/RightCauchyGreenTensorDerivativeExpr.hxx +include/TFEL/Math/T2toST2/ST2toST2T2toST2ProductExpr.hxx +include/TFEL/Math/T2toST2/StensorT2toST2ProductExpr.hxx +include/TFEL/Math/T2toST2/T2toST2Concept.hxx +include/TFEL/Math/T2toST2/T2toST2Concept.ixx +include/TFEL/Math/T2toST2/T2toST2ConceptIO.hxx +include/TFEL/Math/T2toST2/T2toST2ConceptOperations.hxx +include/TFEL/Math/T2toST2/T2toST2FromTinyMatrixView.hxx +include/TFEL/Math/T2toST2/T2toST2FromTinyMatrixView2.hxx +include/TFEL/Math/T2toST2/T2toST2T2toT2ProductExpr.hxx +include/TFEL/Math/T2toST2/T2toST2TensorProductExpr.hxx +include/TFEL/Math/T2toST2/T2toST2View.hxx +include/TFEL/Math/T2toST2/t2tost2.ixx +include/TFEL/Math/T2toST2/t2tost2ResultType.hxx +include/TFEL/Math/T2toT2/BuildFromRotationMatrix.hxx +include/TFEL/Math/T2toT2/ChangeBasis.hxx +include/TFEL/Math/T2toT2/T2toT2Concept.hxx +include/TFEL/Math/T2toT2/T2toT2Concept.ixx +include/TFEL/Math/T2toT2/T2toT2ConceptIO.hxx +include/TFEL/Math/T2toT2/T2toT2ConceptOperations.hxx +include/TFEL/Math/T2toT2/T2toT2FromTinyMatrixView.hxx +include/TFEL/Math/T2toT2/T2toT2FromTinyMatrixView2.hxx +include/TFEL/Math/T2toT2/T2toT2T2toT2ProductExpr.hxx +include/TFEL/Math/T2toT2/T2toT2TensorProductExpr.hxx +include/TFEL/Math/T2toT2/TensorProductLeftDerivativeExpr.hxx +include/TFEL/Math/T2toT2/TensorProductRightDerivativeExpr.hxx +include/TFEL/Math/T2toT2/TensorT2toT2ProductExpr.hxx +include/TFEL/Math/T2toT2/t2tot2.ixx +include/TFEL/Math/T2toT2/t2tot2ResultType.hxx +include/TFEL/Math/Tensor/MatrixViewFromTensor.hxx +include/TFEL/Math/Tensor/TensorChangeBasis.hxx +include/TFEL/Math/Tensor/TensorConcept.hxx +include/TFEL/Math/Tensor/TensorConcept.ixx +include/TFEL/Math/Tensor/TensorConceptIO.hxx +include/TFEL/Math/Tensor/TensorConceptOperations.hxx +include/TFEL/Math/Tensor/TensorConceptOperations.ixx +include/TFEL/Math/Tensor/TensorFromTinyMatrixColumnView.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixColumnView2.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixRowView.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixRowView2.hxx +include/TFEL/Math/Tensor/TensorFromTinyVectorView.hxx +include/TFEL/Math/Tensor/TensorProduct.hxx +include/TFEL/Math/Tensor/TensorSizeToDime.hxx +include/TFEL/Math/Tensor/TensorTransposeExpr.hxx +include/TFEL/Math/Tensor/TensorViewFromStensor.hxx +include/TFEL/Math/Tensor/tensor.ixx +include/TFEL/Math/Tensor/tensorResultType.hxx +include/TFEL/Math/TinyMatrixInvert.hxx +include/TFEL/Math/TinyMatrixSolve.hxx +include/TFEL/Math/TinyNewtonRaphson.hxx +include/TFEL/Math/Vector/ConstTVectorView.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixColumnView.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixColumnView2.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixRowView.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixRowView2.hxx +include/TFEL/Math/Vector/TVectorView.hxx +include/TFEL/Math/Vector/TinyVectorFromTinyVectorView.hxx +include/TFEL/Math/Vector/TinyVectorFromTinyVectorViewIO.hxx +include/TFEL/Math/Vector/TinyVectorOfStensorFromTinyVectorView.hxx +include/TFEL/Math/Vector/TinyVectorOfStensorFromTinyVectorViewIO.hxx +include/TFEL/Math/Vector/TinyVectorOfTinyVectorFromTinyVectorView.hxx +include/TFEL/Math/Vector/TinyVectorOfTinyVectorFromTinyVectorViewIO.hxx +include/TFEL/Math/Vector/VectorConcept.hxx +include/TFEL/Math/Vector/VectorConcept.ixx +include/TFEL/Math/Vector/VectorConceptOperations.hxx +include/TFEL/Math/Vector/VectorConceptOperations.ixx +include/TFEL/Math/Vector/VectorUtilities.hxx +include/TFEL/Math/Vector/VectorVectorDotProduct.hxx +include/TFEL/Math/Vector/tvector.ixx +include/TFEL/Math/Vector/tvectorIO.hxx +include/TFEL/Math/Vector/tvectorResultType.hxx +include/TFEL/Math/Vector/vector.ixx +include/TFEL/Math/Vector/vectorResultType.hxx +include/TFEL/Math/cadna.hxx +include/TFEL/Math/fsarray.hxx +include/TFEL/Math/matrix.hxx +include/TFEL/Math/power.hxx +include/TFEL/Math/power.ixx +include/TFEL/Math/qt.hxx +include/TFEL/Math/st2tost2.hxx +include/TFEL/Math/st2tot2.hxx +include/TFEL/Math/stensor.hxx +include/TFEL/Math/t2tost2.hxx +include/TFEL/Math/t2tot2.hxx +include/TFEL/Math/tensor.hxx +include/TFEL/Math/tmatrix.hxx +include/TFEL/Math/tvector.hxx +include/TFEL/Math/vector.hxx +include/TFEL/Metaprogramming/EmptyClass.hxx +include/TFEL/Metaprogramming/Forward/TypeList.hxx +include/TFEL/Metaprogramming/GenerateTypeList.hxx +include/TFEL/Metaprogramming/HasConstIterator.hxx +include/TFEL/Metaprogramming/HasIterator.hxx +include/TFEL/Metaprogramming/HasRandomAccessConstIterator.hxx +include/TFEL/Metaprogramming/HasRandomAccessIterator.hxx +include/TFEL/Metaprogramming/Implements.hxx +include/TFEL/Metaprogramming/InvalidType.hxx +include/TFEL/Metaprogramming/IsConstCallable.hxx +include/TFEL/Metaprogramming/IsSubClassOf.hxx +include/TFEL/Metaprogramming/ResultOf.hxx +include/TFEL/Metaprogramming/StaticAssert.hxx +include/TFEL/Metaprogramming/TypeList.hxx +include/TFEL/Metaprogramming/TypeList.ixx +include/TFEL/PhysicalConstants.hxx +include/TFEL/Raise.hxx +include/TFEL/Raise.ixx +include/TFEL/System/BinaryRead.hxx +include/TFEL/System/BinaryWrite.hxx +include/TFEL/System/ChildProcess.hxx +include/TFEL/System/ExternalBehaviourDescription.hxx +include/TFEL/System/ExternalFunctionsPrototypes.hxx +include/TFEL/System/ExternalLibraryManager.hxx +include/TFEL/System/LibraryInformation.hxx +include/TFEL/System/ProcessManager.h +include/TFEL/System/ProcessManager.hxx +include/TFEL/System/RecursiveFind.hxx +include/TFEL/System/STLContainerBinaryRead.hxx +include/TFEL/System/STLContainerBinaryWrite.hxx +include/TFEL/System/SignalHandler.hxx +include/TFEL/System/SignalHandler.ixx +include/TFEL/System/SignalManager.hxx +include/TFEL/System/System.hxx +include/TFEL/System/SystemError.hxx +include/TFEL/System/SystemError.ixx +include/TFEL/System/ThreadPool.hxx +include/TFEL/System/ThreadPool.ixx +include/TFEL/System/ThreadedTaskResult.hxx +include/TFEL/System/ThreadedTaskResult.ixx +include/TFEL/System/basic_rstream.hxx +include/TFEL/System/basic_rstream.ixx +include/TFEL/System/basic_wstream.hxx +include/TFEL/System/basic_wstream.ixx +include/TFEL/System/getFunction.h +include/TFEL/System/rfstream.hxx +include/TFEL/System/rstreamView.hxx +include/TFEL/System/rstreamView.ixx +include/TFEL/System/stream_traits.hxx +include/TFEL/System/wfstream.hxx +include/TFEL/System/wstreamView.hxx +include/TFEL/System/wstreamView.ixx +include/TFEL/TFELPHYSICALCONSTANTS.INC +include/TFEL/Tests/MultipleTestOutputs.hxx +include/TFEL/Tests/StdStreamTestOutput.hxx +include/TFEL/Tests/Test.hxx +include/TFEL/Tests/TestCase.hxx +include/TFEL/Tests/TestFunctionWrapper.hxx +include/TFEL/Tests/TestFunctionWrapper.ixx +include/TFEL/Tests/TestManager.hxx +include/TFEL/Tests/TestOutput.hxx +include/TFEL/Tests/TestProxy.hxx +include/TFEL/Tests/TestProxy.ixx +include/TFEL/Tests/TestResult.hxx +include/TFEL/Tests/TestSuite.hxx +include/TFEL/Tests/XMLTestOutput.hxx +include/TFEL/TypeTraits/AbsType.hxx +include/TFEL/TypeTraits/BaseType.hxx +include/TFEL/TypeTraits/IsAssignableTo.hxx +include/TFEL/TypeTraits/IsComplex.hxx +include/TFEL/TypeTraits/IsFundamentalNumericType.hxx +include/TFEL/TypeTraits/IsInvalid.hxx +include/TFEL/TypeTraits/IsRandomAccessIterator.hxx +include/TFEL/TypeTraits/IsReal.hxx +include/TFEL/TypeTraits/IsSafelyReinterpretCastableTo.hxx +include/TFEL/TypeTraits/IsScalar.hxx +include/TFEL/TypeTraits/IsUnaryOperator.hxx +include/TFEL/TypeTraits/Promote.hxx +include/TFEL/TypeTraits/Promote/Promote.ixx +include/TFEL/TypeTraits/RealPartType.hxx +include/TFEL/Utilities/Argument.hxx +include/TFEL/Utilities/ArgumentParser.hxx +include/TFEL/Utilities/ArgumentParserBase.hxx +include/TFEL/Utilities/ArgumentParserBase.ixx +include/TFEL/Utilities/Config.hxx +include/TFEL/Utilities/ConfigParser.hxx +include/TFEL/Utilities/CxxKeywords.hxx +include/TFEL/Utilities/CxxTokenizer.hxx +include/TFEL/Utilities/CxxTokenizer.ixx +include/TFEL/Utilities/CxxTokenizerOptions.hxx +include/TFEL/Utilities/Data.hxx +include/TFEL/Utilities/Data.ixx +include/TFEL/Utilities/FCString.hxx +include/TFEL/Utilities/FCString.ixx +include/TFEL/Utilities/GenTypeBase.hxx +include/TFEL/Utilities/GenTypeBase.ixx +include/TFEL/Utilities/GenTypeBase_MSC.hxx +include/TFEL/Utilities/GenTypeCastError.hxx +include/TFEL/Utilities/GenTypeSpecialisation.ixx +include/TFEL/Utilities/GeneratorOptions.hxx +include/TFEL/Utilities/Global.hxx +include/TFEL/Utilities/LaTeXGenerator.hxx +include/TFEL/Utilities/MTestDocParser.hxx +include/TFEL/Utilities/MarkdownGenerator.hxx +include/TFEL/Utilities/ParserBase.hxx +include/TFEL/Utilities/StringAlgorithms.hxx +include/TFEL/Utilities/TerminalColors.hxx +include/TFEL/Utilities/TestDocMain.hxx +include/TFEL/Utilities/TestDocParser.hxx +include/TFEL/Utilities/TestDocumentation.hxx +include/TFEL/Utilities/TextData.hxx +include/TFEL/Utilities/Token.hxx +include/TFEL/tfel_physical_constants.mod +lib/libAsterInterface.so +lib/libAsterInterface.so.3 +lib/libAsterInterface.so.3.2.1 +lib/libCalculiXInterface.so +lib/libCalculiXInterface.so.3 +lib/libCalculiXInterface.so.3.2.1 +lib/libMFrontLogStream.so +lib/libMFrontLogStream.so.3 +lib/libMFrontLogStream.so.3.2.1 +lib/libMFrontProfiling.so +lib/libMFrontProfiling.so.3 +lib/libMFrontProfiling.so.3.2.1 +lib/libMTestFileGenerator.so +lib/libMTestFileGenerator.so.3 +lib/libMTestFileGenerator.so.3.2.1 +lib/libTFELConfig.so +lib/libTFELConfig.so.3 +lib/libTFELConfig.so.3.2.1 +lib/libTFELException.so +lib/libTFELException.so.3 +lib/libTFELException.so.3.2.1 +lib/libTFELGlossary.so +lib/libTFELGlossary.so.3 +lib/libTFELGlossary.so.3.2.1 +lib/libTFELMFront.so +lib/libTFELMFront.so.3 +lib/libTFELMFront.so.3.2.1 +lib/libTFELMTest.so +lib/libTFELMTest.so.3 +lib/libTFELMTest.so.3.2.1 +lib/libTFELMaterial.so +lib/libTFELMaterial.so.3 +lib/libTFELMaterial.so.3.2.1 +lib/libTFELMath.so +lib/libTFELMath.so.3 +lib/libTFELMath.so.3.2.1 +lib/libTFELMathCubicSpline.so +lib/libTFELMathCubicSpline.so.3 +lib/libTFELMathCubicSpline.so.3.2.1 +lib/libTFELMathKriging.so +lib/libTFELMathKriging.so.3 +lib/libTFELMathKriging.so.3.2.1 +lib/libTFELMathParser.so +lib/libTFELMathParser.so.3 +lib/libTFELMathParser.so.3.2.1 +lib/libTFELNUMODIS.so +lib/libTFELNUMODIS.so.3 +lib/libTFELNUMODIS.so.3.2.1 +lib/libTFELPhysicalConstants.so +lib/libTFELPhysicalConstants.so.3 +lib/libTFELPhysicalConstants.so.3.2.1 +lib/libTFELSystem.so +lib/libTFELSystem.so.3 +lib/libTFELSystem.so.3.2.1 +lib/libTFELTests.so +lib/libTFELTests.so.3 +lib/libTFELTests.so.3.2.1 +lib/libTFELUtilities.so +lib/libTFELUtilities.so.3 +lib/libTFELUtilities.so.3.2.1 +%%PYTHON_SITELIBDIR%%/mfront/__init__.py +%%PYTHON_SITELIBDIR%%/mfront/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mfront/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mfront/_mfront.so +%%PYTHON_SITELIBDIR%%/mfront/mtest/__init__.py +%%PYTHON_SITELIBDIR%%/mfront/mtest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mfront/mtest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mfront/umatxx/__init__.py +%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/Behaviour.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/Behaviour.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mfront/umatxx/Behaviour.py +%%PYTHON_SITELIBDIR%%/mtest/__init__.py +%%PYTHON_SITELIBDIR%%/mtest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mtest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mtest/_mtest.so +%%PYTHON_SITELIBDIR%%/std/__init__.py +%%PYTHON_SITELIBDIR%%/std/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/std/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/std/_stl_map.so +%%PYTHON_SITELIBDIR%%/std/_stl_pair.so +%%PYTHON_SITELIBDIR%%/std/_stl_tuple.so +%%PYTHON_SITELIBDIR%%/std/_stl_vector.so +%%PYTHON_SITELIBDIR%%/tfel/__init__.py +%%PYTHON_SITELIBDIR%%/tfel/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/tfel/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/tfel/_tfel.so +%%PYTHON_SITELIBDIR%%/tfel/glossary.so +%%PYTHON_SITELIBDIR%%/tfel/material.so +%%PYTHON_SITELIBDIR%%/tfel/math.so +%%PYTHON_SITELIBDIR%%/tfel/system.so +%%PYTHON_SITELIBDIR%%/tfel/tests.so +%%PYTHON_SITELIBDIR%%/tfel/utilities.so +share/doc/mfront/AdditionalConvergenceChecks.md +share/doc/mfront/Algorithm.md +share/doc/mfront/Author.md +share/doc/mfront/AuxiliaryStateVar.md +share/doc/mfront/AuxiliaryStateVariable.md +share/doc/mfront/AxialGrowth.md +share/doc/mfront/Behaviour.md +share/doc/mfront/Bounds.md +share/doc/mfront/Brick.md +share/doc/mfront/Coef.md +share/doc/mfront/CompareToNumericalJacobian.md +share/doc/mfront/ComputeFinalStress.md +share/doc/mfront/ComputeStiffnessTensor.md +share/doc/mfront/ComputeStress.md +share/doc/mfront/ComputeStressFreeExpansion.md +share/doc/mfront/ComputeThermalExpansion.md +share/doc/mfront/CrystalStructure.md +share/doc/mfront/DSL.md +share/doc/mfront/Date.md +share/doc/mfront/Description.md +share/doc/mfront/DislocationsMeanFreePathInteractionMatrix.md +share/doc/mfront/DissipatedEnergy.md +share/doc/mfront/ElasticMaterialProperties.md +share/doc/mfront/Epsilon.md +share/doc/mfront/Example/elasticity.mfront +share/doc/mfront/Example/implicit.mfront +share/doc/mfront/Example/norton.mfront +share/doc/mfront/Example/plasticity.mfront +share/doc/mfront/Example/rungekutta54.mfront +share/doc/mfront/Example/win32.txt +share/doc/mfront/ExternalStateVar.md +share/doc/mfront/ExternalStateVariable.md +share/doc/mfront/GlidingSystem.md +share/doc/mfront/GlidingSystems.md +share/doc/mfront/Implicit/HillTensor.md +share/doc/mfront/Import.md +share/doc/mfront/Includes.md +share/doc/mfront/InitJacobian.md +share/doc/mfront/InitJacobianInvert.md +share/doc/mfront/InitLocalVariables.md +share/doc/mfront/InitLocalVars.md +share/doc/mfront/InitializeJacobian.md +share/doc/mfront/InitializeJacobianInvert.md +share/doc/mfront/InitializeLocalVariables.md +share/doc/mfront/IntegrationVariable.md +share/doc/mfront/InteractionMatrix.md +share/doc/mfront/Interface.md +share/doc/mfront/InternalEnergy.md +share/doc/mfront/IsotropicBehaviour.md +share/doc/mfront/IsotropicElasticBehaviour.md +share/doc/mfront/IterMax.md +share/doc/mfront/JacobianComparisonCriterion.md +share/doc/mfront/JacobianComparisonCriterium.md +share/doc/mfront/Library.md +share/doc/mfront/Link.md +share/doc/mfront/LocalVar.md +share/doc/mfront/Material.md +share/doc/mfront/MaterialLaw.md +share/doc/mfront/MaterialLaw/Constant.md +share/doc/mfront/MaterialLaw/Function.md +share/doc/mfront/MaterialLaw/Input.md +share/doc/mfront/MaterialLaw/Law.md +share/doc/mfront/MaterialLaw/MFront.md +share/doc/mfront/MaterialLaw/Output.md +share/doc/mfront/MaterialProperty.md +share/doc/mfront/MaximalTimeStepScalingFactor.md +share/doc/mfront/MaximumNumberOfIterations.md +share/doc/mfront/MinimalTimeStepScalingFactor.md +share/doc/mfront/Model.md +share/doc/mfront/Model/ConstantMaterialProperty.md +share/doc/mfront/Model/Domain.md +share/doc/mfront/Model/Domains.md +share/doc/mfront/Model/Function.md +share/doc/mfront/Model/GlobalParameter.md +share/doc/mfront/Model/Input.md +share/doc/mfront/Model/LocalParameter.md +share/doc/mfront/Model/Model.md +share/doc/mfront/Model/Output.md +share/doc/mfront/NumericallyComputedJacobianBlocks.md +share/doc/mfront/OrthotropicBehaviour.md +share/doc/mfront/Parameter.md +share/doc/mfront/Parser.md +share/doc/mfront/PerturbationValueForNumericalJacobianComputation.md +share/doc/mfront/PhysicalBounds.md +share/doc/mfront/Private.md +share/doc/mfront/Profiling.md +share/doc/mfront/Relocation.md +share/doc/mfront/RequireStiffnessOperator.md +share/doc/mfront/RequireStiffnessTensor.md +share/doc/mfront/RequireThermalExpansionCoefficientTensor.md +share/doc/mfront/SlidingSystem.md +share/doc/mfront/SlidingSystems.md +share/doc/mfront/SlipSystem.md +share/doc/mfront/SlipSystems.md +share/doc/mfront/Sources.md +share/doc/mfront/StateVar.md +share/doc/mfront/StateVariable.md +share/doc/mfront/StaticVar.md +share/doc/mfront/StaticVariable.md +share/doc/mfront/StrainMeasure.md +share/doc/mfront/Swelling.md +share/doc/mfront/TangentOperator.md +share/doc/mfront/Theta.md +share/doc/mfront/UpdateAuxiliaryStateVariables.md +share/doc/mfront/UpdateAuxiliaryStateVars.md +share/doc/mfront/UsableInPurelyImplicitResolution.md +share/doc/mfront/UseQt.md +share/doc/mfront/abaqus/umat.cpp +share/doc/mfront/abaqus/vumat-dp.cpp +share/doc/mfront/abaqus/vumat-sp.cpp +share/doc/mfront/ansys/CMakeLists.txt +share/doc/mfront/ansys/test-usermat.cxx +share/doc/mfront/ansys/usermat.cpp +share/doc/mfront/bricks/DDIF2.md +share/doc/mfront/bricks/StandardElasticity.md +share/doc/mfront/gallery/damage/Marigo.mfront +share/doc/mfront/gallery/damage/Mazars.mfront +share/doc/mfront/gallery/finitestrainsinglecrystal/FiniteStrainSingleCrystalHuang.mfront +share/doc/mfront/gallery/hyperelasticity/Ogden-tfel-3.0.0.mfront +share/doc/mfront/gallery/hyperelasticity/Ogden.mfront +share/doc/mfront/gallery/hyperelasticity/SaintVenantKirchhoffElasticity.mfront +share/doc/mfront/gallery/hyperelasticity/Signorini-tfel2.mfront +share/doc/mfront/gallery/hyperelasticity/Signorini.mfront +share/doc/mfront/gallery/hyperviscoelasticity/SignoriniHyperViscoelasticity-tfel-2.0.3.mfront +share/doc/mfront/gallery/hyperviscoelasticity/SignoriniHyperViscoelasticity.mfront +share/doc/mfront/gallery/plasticity/DruckerPerfectPlasticity_Cazacu2001.mfront +share/doc/mfront/gallery/plasticity/GreenPerfectPlasticity.mfront +share/doc/mfront/gallery/plasticity/HosfordPerfectPlasticity.mfront +share/doc/mfront/gallery/plasticity/IsotropicLinearHardeningPlasticity.mfront +share/doc/mfront/gallery/plasticity/IsotropicLinearKinematicHardeningPlasticity.mfront +share/doc/mfront/gallery/plasticity/Iwan.mfront +share/doc/mfront/gallery/plasticity/OrthotropicDruckerPerfectPlasticity2090T3_Cazacu2001.mfront +share/doc/mfront/gallery/plasticity/OrthotropicDruckerPerfectPlasticityYdLin6016T4_Cazacu2001.mfront +share/doc/mfront/gallery/plasticity/OrthotropicLinearHardeningPlasticity.mfront +share/doc/mfront/gallery/viscoelasticity/GeneralizedMaxwell.mfront +share/doc/mfront/gallery/viscoplasticity/ChabocheViscoplasticity.mfront +share/doc/mfront/gallery/viscoplasticity/Hayhurst.mfront +share/doc/mfront/gallery/viscoplasticity/ImplicitNorton.mfront +share/doc/mfront/gallery/viscoplasticity/IsotropicViscoplasticityAmstrongFredericKinematicHardening.mfront +share/doc/mfront/lsdyna/CMakeLists.txt +share/doc/mfront/lsdyna/mfront-lsdyna.cxx +share/doc/mfront/lsdyna/test-lsdyna.cxx +share/doc/mfront/stress-potentials/DDIF2.md +share/doc/mfront/stress-potentials/Hooke.md +share/doc/mfront/tests/behaviours/AbaqusAxialGrowth.mfront +share/doc/mfront/tests/behaviours/AbaqusAxialGrowth2.mfront +share/doc/mfront/tests/behaviours/AbaqusOrthotropicElastic.mfront +share/doc/mfront/tests/behaviours/AbaqusOrthotropicElastic2.mfront +share/doc/mfront/tests/behaviours/AbaqusOrthotropicSwelling.mfront +share/doc/mfront/tests/behaviours/AbaqusOrthotropicSwelling2.mfront +share/doc/mfront/tests/behaviours/AgeingBurger.mfront +share/doc/mfront/tests/behaviours/AnistropicLemaitreViscoplasticBehaviour.mfront +share/doc/mfront/tests/behaviours/AxialGrowth.mfront +share/doc/mfront/tests/behaviours/AxialGrowth2.mfront +share/doc/mfront/tests/behaviours/Burger.mfront +share/doc/mfront/tests/behaviours/Chaboche.mfront +share/doc/mfront/tests/behaviours/Chaboche2.mfront +share/doc/mfront/tests/behaviours/CompressibleNeoHookeanBehaviour.mfront +share/doc/mfront/tests/behaviours/ComputeStressFreeExpansion.mfront +share/doc/mfront/tests/behaviours/ComputeThermalExpansion.mfront +share/doc/mfront/tests/behaviours/ComputeThermalExpansion2.mfront +share/doc/mfront/tests/behaviours/ComputeThermalExpansion3.mfront +share/doc/mfront/tests/behaviours/DDIF2.mfront +share/doc/mfront/tests/behaviours/ElasticMaterialPropertiesBoundsCheckTest.mfront +share/doc/mfront/tests/behaviours/Elasticity.mfront +share/doc/mfront/tests/behaviours/Elasticity2.mfront +share/doc/mfront/tests/behaviours/Elasticity3.mfront +share/doc/mfront/tests/behaviours/Elasticity4.mfront +share/doc/mfront/tests/behaviours/Elasticity5.mfront +share/doc/mfront/tests/behaviours/Elasticity6.mfront +share/doc/mfront/tests/behaviours/ExternalStateVariablesBoundsCheck.mfront +share/doc/mfront/tests/behaviours/FiniteRotationSmallStrainElasticity.mfront +share/doc/mfront/tests/behaviours/FiniteRotationSmallStrainElasticity2.mfront +share/doc/mfront/tests/behaviours/FiniteStrainSingleCrystal.mfront +share/doc/mfront/tests/behaviours/GeneralizedMaxwell.mfront +share/doc/mfront/tests/behaviours/GursonTvergaardNeedlemanPlasticFlow_NumericalJacobian.mfront +share/doc/mfront/tests/behaviours/GursonTvergaardNeedlemanViscoPlasticFlow_NumericalJacobian.mfront +share/doc/mfront/tests/behaviours/Hayhurst.mfront +share/doc/mfront/tests/behaviours/ImplicitFiniteStrainNorton.mfront +share/doc/mfront/tests/behaviours/ImplicitHayhurst.mfront +share/doc/mfront/tests/behaviours/ImplicitMonoCrystal.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton2.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton3.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton4.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton_Broyden.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton_Broyden2.mfront +share/doc/mfront/tests/behaviours/ImplicitNorton_LevenbergMarquardt.mfront +share/doc/mfront/tests/behaviours/ImplicitOrthotropicCreep.mfront +share/doc/mfront/tests/behaviours/ImplicitOrthotropicCreep2.mfront +share/doc/mfront/tests/behaviours/ImplicitSimoMieheElastoPlasticity.mfront +share/doc/mfront/tests/behaviours/IncompressibleMooneyRivlinBehaviour.mfront +share/doc/mfront/tests/behaviours/IncompressiblePlaneStressGornetDesmoratBehaviour.mfront +share/doc/mfront/tests/behaviours/IncompressiblePlaneStressMooneyRivlinBehaviour.mfront +share/doc/mfront/tests/behaviours/IsotropicLinearSwelling.mfront +share/doc/mfront/tests/behaviours/IsotropicLinearSwelling2.mfront +share/doc/mfront/tests/behaviours/IsotropicVolumeSwelling.mfront +share/doc/mfront/tests/behaviours/IsotropicVolumeSwelling2.mfront +share/doc/mfront/tests/behaviours/JohnsonCook_s.mfront +share/doc/mfront/tests/behaviours/JohnsonCook_ssr.mfront +share/doc/mfront/tests/behaviours/JohnsonCook_ssrt.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainElasticity.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainElasticity2.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainElasticity3.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainElasticity4.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainNortonCreep.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainNortonCreep2.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainOrthotropicElasticity.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainPlasticity.mfront +share/doc/mfront/tests/behaviours/LogarithmicStrainStandardElasticity.mfront +share/doc/mfront/tests/behaviours/Lorentz.mfront +share/doc/mfront/tests/behaviours/Lorentz2.mfront +share/doc/mfront/tests/behaviours/MaterialPropertiesBoundsCheck.mfront +share/doc/mfront/tests/behaviours/Mazars.mfront +share/doc/mfront/tests/behaviours/MonoCrystal.mfront +share/doc/mfront/tests/behaviours/MonoCrystalNewtonRaphson.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CC.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CC_InteractionMatrix.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CC_LevenbergMarquardt.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CC_NumericalJacobian.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CFC.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CFC_InteractionMatrix.mfront +share/doc/mfront/tests/behaviours/MonoCrystal_DD_CFC_NumericalJacobian.mfront +share/doc/mfront/tests/behaviours/Norton.mfront +share/doc/mfront/tests/behaviours/NortonRK.mfront +share/doc/mfront/tests/behaviours/NortonRK2.mfront +share/doc/mfront/tests/behaviours/NortonRK3.mfront +share/doc/mfront/tests/behaviours/NortonRK4.mfront +share/doc/mfront/tests/behaviours/Norton_Euler.mfront +share/doc/mfront/tests/behaviours/Norton_rk2.mfront +share/doc/mfront/tests/behaviours/Norton_rk4.mfront +share/doc/mfront/tests/behaviours/Norton_rk42.mfront +share/doc/mfront/tests/behaviours/Norton_rkCastem.mfront +share/doc/mfront/tests/behaviours/OrthotropicCreep.mfront +share/doc/mfront/tests/behaviours/OrthotropicCreep_rk42.mfront +share/doc/mfront/tests/behaviours/OrthotropicCreep_rkCastem.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic2.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic3.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic4.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic5.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic6.mfront +share/doc/mfront/tests/behaviours/OrthotropicSaintVenantKirchhoffElasticity.mfront +share/doc/mfront/tests/behaviours/OrthotropicSwelling.mfront +share/doc/mfront/tests/behaviours/OrthotropicSwelling2.mfront +share/doc/mfront/tests/behaviours/ParameterTest.mfront +share/doc/mfront/tests/behaviours/ParameterTest2.mfront +share/doc/mfront/tests/behaviours/Plasticity.mfront +share/doc/mfront/tests/behaviours/PolyCrystals.mfront +share/doc/mfront/tests/behaviours/PolyCrystals_DD_CC.mfront +share/doc/mfront/tests/behaviours/PolyCrystals_DD_CFC.mfront +share/doc/mfront/tests/behaviours/RusinekKlepaczko_ssrt.mfront +share/doc/mfront/tests/behaviours/SaintVenantKirchhoffElasticity.mfront +share/doc/mfront/tests/behaviours/SaintVenantKirchhoffElasticityTotalLagrangian.mfront +share/doc/mfront/tests/behaviours/StateVariablesBoundsCheck.mfront +share/doc/mfront/tests/behaviours/StrainHardeningCreep.mfront +share/doc/mfront/tests/behaviours/T91ViscoplasticBehaviour.mfront +share/doc/mfront/tests/behaviours/TemperatureUpdateOnSubSteppingCheck.mfront +share/doc/mfront/tests/behaviours/Tvergaard.mfront +share/doc/mfront/tests/behaviours/UnilateralMazars.mfront +share/doc/mfront/tests/behaviours/ViscoChaboche.mfront +share/doc/mfront/tests/behaviours/ViscoMemoNrad.mfront +share/doc/mfront/tests/behaviours/aster/asterageingburger-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterageingburger-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterageingburger-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterageingburger-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asteranistropiclemaitreviscoplasticbehaviour-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asteranistropiclemaitreviscoplasticbehaviour-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asteranistropiclemaitreviscoplasticbehaviour-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asteranistropiclemaitreviscoplasticbehaviour-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asteraxialgrowth2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterburger-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterburger-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterburger-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterburger-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterchaboche2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astercomputestressfreeexpansion-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astercomputestressfreeexpansion-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astercomputestressfreeexpansion-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astercomputestressfreeexpansion-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterdruckerprager2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity10-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity10-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity10-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity10-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity11-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity11-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity11-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity11-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity12-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity12-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity12-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity12-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity13-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity13-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity13-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity13-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity14-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity14-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity14-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity14-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity15-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity15-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity15-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity15-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity16-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity16-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity16-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity16-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity18-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity18-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity18-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity18-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity19-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity19-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity19-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity19-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity20-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity20-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity20-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity20-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity21-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity21-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity21-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity21-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity22-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity22-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity22-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity22-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity23-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity23-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity23-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity23-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity33-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity33-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity33-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity33-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity4-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity4-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity4-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity4-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity5-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity5-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity5-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity5-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity6-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity6-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity6-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity6-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity7-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity7-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity7-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity7-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity8-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity8-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity8-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity8-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity9-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity9-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity9-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterelasticity9-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterellipticcreep-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterellipticcreep-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterellipticcreep-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterellipticcreep-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck3-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck3-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck3-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck3-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck4-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck4-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck4-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck4-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck5-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck5-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck5-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterexternalstatevariablesboundscheck5-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-001-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-001-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-001-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-001-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-012-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-159-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-159-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-159-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal-159-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-001-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-001-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-001-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-001-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-012-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-159-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-159-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-159-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterfinitestrainsinglecrystal_numericaljacobian-159-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanplasticflow-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanplasticflow-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanplasticflow-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanplasticflow-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanviscoplasticflow-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanviscoplasticflow-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanviscoplasticflow-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astergursontvergaardneedlemanviscoplasticflow-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicithayhurst-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicithayhurst-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicithayhurst-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicithayhurst-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitmonocrystal-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton3-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton3-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton3-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton3-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_broyden2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_levenbergmarquardt-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_levenbergmarquardt-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_levenbergmarquardt-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_levenbergmarquardt-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_numericallycomputedjacobianblocks-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_numericallycomputedjacobianblocks-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_numericallycomputedjacobianblocks-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitnorton_numericallycomputedjacobianblocks-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitorthotropiccreep-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitorthotropiccreep-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitorthotropiccreep-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterimplicitorthotropiccreep-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropiclinearswelling-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropiclinearswelling-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropiclinearswelling-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropiclinearswelling-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropicvolumeswelling-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropicvolumeswelling-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropicvolumeswelling-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterisotropicvolumeswelling-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterjohnsoncook_ssrt-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterjohnsoncook_ssrt-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterjohnsoncook_ssrt-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterjohnsoncook_ssrt-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterlorentz2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck3-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck3-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck3-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck3-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck4-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck4-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck4-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck4-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck5-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck5-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck5-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck5-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck6-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck6-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck6-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermaterialpropertiesboundscheck6-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermazars-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermazars-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermazars-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermazars-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermazars2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermazars2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermazars2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermazars2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation_numericaljacobian-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation_numericaljacobian-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation_numericaljacobian-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_irradiation_numericaljacobian-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_numericaljacobian-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_numericaljacobian-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_numericaljacobian-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cc_numericaljacobian-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_irradiation-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_irradiation-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_irradiation-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_irradiation-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_numericaljacobian-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_numericaljacobian-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_numericaljacobian-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astermonocrystal_dd_cfc_numericaljacobian-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asternorton-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asternorton-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asternorton-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asternorton-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asternorton2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asternorton2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asternorton2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asternorton2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rk42-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rk42-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rk42-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rk42-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rkCastem-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rkCastem-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rkCastem-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropiccreep-rkCastem-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling3-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling3-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling3-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterorthotropicswelling3-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest2-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest2-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest2-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterparametertest2-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterplasisocin-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterplasisocin-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterplasisocin-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterplasisocin-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterplasticity-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterplasticity-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterplasticity-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterplasticity-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cc-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cc-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cc-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cc-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cfc-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cfc-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cfc-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterpolycrystals_dd_cfc-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterrusinekklepaczko_ssrt-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterrusinekklepaczko_ssrt-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterrusinekklepaczko_ssrt-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterrusinekklepaczko_ssrt-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-4-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-4-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-4-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-4-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-5-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-5-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-5-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-5-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-6-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-6-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-6-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-shear-6-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig11-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig22-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity-uniaxialloading-sig33-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-4-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-4-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-4-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-4-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-5-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-5-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-5-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-5-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-6-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-6-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-6-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-shear-6-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity2-uniaxialloading-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-4-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-4-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-4-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-4-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-5-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-5-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-5-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-5-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-6-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-6-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-6-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-shear-6-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticity3-uniaxialloading-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-4-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-4-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-4-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-4-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-5-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-5-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-5-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-5-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-6-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-6-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-6-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-shear-6-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-1-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-2-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-3-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig11-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig22-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-2D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-2D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-2D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-2D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-3D-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-3D-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-3D-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astersaintvenantkirchhoffelasticitytotallagrangian-uniaxialloading-sig33-3D-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterstrainhardeningcreep-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterstrainhardeningcreep-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterstrainhardeningcreep-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterstrainhardeningcreep-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterstressrelaxation-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterstressrelaxation-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterstressrelaxation-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterstressrelaxation-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/astertvergaard-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/astertvergaard-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/astertvergaard-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/astertvergaard-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterunilateralmazars-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterunilateralmazars-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterunilateralmazars-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterunilateralmazars-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterviscochaboche-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterviscochaboche-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterviscochaboche-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterviscochaboche-UpWard.mtest +share/doc/mfront/tests/behaviours/aster/asterviscoplasisocin-DownWard.mtest +share/doc/mfront/tests/behaviours/aster/asterviscoplasisocin-ToNearest.mtest +share/doc/mfront/tests/behaviours/aster/asterviscoplasisocin-TowardZero.mtest +share/doc/mfront/tests/behaviours/aster/asterviscoplasisocin-UpWard.mtest +share/doc/mfront/tests/behaviours/bricks/FiniteStrainSingleCrystal/aster/finitestrainsinglecrystal-012.mtest +share/doc/mfront/tests/behaviours/bricks/FiniteStrainSingleCrystal/aster/finitestrainsinglecrystal-159.mtest +share/doc/mfront/tests/behaviours/bricks/StandardElasticity/aster/singlecrystal_dd_cfc.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity10.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity11.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity14.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity15.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity18.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity19.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity2.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity20.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity21.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity22.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity23.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity4.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity5.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity6.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity7.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity8.mtest +share/doc/mfront/tests/behaviours/calculix/calculixelasticity9.mtest +share/doc/mfront/tests/behaviours/calculix/calculixfinitestrainsinglecrystal-001.mtest +share/doc/mfront/tests/behaviours/calculix/calculixfinitestrainsinglecrystal-012-2.mtest +share/doc/mfront/tests/behaviours/calculix/calculixfinitestrainsinglecrystal-012.mtest +share/doc/mfront/tests/behaviours/calculix/calculixfinitestrainsinglecrystal-159.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainelasticity-uniaxialloading-1-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainelasticity-uniaxialloading-2-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainelasticity-uniaxialloading-3-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainelasticity2-uniaxialloading-1-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainelasticity2-uniaxialloading-2-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainelasticity2-uniaxialloading-3-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainnortoncreep-uniaxialloading-1-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainnortoncreep-uniaxialloading-2-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixmieheapellambrechtlogarithmicstrainnortoncreep-uniaxialloading-3-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixparametertest.mtest +share/doc/mfront/tests/behaviours/calculix/calculixparametertest2.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-shear-1-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-shear-2-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-shear-3-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-shear-4-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-shear-5-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-shear-6-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-uniaxialloading-1-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-uniaxialloading-2-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-uniaxialloading-3-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-uniaxialloading-sig11-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-uniaxialloading-sig22-3D.mtest +share/doc/mfront/tests/behaviours/calculix/calculixsaintvenantkirchhoffelasticity-uniaxialloading-sig33-3D.mtest +share/doc/mfront/tests/behavioursbricks/DDIF2/DDIF2.mfront +share/doc/mfront/tests/behavioursbricks/DDIF2/DDIF2_2.mfront +share/doc/mfront/tests/behavioursbricks/DDIF2/DDIF2_3.mfront +share/doc/mfront/tests/behavioursbricks/DDIF2/DDIF2_4.mfront +share/doc/mfront/tests/behavioursbricks/DDIF2/DDIF2_5.mfront +share/doc/mfront/tests/behavioursbricks/DDIF2/DDIF2_6.mfront +share/doc/mfront/tests/behavioursbricks/FiniteStrainSingleCrystal/FiniteStrainSingleCrystal.mfront +share/doc/mfront/tests/behavioursbricks/FiniteStrainSingleCrystal/FiniteStrainSingleCrystal_NumericalJacobian.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity10.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity11.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity12.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity13.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity3.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity4.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity5.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity7.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity8.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/IsotropicStandardElasticity9.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/OrthotropicStandardElasticity.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/OrthotropicStandardElasticity2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/OrthotropicStandardElasticity3.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/SingleCrystal_DD_FCC.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/TestComputeElasticPrediction.mfront +share/doc/mfront/tests/behavioursbricks/StandardElasticity/TestComputeElasticPrediction2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHyperbolicSineTest.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHyperbolicSineTest2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHyperbolicSineTest2_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHyperbolicSineTest_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityIsotropicDamageHookeLaw.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityIsotropicDamageHookeLaw2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityIsotropicDamageHookeLaw2_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityIsotropicDamageHookeLaw_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest2_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest3.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest3_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest4.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest4_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest5.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest5_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest6.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest6_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest7.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest7_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest8.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest8_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest9.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest9_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityNortonTest_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityOrthotropicNortonTest.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityOrthotropicNortonTest_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityOrthotropicNortonTest_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityOrthotropicNortonTest_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest10.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest10_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest10_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest10_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest11.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest11_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest11_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest11_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest12.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest12_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest12_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest12_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest13.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest13_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest13_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest13_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest14.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest14_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest14_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest14_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest15.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest15_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest15_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest15_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest2_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest3.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest3_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest4.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest4_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest5.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest5_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest6.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest6_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest7.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest7_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest8.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest8_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest9.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest9_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest9_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest9_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest_na.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest_nanj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest_nj.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityTest1.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityTest2.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityTest3.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityTest4.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityTest5.mfront +share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityTest6.mfront +share/doc/mtest/AccelerationAlgorithm.md +share/doc/mtest/AccelerationAlgorithmParameter.md +share/doc/mtest/Author.md +share/doc/mtest/Behaviour.md +share/doc/mtest/CastemAccelerationPeriod.md +share/doc/mtest/CastemAccelerationTrigger.md +share/doc/mtest/CompareToNumericalTangentOperator.md +share/doc/mtest/Date.md +share/doc/mtest/Description.md +share/doc/mtest/DynamicTimeStepScaling.md +share/doc/mtest/Evolution.md +share/doc/mtest/ExternalStateVariable.md +share/doc/mtest/HandleThermalExpansion.md +share/doc/mtest/Import.md +share/doc/mtest/IntegerParameter.md +share/doc/mtest/InternalStateVariable.md +share/doc/mtest/MaterialProperty.md +share/doc/mtest/MaximalTimeStep.md +share/doc/mtest/MaximalTimeStepScalingFactor.md +share/doc/mtest/MaximumNumberOfIterations.md +share/doc/mtest/MaximumNumberOfSubSteps.md +share/doc/mtest/Message.md +share/doc/mtest/MinimalTimeStep.md +share/doc/mtest/MinimalTimeStepScalingFactor.md +share/doc/mtest/NumericalTangentOperatorPerturbationValue.md +share/doc/mtest/OutOfBoundsPolicy.md +share/doc/mtest/OutputFile.md +share/doc/mtest/OutputFilePrecision.md +share/doc/mtest/OutputFrequency.md +share/doc/mtest/Parameter.md +share/doc/mtest/PredictionPolicy.md +share/doc/mtest/Print.md +share/doc/mtest/Real.md +share/doc/mtest/ResidualFile.md +share/doc/mtest/ResidualFilePrecision.md +share/doc/mtest/StiffnessMatrixType.md +share/doc/mtest/StiffnessUpdatePolicy.md +share/doc/mtest/Times.md +share/doc/mtest/UnsignedIntegerParameter.md +share/doc/mtest/UseCastemAccelerationAlgorithm.md +share/doc/mtest/mtest/CohesiveForce.md +share/doc/mtest/mtest/CohesiveForceEpsilon.md +share/doc/mtest/mtest/DeformationGradient.md +share/doc/mtest/mtest/DeformationGradientEpsilon.md +share/doc/mtest/mtest/Event.md +share/doc/mtest/mtest/ImposedDeformationGradient.md +share/doc/mtest/mtest/ImposedStrain.md +share/doc/mtest/mtest/ImposedStress.md +share/doc/mtest/mtest/ModellingHypothesis.md +share/doc/mtest/mtest/NonLinearConstraint.md +share/doc/mtest/mtest/RotationMatrix.md +share/doc/mtest/mtest/Strain.md +share/doc/mtest/mtest/StrainEpsilon.md +share/doc/mtest/mtest/Stress.md +share/doc/mtest/mtest/StressEpsilon.md +share/doc/mtest/mtest/Test.md +share/doc/mtest/ptest/AxialForceEvolution.md +share/doc/mtest/ptest/AxialGrowthEvolution.md +share/doc/mtest/ptest/AxialLoading.md +share/doc/mtest/ptest/RadialLoading.md +%%PORTDOCS%%%%DOCSDIR%%/LICENCE-CECILL-A-EN +%%PORTDOCS%%%%DOCSDIR%%/LICENCE-CECILL-A-FR +%%PORTDOCS%%%%DOCSDIR%%/LICENCE-GNU-GPL +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/damage/Marigo.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/damage/Mazars.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/finitestrainsinglecrystal/FiniteStrainSingleCrystalHuang.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperelasticity/Ogden-tfel-3.0.0.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperelasticity/Ogden.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperelasticity/SaintVenantKirchhoffElasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperelasticity/Signorini-tfel2.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperelasticity/Signorini.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperviscoelasticity/SignoriniHyperViscoelasticity-tfel-2.0.3.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/hyperviscoelasticity/SignoriniHyperViscoelasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/DruckerPerfectPlasticity_Cazacu2001.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/GreenPerfectPlasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/HosfordPerfectPlasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/IsotropicLinearHardeningPlasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/IsotropicLinearKinematicHardeningPlasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/Iwan.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/OrthotropicDruckerPerfectPlasticity2090T3_Cazacu2001.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/OrthotropicDruckerPerfectPlasticityYdLin6016T4_Cazacu2001.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/plasticity/OrthotropicLinearHardeningPlasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoelasticity/GeneralizedMaxwell.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/ChabocheViscoplasticity.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/Hayhurst.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/ImplicitNorton.mfront +%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/IsotropicViscoplasticityAmstrongFredericKinematicHardening.mfront diff --git a/science/tfel/Makefile b/science/tfel/Makefile index 5bcdbb66c2db..1071d7e797df 100644 --- a/science/tfel/Makefile +++ b/science/tfel/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= gnuplot:math/gnuplot USES= cmake compiler:c++0x fortran tar:bzip2 +CONFLICTS= tfel-mfront-edf-3.* + OPTIONS_DEFINE= DOCS PYTHON OPTIONS_DEFAULT= DOCS PYTHON diff --git a/science/tfel/pkg-descr b/science/tfel/pkg-descr index 0d5d2d9e8dad..fb7a2d9a6c4c 100644 --- a/science/tfel/pkg-descr +++ b/science/tfel/pkg-descr @@ -1,3 +1,5 @@ +Remark: if you plan to use this port with Code_Aster, you need science/tfel-edf. + `MFront` is a code generator which translates a set of closely related domain specific languages into plain C++ on top of the `TFEL` library. Those languages covers three kind of material knowledge: