aboutsummaryrefslogtreecommitdiff
path: root/science/tfel
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-12-13 14:48:11 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-12-13 14:48:11 +0000
commit6f2f5b50710cf05a31281932997fdd1dc4719098 (patch)
treedf19191954d92b9b2e5c374f0dba0db8a28898f6 /science/tfel
parent7e758debc931fdb46d19d9739312c581e1522443 (diff)
downloadports-6f2f5b50710cf05a31281932997fdd1dc4719098.tar.gz
ports-6f2f5b50710cf05a31281932997fdd1dc4719098.zip
Notes
Diffstat (limited to 'science/tfel')
-rw-r--r--science/tfel/Makefile11
-rw-r--r--science/tfel/distinfo6
-rw-r--r--science/tfel/files/patch-cmake_modules_tfel.cmake35
-rw-r--r--science/tfel/pkg-plist336
4 files changed, 283 insertions, 105 deletions
diff --git a/science/tfel/Makefile b/science/tfel/Makefile
index 4a539e05ed98..7282fc729e84 100644
--- a/science/tfel/Makefile
+++ b/science/tfel/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tfel
-PORTVERSION= 3.3.0
-PORTREVISION= 1
+PORTVERSION= 3.4.0
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/
PKGNAMESUFFIX= -mfront
@@ -18,7 +17,7 @@ RUN_DEPENDS= gnuplot:math/gnuplot
USES= cmake compiler:c++0x fortran tar:bzip2
-CONFLICTS= tfel-mfront-edf-3.*
+CONFLICTS_INSTALL= tfel-mfront-edf-3.*
OPTIONS_DEFINE= DOCS PYTHON
OPTIONS_DEFAULT= DOCS PYTHON
@@ -42,4 +41,10 @@ CMAKE_ON+= enable-portable-build
TEST_TARGET= check
+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 <bsd.port.mk>
diff --git a/science/tfel/distinfo b/science/tfel/distinfo
index 708cdcc42d58..66f5239e70ec 100644
--- a/science/tfel/distinfo
+++ b/science/tfel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576788569
-SHA256 (tfel-3.3.0.tar.bz2) = 909ae99a801d4c3ff97e6553aa8d2dfbf60972b1f792647c6a238c651f1c0b2a
-SIZE (tfel-3.3.0.tar.bz2) = 45338371
+TIMESTAMP = 1607806349
+SHA256 (tfel-3.4.0.tar.bz2) = ea1094971d0ba547b0ff4dbe51f6576379a8d32a496a6b2bf177003e5d7eab7f
+SIZE (tfel-3.4.0.tar.bz2) = 48771248
diff --git a/science/tfel/files/patch-cmake_modules_tfel.cmake b/science/tfel/files/patch-cmake_modules_tfel.cmake
deleted file mode 100644
index a8251a73e734..000000000000
--- a/science/tfel/files/patch-cmake_modules_tfel.cmake
+++ /dev/null
@@ -1,35 +0,0 @@
---- 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/pkg-plist b/science/tfel/pkg-plist
index 6423e4c6db67..3d398cc6aca2 100644
--- a/science/tfel/pkg-plist
+++ b/science/tfel/pkg-plist
@@ -7,6 +7,7 @@ bin/mtest
bin/tfel-check
bin/tfel-config
bin/tfel-doc
+bin/tfel-unicode-filt
include/Cyrano/Behaviour.hxx
include/Cyrano/MaterialProperty.hxx
include/Cyrano/OutOfBoundsPolicy.hxx
@@ -83,8 +84,12 @@ include/MFront/BehaviourBrick/Cazacu2001StressCriterion.hxx
include/MFront/BehaviourBrick/Cazacu2004IsotropicStressCriterion.hxx
include/MFront/BehaviourBrick/Cazacu2004OrthotropicStressCriterion.hxx
include/MFront/BehaviourBrick/Chaboche2012KinematicHardeningRule.hxx
+include/MFront/BehaviourBrick/ChuNeedleman1980StrainBasedPorosityNucleationModel.hxx
+include/MFront/BehaviourBrick/ChuNeedleman1980StressBasedPorosityNucleationModel.hxx
include/MFront/BehaviourBrick/DDIF2StressPotential.hxx
include/MFront/BehaviourBrick/Drucker1949StressCriterion.hxx
+include/MFront/BehaviourBrick/GursonTvergaardNeedleman1982StressCriterion.hxx
+include/MFront/BehaviourBrick/HarmonicSumOfNortonHoffViscoplasticFlows.hxx
include/MFront/BehaviourBrick/Hill1948StressCriterion.hxx
include/MFront/BehaviourBrick/HookeStressPotential.hxx
include/MFront/BehaviourBrick/HookeStressPotentialBase.hxx
@@ -101,16 +106,29 @@ include/MFront/BehaviourBrick/KinematicHardeningRule.hxx
include/MFront/BehaviourBrick/KinematicHardeningRuleBase.hxx
include/MFront/BehaviourBrick/KinematicHardeningRuleFactory.hxx
include/MFront/BehaviourBrick/LinearIsotropicHardeningRule.hxx
+include/MFront/BehaviourBrick/MichelAndSuquet1992HollowSphereStressCriterion.hxx
include/MFront/BehaviourBrick/MisesStressCriterion.hxx
include/MFront/BehaviourBrick/MohrCoulombStressCriterion.hxx
include/MFront/BehaviourBrick/NortonHoffViscoplasticFlow.hxx
include/MFront/BehaviourBrick/OptionDescription.hxx
include/MFront/BehaviourBrick/PlasticInelasticFlow.hxx
+include/MFront/BehaviourBrick/PorosityEvolutionAlgorithm.hxx
+include/MFront/BehaviourBrick/PorosityNucleationModel.hxx
+include/MFront/BehaviourBrick/PorosityNucleationModelBase.hxx
+include/MFront/BehaviourBrick/PorosityNucleationModelFactory.hxx
+include/MFront/BehaviourBrick/PowerIsotropicHardeningRule.hxx
+include/MFront/BehaviourBrick/PowerLawStrainBasedPorosityNucleationModel.hxx
+include/MFront/BehaviourBrick/PowerLawStressBasedPorosityNucleationModel.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/RousselierTanguyBesson2002StressCriterion.hxx
+include/MFront/BehaviourBrick/StandardPorousStressCriterionBase.hxx
+include/MFront/BehaviourBrick/StandardStressCriterionBase.hxx
+include/MFront/BehaviourBrick/StrainBasedPorosityNucleationModelBase.hxx
+include/MFront/BehaviourBrick/StressBasedPorosityNucleationModelBase.hxx
include/MFront/BehaviourBrick/StressCriterion.hxx
include/MFront/BehaviourBrick/StressCriterionBase.hxx
include/MFront/BehaviourBrick/StressCriterionFactory.hxx
@@ -156,6 +174,7 @@ include/MFront/CalculiX/CalculiXTangentOperator.hxx
include/MFront/CalculiX/CalculiXTraits.hxx
include/MFront/CastemMaterialPropertyInterface.hxx
include/MFront/CodeBlock.hxx
+include/MFront/CodeBlock.ixx
include/MFront/CompiledTargetDescriptionBase.hxx
include/MFront/DSLBase.hxx
include/MFront/DSLBase.ixx
@@ -230,6 +249,9 @@ include/MFront/ModelInterfaceProxy.ixx
include/MFront/ModelQuery.hxx
include/MFront/NonLinearSystemSolver.hxx
include/MFront/NonLinearSystemSolverFactory.hxx
+include/MFront/OverridableImplementation.hxx
+include/MFront/OverridableImplementation.ixx
+include/MFront/PathSpecifier.hxx
include/MFront/PedanticMode.hxx
include/MFront/SearchPathsHandler.hxx
include/MFront/SpecificTargetDescription.hxx
@@ -299,6 +321,8 @@ include/MTest/MTest.hxx
include/MTest/MTestParser.hxx
include/MTest/MistralBehaviour.hxx
include/MTest/NonLinearConstraint.hxx
+include/MTest/PipeMesh.hxx
+include/MTest/PipeProfileHandler.hxx
include/MTest/PipeTest.hxx
include/MTest/PipeTestParser.hxx
include/MTest/RoundingMode.hxx
@@ -310,6 +334,7 @@ include/MTest/SingleStructureScheme.hxx
include/MTest/SingleStructureSchemeParser.hxx
include/MTest/Solver.hxx
include/MTest/SolverOptions.hxx
+include/MTest/SolverWorkSpace.hxx
include/MTest/StandardBehaviourBase.hxx
include/MTest/SteffensenAccelerationAlgorithm.hxx
include/MTest/StructureCurrentState.hxx
@@ -381,6 +406,10 @@ include/TFEL/Material/Cazacu2004IsotropicYieldCriterion.ixx
include/TFEL/Material/Cazacu2004OrthotropicYieldCriterion.hxx
include/TFEL/Material/Cazacu2004OrthotropicYieldCriterion.ixx
include/TFEL/Material/Cazacu2004YieldCriterionTypes.hxx
+include/TFEL/Material/ChuNeedleman1980StrainBasedNucleationModel.hxx
+include/TFEL/Material/ChuNeedleman1980StrainBasedNucleationModel.ixx
+include/TFEL/Material/ChuNeedleman1980StressBasedNucleationModel.hxx
+include/TFEL/Material/ChuNeedleman1980StressBasedNucleationModel.ixx
include/TFEL/Material/CrystalStructure.hxx
include/TFEL/Material/DDIF2Base.hxx
include/TFEL/Material/DDIF2Base.ixx
@@ -390,6 +419,10 @@ include/TFEL/Material/FiniteStrainBehaviourTangentOperator.hxx
include/TFEL/Material/FiniteStrainBehaviourTangentOperator.ixx
include/TFEL/Material/FiniteStrainBehaviourTangentOperatorBase.hxx
include/TFEL/Material/GursonTvergaardNeedleman.hxx
+include/TFEL/Material/GursonTvergaardNeedleman1982StressCriterion.hxx
+include/TFEL/Material/GursonTvergaardNeedleman1982StressCriterion.ixx
+include/TFEL/Material/HarmonicSumOfNortonHoffViscoplasticFlows.hxx
+include/TFEL/Material/HarmonicSumOfNortonHoffViscoplasticFlows.ixx
include/TFEL/Material/Hill.hxx
include/TFEL/Material/Hill.ixx
include/TFEL/Material/Hosford1972YieldCriterion.hxx
@@ -410,6 +443,8 @@ include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.hxx
include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.ixx
include/TFEL/Material/MetallicCFCSlidingSystems.hxx
include/TFEL/Material/MetallicCFCSlidingSystems.ixx
+include/TFEL/Material/MichelAndSuquet1992HollowSphereStressCriterion.hxx
+include/TFEL/Material/MichelAndSuquet1992HollowSphereStressCriterion.ixx
include/TFEL/Material/ModellingHypothesis.hxx
include/TFEL/Material/MohrCoulombYieldCriterion.hxx
include/TFEL/Material/MohrCoulombYieldCriterion.ixx
@@ -424,13 +459,21 @@ include/TFEL/Material/PiPlane.hxx
include/TFEL/Material/PiPlane.ixx
include/TFEL/Material/PolyCrystalsSlidingSystems.hxx
include/TFEL/Material/PolyCrystalsSlidingSystems.ixx
+include/TFEL/Material/PowerLawStrainBasedNucleationModel.hxx
+include/TFEL/Material/PowerLawStrainBasedNucleationModel.ixx
+include/TFEL/Material/PowerLawStressBasedNucleationModel.hxx
+include/TFEL/Material/PowerLawStressBasedNucleationModel.ixx
include/TFEL/Material/RambergOsgood.hxx
+include/TFEL/Material/RousselierTanguyBesson2002StressCriterion.hxx
+include/TFEL/Material/RousselierTanguyBesson2002StressCriterion.ixx
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/AitkenAccelerationAlgorithm.hxx
+include/TFEL/Math/AccelerationAlgorithms/AitkenAccelerationAlgorithm.ixx
include/TFEL/Math/AccelerationAlgorithms/AndersonBase.hxx
include/TFEL/Math/AccelerationAlgorithms/AndersonBase.ixx
include/TFEL/Math/AccelerationAlgorithms/CovarianceMatrix.hxx
@@ -454,6 +497,8 @@ include/TFEL/Math/FactorizedKriging.hxx
include/TFEL/Math/FactorizedKriging1D1D.hxx
include/TFEL/Math/FactorizedKriging1D2D.hxx
include/TFEL/Math/FactorizedKriging1D3D.hxx
+include/TFEL/Math/FischerBurmeister.hxx
+include/TFEL/Math/FischerBurmeister.ixx
include/TFEL/Math/Forward/Complex.hxx
include/TFEL/Math/Forward/MatrixConcept.hxx
include/TFEL/Math/Forward/ST2toST2Concept.hxx
@@ -488,6 +533,8 @@ 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/DerivativeType.hxx
+include/TFEL/Math/General/DerivativeType.ixx
include/TFEL/Math/General/DifferenceRandomAccessIterator.hxx
include/TFEL/Math/General/DotProduct.hxx
include/TFEL/Math/General/EmptyRunTimeProperties.hxx
@@ -567,6 +614,7 @@ 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/ScalarNewtonRaphson.ixx
include/TFEL/Math/Newton-Raphson/TinyNewtonRaphson.ixx
include/TFEL/Math/Parser/BinaryFunction.hxx
include/TFEL/Math/Parser/BinaryFunction.ixx
@@ -613,6 +661,8 @@ 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/BissectionAlgorithmBase.hxx
+include/TFEL/Math/RootFinding/BissectionAlgorithmBase.ixx
include/TFEL/Math/RootFinding/Broyden.ixx
include/TFEL/Math/RootFinding/Broyden2.ixx
include/TFEL/Math/RungeKutta/RungeKutta2.ixx
@@ -660,6 +710,7 @@ 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/ST2toT2View.hxx
include/TFEL/Math/ST2toT2/StensorProductLeftDerivativeExpr.hxx
include/TFEL/Math/ST2toT2/StensorProductRightDerivativeExpr.hxx
include/TFEL/Math/ST2toT2/T2toST2ST2toT2ProductExpr.hxx
@@ -667,6 +718,7 @@ 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/ScalarNewtonRaphson.hxx
include/TFEL/Math/Stensor/ConstStensorView.hxx
include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.hxx
include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.ixx
@@ -922,92 +974,88 @@ include/TFEL/Utilities/TextData.hxx
include/TFEL/Utilities/Token.hxx
%%PYTHON%%include/TFEL/tfel_physical_constants.mod
lib/libAsterInterface.so
-lib/libAsterInterface.so.3
-lib/libAsterInterface.so.3.3.0
+lib/libAsterInterface.so.3.4.0
lib/libCalculiXInterface.so
-lib/libCalculiXInterface.so.3
-lib/libCalculiXInterface.so.3.3.0
+lib/libCalculiXInterface.so.3.4.0
lib/libMFMTestGenerator.so
-lib/libMFMTestGenerator.so.3
-lib/libMFMTestGenerator.so.3.3.0
+lib/libMFMTestGenerator.so.3.4.0
lib/libMFrontLogStream.so
-lib/libMFrontLogStream.so.3
-lib/libMFrontLogStream.so.3.3.0
+lib/libMFrontLogStream.so.3.4.0
lib/libMFrontProfiling.so
-lib/libMFrontProfiling.so.3
-lib/libMFrontProfiling.so.3.3.0
+lib/libMFrontProfiling.so.3.4.0
lib/libMTestFileGenerator.so
-lib/libMTestFileGenerator.so.3
-lib/libMTestFileGenerator.so.3.3.0
+lib/libMTestFileGenerator.so.3.4.0
lib/libTFELConfig.so
-lib/libTFELConfig.so.3
-lib/libTFELConfig.so.3.3.0
+lib/libTFELConfig.so.3.4.0
lib/libTFELException.so
-lib/libTFELException.so.3
-lib/libTFELException.so.3.3.0
+lib/libTFELException.so.3.4.0
lib/libTFELGlossary.so
-lib/libTFELGlossary.so.3
-lib/libTFELGlossary.so.3.3.0
+lib/libTFELGlossary.so.3.4.0
lib/libTFELMFront.so
-lib/libTFELMFront.so.3
-lib/libTFELMFront.so.3.3.0
+lib/libTFELMFront.so.3.4.0
lib/libTFELMTest.so
-lib/libTFELMTest.so.3
-lib/libTFELMTest.so.3.3.0
+lib/libTFELMTest.so.3.4.0
lib/libTFELMaterial.so
-lib/libTFELMaterial.so.3
-lib/libTFELMaterial.so.3.3.0
+lib/libTFELMaterial.so.3.4.0
lib/libTFELMath.so
-lib/libTFELMath.so.3
-lib/libTFELMath.so.3.3.0
+lib/libTFELMath.so.3.4.0
lib/libTFELMathCubicSpline.so
-lib/libTFELMathCubicSpline.so.3
-lib/libTFELMathCubicSpline.so.3.3.0
+lib/libTFELMathCubicSpline.so.3.4.0
lib/libTFELMathKriging.so
-lib/libTFELMathKriging.so.3
-lib/libTFELMathKriging.so.3.3.0
+lib/libTFELMathKriging.so.3.4.0
lib/libTFELMathParser.so
-lib/libTFELMathParser.so.3
-lib/libTFELMathParser.so.3.3.0
+lib/libTFELMathParser.so.3.4.0
lib/libTFELNUMODIS.so
-lib/libTFELNUMODIS.so.3
-lib/libTFELNUMODIS.so.3.3.0
+lib/libTFELNUMODIS.so.3.4.0
+%%PYTHON%%lib/libTFELNumpySupport.so
+%%PYTHON%%lib/libTFELNumpySupport.so.3.4.0
lib/libTFELPhysicalConstants.so
-lib/libTFELPhysicalConstants.so.3
-lib/libTFELPhysicalConstants.so.3.3.0
+lib/libTFELPhysicalConstants.so.3.4.0
lib/libTFELSystem.so
-lib/libTFELSystem.so.3
-lib/libTFELSystem.so.3.3.0
+lib/libTFELSystem.so.3.4.0
lib/libTFELTests.so
-lib/libTFELTests.so.3
-lib/libTFELTests.so.3.3.0
+lib/libTFELTests.so.3.4.0
lib/libTFELUnicodeSupport.so
-lib/libTFELUnicodeSupport.so.3
-lib/libTFELUnicodeSupport.so.3.3.0
+lib/libTFELUnicodeSupport.so.3.4.0
lib/libTFELUtilities.so
-lib/libTFELUtilities.so.3
-lib/libTFELUtilities.so.3.3.0
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/_mfront.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/mtest/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/umatxx/Behaviour.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/umatxx/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mtest/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/mtest/_mtest.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/_stl_map.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/_stl_pair.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/_stl_tuple.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/_stl_vector.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/_tfel.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/glossary.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/material.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/math.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/system.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/tests.so
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/utilities.so
+lib/libTFELUtilities.so.3.4.0
+%%PYTHON_SITELIBDIR%%/mfront/__init__.py
+%%PYTHON_SITELIBDIR%%/mfront/__pycache__/__init__.cpython-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mfront/__pycache__/__init__.cpython-37.pyc
+%%PYTHON_SITELIBDIR%%/mfront/_mfront.so
+%%PYTHON_SITELIBDIR%%/mfront/mtest/__init__.py
+%%PYTHON_SITELIBDIR%%/mfront/mtest/__pycache__/__init__.cpython-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mfront/mtest/__pycache__/__init__.cpython-37.pyc
+%%PYTHON_SITELIBDIR%%/mfront/umatxx/Behaviour.py
+%%PYTHON_SITELIBDIR%%/mfront/umatxx/__init__.py
+%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/Behaviour.cpython-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/Behaviour.cpython-37.pyc
+%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/__init__.cpython-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mfront/umatxx/__pycache__/__init__.cpython-37.pyc
+%%PYTHON_SITELIBDIR%%/mtest/__init__.py
+%%PYTHON_SITELIBDIR%%/mtest/__pycache__/__init__.cpython-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/mtest/__pycache__/__init__.cpython-37.pyc
+%%PYTHON_SITELIBDIR%%/mtest/_mtest.so
+%%PYTHON_SITELIBDIR%%/std/__init__.py
+%%PYTHON_SITELIBDIR%%/std/__pycache__/__init__.cpython-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/std/__pycache__/__init__.cpython-37.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-37.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/tfel/__pycache__/__init__.cpython-37.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/AdditionalTangentOperatorBlock.md
+share/doc/mfront/AdditionalTangentOperatorBlocks.md
share/doc/mfront/Algorithm.md
share/doc/mfront/Author.md
share/doc/mfront/AuxiliaryStateVar.md
@@ -1109,6 +1157,8 @@ share/doc/mfront/StaticVariable.md
share/doc/mfront/StrainMeasure.md
share/doc/mfront/Swelling.md
share/doc/mfront/TangentOperator.md
+share/doc/mfront/TangentOperatorBlock.md
+share/doc/mfront/TangentOperatorBlocks.md
share/doc/mfront/Theta.md
share/doc/mfront/UpdateAuxiliaryStateVariables.md
share/doc/mfront/UpdateAuxiliaryStateVars.md
@@ -1169,6 +1219,9 @@ 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/BerveillerZaouiPolyCrystal.mfront
+share/doc/mfront/tests/behaviours/BerveillerZaouiPolyCrystal_DD_CC.mfront
+share/doc/mfront/tests/behaviours/BerveillerZaouiPolyCrystal_DD_CFC.mfront
share/doc/mfront/tests/behaviours/Burger.mfront
share/doc/mfront/tests/behaviours/Chaboche.mfront
share/doc/mfront/tests/behaviours/Chaboche2.mfront
@@ -1193,6 +1246,9 @@ 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/HosfordPerfectPlasticity.mfront
+share/doc/mfront/tests/behaviours/HosfordPerfectPlasticity2.mfront
+share/doc/mfront/tests/behaviours/HosfordPerfectPlasticity3.mfront
share/doc/mfront/tests/behaviours/ImplicitFiniteStrainNorton.mfront
share/doc/mfront/tests/behaviours/ImplicitHayhurst.mfront
share/doc/mfront/tests/behaviours/ImplicitMonoCrystal.mfront
@@ -1200,6 +1256,8 @@ 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/ImplicitNorton5.mfront
+share/doc/mfront/tests/behaviours/ImplicitNorton6.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
@@ -1229,6 +1287,7 @@ 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/MiehePhaseFieldDisplacementDeviatoricSplit.mfront
share/doc/mfront/tests/behaviours/MonoCrystal.mfront
share/doc/mfront/tests/behaviours/MonoCrystalNewtonRaphson.mfront
share/doc/mfront/tests/behaviours/MonoCrystal_DD_CC.mfront
@@ -1262,7 +1321,10 @@ 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/PerfectPlasticity.mfront
share/doc/mfront/tests/behaviours/Plasticity.mfront
+share/doc/mfront/tests/behaviours/Plasticity2.mfront
+share/doc/mfront/tests/behaviours/Plasticity3.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
@@ -1275,6 +1337,9 @@ share/doc/mfront/tests/behaviours/StationaryHeatTransfer2.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/ThermalNorton.mfront
+share/doc/mfront/tests/behaviours/ThermalNorton2.mfront
+share/doc/mfront/tests/behaviours/ThermoElasticity.mfront
share/doc/mfront/tests/behaviours/Tvergaard.mfront
share/doc/mfront/tests/behaviours/UnilateralMazars.mfront
share/doc/mfront/tests/behaviours/ViscoChaboche.mfront
@@ -1966,6 +2031,7 @@ 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/bricks/StandardElastoViscoPlasticity/castem/ThermoElasticity.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/axialgrowth.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/axialgrowth2.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/axialgrowth3.mtest
@@ -2051,9 +2117,19 @@ share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/fi
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finiterotationsmallstrainelasticity2-uniaxialloading-3-1D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finiterotationsmallstrainelasticity2-uniaxialloading-3-2D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finiterotationsmallstrainelasticity2-uniaxialloading-3-3D.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal-001.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal-012-2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal-012.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal-159.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal_numericaljacobian-001.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal_numericaljacobian-012-2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal_numericaljacobian-012.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/finitestrainsinglecrystal_numericaljacobian-159.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/implicitnorton-planestress.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/implicitnorton.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/implicitnorton2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/implicitnorton5.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/implicitnorton6.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/isotropiclinearswelling.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/isotropiclinearswelling2.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/isotropicvolumeswelling.mtest
@@ -2102,9 +2178,68 @@ share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/mi
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/mieheapellambrechtlogarithmicstrainnortoncreep-uniaxialloading-3-1D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/mieheapellambrechtlogarithmicstrainnortoncreep-uniaxialloading-3-2D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/mieheapellambrechtlogarithmicstrainnortoncreep-uniaxialloading-3-3D.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropiccreep-rk42.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropiccreep-rkCastem.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropiccreep.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity3-1.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity3-2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity3-3.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity4-1.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-1.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-10.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-11.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-12.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-13.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-14.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-15.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-16.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-17.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-18.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-19.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-20.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-21.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-22.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-23.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-24.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-3.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-4.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-5.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-6.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-7.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-8.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity5-9.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-1.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-10.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-11.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-12.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-13.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-14.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-15.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-16.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-17.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-18.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-19.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-20.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-21.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-22.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-23.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-24.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-3.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-4.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-5.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-6.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-7.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-8.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicelasticity6-9.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicswelling.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicswelling2.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/orthotropicswelling3.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/perfectplasticity.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/plasticity.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/plasticity2.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/plasticity3.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/relocationtest.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/saintvenantkirchhoffelasticity-shear-1-2D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/saintvenantkirchhoffelasticity-shear-1-3D.mtest
@@ -2132,9 +2267,12 @@ share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/sa
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/saintvenantkirchhoffelasticity-uniaxialloading-sig33-1D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/saintvenantkirchhoffelasticity-uniaxialloading-sig33-2D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/saintvenantkirchhoffelasticity-uniaxialloading-sig33-3D.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/saintvenantkirchhoffelasticity4-uniaxialloading-1-3D.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/statevariablesboundscheck.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/statevariablesboundscheck2.mtest
share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/castem/tvergaard.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/generic/GursonTvergaardNeedleman1982-test1.mtest
+share/doc/mfront/tests/behaviours/bricks/StandardElastoViscoPlasticity/generic/GursonTvergaardNeedleman1982-test2.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
@@ -2206,6 +2344,17 @@ share/doc/mfront/tests/behavioursbricks/StandardElasticity/OrthotropicStandardEl
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/ChuNeedleman1980StrainBasedNucleationModelTest.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/ChuNeedleman1980StressBasedNucleationModelTest.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/ElasticContributionToPorosityGrowth.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/GursonTvergaardNeedleman1982.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/PowerLawStrainBasedNucleationModelTest.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/PowerLawStressBasedNucleationModelTest.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/RousselierTanguyBesson2002.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHarmonicSumOfNortonHoffViscoplasticFlowsTest.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHarmonicSumOfNortonHoffViscoplasticFlowsTest2.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHarmonicSumOfNortonHoffViscoplasticFlowsTest2_nj.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityHarmonicSumOfNortonHoffViscoplasticFlowsTest_nj.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
@@ -2261,6 +2410,10 @@ share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardEl
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/StandardElastoViscoPlasticityPlasticityTest16.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest16_nj.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest17.mfront
+share/doc/mfront/tests/behavioursbricks/StandardElastoViscoPlasticity/StandardElastoViscoPlasticityPlasticityTest17_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
@@ -2385,3 +2538,58 @@ share/doc/mtest/ptest/ResidualEpsilon.md
%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/LoadInducedThermalStrain_Torelli2018.mfront
%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/MericCailletaudSingleCrystalViscoPlasticity.mfront
%%PORTDOCS%%%%DOCSDIR%%/web/gallery/viscoplasticity/MericCailletaudSingleCrystalViscoPlasticityNumericalJacobian.mfront
+%%DATADIR%%/cmake/AsterInterfaceConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/AsterInterfaceConfig.cmake
+%%DATADIR%%/cmake/CalculiXInterfaceConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/CalculiXInterfaceConfig.cmake
+%%DATADIR%%/cmake/MFMTestGeneratorConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/MFMTestGeneratorConfig.cmake
+%%DATADIR%%/cmake/MFrontLogStreamConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/MFrontLogStreamConfig.cmake
+%%DATADIR%%/cmake/MFrontProfilingConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/MFrontProfilingConfig.cmake
+%%DATADIR%%/cmake/MTestFileGeneratorConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/MTestFileGeneratorConfig.cmake
+%%DATADIR%%/cmake/TFELConfigConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELConfigConfig.cmake
+%%DATADIR%%/cmake/TFELExceptionConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELExceptionConfig.cmake
+%%DATADIR%%/cmake/TFELGlossaryConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELGlossaryConfig.cmake
+%%DATADIR%%/cmake/TFELMFrontConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMFrontConfig.cmake
+%%DATADIR%%/cmake/TFELMTestConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMTestConfig.cmake
+%%DATADIR%%/cmake/TFELMaterialConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMaterialConfig.cmake
+%%DATADIR%%/cmake/TFELMathConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMathConfig.cmake
+%%DATADIR%%/cmake/TFELMathCubicSplineConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMathCubicSplineConfig.cmake
+%%DATADIR%%/cmake/TFELMathKrigingConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMathKrigingConfig.cmake
+%%DATADIR%%/cmake/TFELMathParserConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELMathParserConfig.cmake
+%%DATADIR%%/cmake/TFELNUMODISConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELNUMODISConfig.cmake
+%%DATADIR%%/cmake/TFELNumpySupportConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELNumpySupportConfig.cmake
+%%DATADIR%%/cmake/TFELPhysicalConstantsConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELPhysicalConstantsConfig.cmake
+%%DATADIR%%/cmake/TFELSystemConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELSystemConfig.cmake
+%%DATADIR%%/cmake/TFELTestsConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELTestsConfig.cmake
+%%DATADIR%%/cmake/TFELUnicodeSupportConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELUnicodeSupportConfig.cmake
+%%DATADIR%%/cmake/TFELUtilitiesConfig-%%CMAKE_BUILD_TYPE%%.cmake
+%%DATADIR%%/cmake/TFELUtilitiesConfig.cmake
+%%DATADIR%%/test-suite/clean.sh
+%%DATADIR%%/test-suite/madnex/MFront-test1.madnex
+%%DATADIR%%/test-suite/madnex/MadnexTest.py
+%%DATADIR%%/test-suite/madnex/OverridableImplementation.py
+%%DATADIR%%/test-suite/madnex/Plasticity.mfront
+%%DATADIR%%/test-suite/madnex/madnex.check
+%%PYTHON%%%%DATADIR%%/test-suite/python-bindings/MaterialPropertyTest.py
+%%PYTHON%%%%DATADIR%%/test-suite/python-bindings/material-properties.check
+%%PYTHON%%%%DATADIR%%/test-suite/python-bindings/test-mp.mfront