Date: Sat, 02 May 2026 10:20:25 +0000 From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a70156730b2 - main - science/tfel: upgrade to 5.1.0 Message-ID: <69f5cfe9.23ff4.7fe2673e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a70156730b22e6f12bd25e55ca3bce3cde2eb9b commit 3a70156730b22e6f12bd25e55ca3bce3cde2eb9b Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2026-05-01 23:22:36 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2026-05-02 10:20:15 +0000 science/tfel: upgrade to 5.1.0 - Releases notes at https://github.com/thelfer/tfel/releases - Take maintainership. --- science/tfel/Makefile | 28 +- science/tfel/distinfo | 6 +- science/tfel/pkg-plist | 2090 ++++++++++++++++++++++-------------------------- 3 files changed, 976 insertions(+), 1148 deletions(-) diff --git a/science/tfel/Makefile b/science/tfel/Makefile index 6570b3866487..a43ddf4e14b5 100644 --- a/science/tfel/Makefile +++ b/science/tfel/Makefile @@ -1,21 +1,24 @@ PORTNAME= tfel -PORTVERSION= 4.0.0 -PORTREVISION= 9 +PORTVERSION= 5.1.0 CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/ +MASTER_SITES= https://github.com/thelfer/tfel/archive/refs/tags/ PKGNAMESUFFIX= -mfront +DISTNAME= ${PORTNAME:tu}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thierry@FreeBSD.org COMMENT= Code generation tool dedicated to material knowledge WWW= https://github.com/thelfer/tfel LICENSE= GPLv3 -BUILD_DEPENDS= gnuplot:math/gnuplot +BUILD_DEPENDS= gnuplot:math/gnuplot \ + pybind11>0:devel/pybind11 RUN_DEPENDS= gnuplot:math/gnuplot USES= cmake compiler:c++0x fortran +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} + CONFLICTS_INSTALL= tfel-mfront-edf-3.* OPTIONS_DEFINE= DOCS PYTHON @@ -41,21 +44,10 @@ CMAKE_ON+= enable-portable-build TEST_TARGET= check -.include <bsd.port.pre.mk> - -post-patch: -.if ${COMPILER_TYPE} == clang - @${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function|' \ - ${WRKSRC}/include/NUMODIS/Math/Utilities.hxx \ - ${WRKSRC}/include/TFEL/Math/General/Abs.hxx - @${REINPLACE_CMD} -e 's|std::binary_function|std::__binary_function|' \ - ${WRKSRC}/include/TFEL/Math/General/AbsCompare.hxx -.endif - -post-install: +post-install-PYTHON-on: (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.post.mk> +.include <bsd.port.mk> diff --git a/science/tfel/distinfo b/science/tfel/distinfo index e9f6e5bae39b..dc360f780093 100644 --- a/science/tfel/distinfo +++ b/science/tfel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645006901 -SHA256 (tfel-4.0.0.tar.gz) = 8c9c05eaf0c5a5ea674943ecccd3204ce529547b1d26ef149cb7f6466ee2131c -SIZE (tfel-4.0.0.tar.gz) = 67191827 +TIMESTAMP = 1777665972 +SHA256 (TFEL-5.1.0.tar.gz) = 1afd98200de332e97e86d109ce0e1aaa8f18cc6c6c81daec3218809509cdfad7 +SIZE (TFEL-5.1.0.tar.gz) = 74091269 diff --git a/science/tfel/pkg-plist b/science/tfel/pkg-plist index 1943b5790eed..91bdbb6ab468 100644 --- a/science/tfel/pkg-plist +++ b/science/tfel/pkg-plist @@ -45,6 +45,7 @@ include/MFMTestGenerator/Forward.hxx include/MFMTestGenerator/InputFileGeneratorFactory.hxx include/MFMTestGenerator/LicosInputFileGenerators.hxx include/MFMTestGenerator/Log.hxx +include/MFMTestGenerator/MFMTestGeneratorFileExport.hxx include/MFMTestGenerator/MTestInputFileGenerators.hxx include/MFMTestGenerator/TestCaseBase.hxx include/MFMTestGenerator/TestCaseParameters.hxx @@ -52,6 +53,7 @@ include/MFMTestGenerator/TestCaseParameters.ixx include/MFMTestGenerator/Times.hxx include/MFMTestGenerator/UniaxialTensileTest.hxx include/MFront/AbstractBehaviourBrick.hxx +include/MFront/AbstractBehaviourCodeGenerator.hxx include/MFront/AbstractBehaviourDSL.hxx include/MFront/AbstractBehaviourInterface.hxx include/MFront/AbstractDSL.hxx @@ -74,7 +76,6 @@ 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 @@ -86,7 +87,10 @@ include/MFront/BehaviourBrick/Cazacu2004OrthotropicStressCriterion.hxx include/MFront/BehaviourBrick/Chaboche2012KinematicHardeningRule.hxx include/MFront/BehaviourBrick/ChuNeedleman1980StrainBasedPorosityNucleationModel.hxx include/MFront/BehaviourBrick/ChuNeedleman1980StressBasedPorosityNucleationModel.hxx +include/MFront/BehaviourBrick/CowperSymondsStrainRateSensitivityFactor.hxx include/MFront/BehaviourBrick/DDIF2StressPotential.hxx +include/MFront/BehaviourBrick/DataIsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/DelobelleRobinetSchafflerKinematicHardeningRule.hxx include/MFront/BehaviourBrick/Drucker1949StressCriterion.hxx include/MFront/BehaviourBrick/GursonTvergaardNeedleman1982StressCriterion.hxx include/MFront/BehaviourBrick/HarmonicSumOfNortonHoffViscoplasticFlows.hxx @@ -98,10 +102,9 @@ 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/JohnsonCookStrainRateSensitivityFactor.hxx include/MFront/BehaviourBrick/KinematicHardeningRule.hxx include/MFront/BehaviourBrick/KinematicHardeningRuleBase.hxx include/MFront/BehaviourBrick/KinematicHardeningRuleFactory.hxx @@ -121,9 +124,14 @@ include/MFront/BehaviourBrick/PowerLawStrainBasedPorosityNucleationModel.hxx include/MFront/BehaviourBrick/PowerLawStressBasedPorosityNucleationModel.hxx include/MFront/BehaviourBrick/PragerKinematicHardeningRule.hxx include/MFront/BehaviourBrick/RousselierTanguyBesson2002StressCriterion.hxx +include/MFront/BehaviourBrick/ScalarDamageHookeStressPotential.hxx +include/MFront/BehaviourBrick/ScalarDamageHookeStressPotentialBase.hxx include/MFront/BehaviourBrick/StandardPorousStressCriterionBase.hxx include/MFront/BehaviourBrick/StandardStressCriterionBase.hxx include/MFront/BehaviourBrick/StrainBasedPorosityNucleationModelBase.hxx +include/MFront/BehaviourBrick/StrainRateSensitiveIsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/StrainRateSensitivityFactor.hxx +include/MFront/BehaviourBrick/StrainRateSensitivityFactorFactory.hxx include/MFront/BehaviourBrick/StressBasedPorosityNucleationModelBase.hxx include/MFront/BehaviourBrick/StressCriterion.hxx include/MFront/BehaviourBrick/StressCriterionBase.hxx @@ -131,21 +139,22 @@ include/MFront/BehaviourBrick/StressCriterionFactory.hxx include/MFront/BehaviourBrick/StressPotential.hxx include/MFront/BehaviourBrick/StressPotentialFactory.hxx include/MFront/BehaviourBrick/SwiftIsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/UserDefinedIsotropicHardeningRule.hxx +include/MFront/BehaviourBrick/UserDefinedViscoplasticFlow.hxx include/MFront/BehaviourBrick/ViscoplasticFlowBase.hxx include/MFront/BehaviourBrick/VoceIsotropicHardeningRule.hxx include/MFront/BehaviourBrickBase.hxx include/MFront/BehaviourBrickDescription.hxx include/MFront/BehaviourBrickFactory.hxx +include/MFront/BehaviourCodeGeneratorBase.hxx include/MFront/BehaviourDSLBase.hxx include/MFront/BehaviourDSLBase.ixx include/MFront/BehaviourDSLCommon.hxx -include/MFront/BehaviourDSLCommon.ixx include/MFront/BehaviourDSLDescription.hxx +include/MFront/BehaviourDSLUtilities.hxx 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 @@ -153,6 +162,7 @@ include/MFront/BehaviourMaterialProperty.hxx include/MFront/BehaviourProfiler.hxx include/MFront/BehaviourQuery.hxx include/MFront/BehaviourSymmetryType.hxx +include/MFront/BehaviourVariableDescription.hxx include/MFront/CMakeGenerator.hxx include/MFront/CalculiX/CalculiX.hxx include/MFront/CalculiX/CalculiXBehaviourHandler.hxx @@ -169,8 +179,11 @@ include/MFront/CalculiX/CalculiXStressFreeExpansionHandler.hxx include/MFront/CalculiX/CalculiXTangentOperator.hxx include/MFront/CalculiX/CalculiXTraits.hxx include/MFront/CastemMaterialPropertyInterface.hxx +include/MFront/CastemModelInterface.hxx include/MFront/CodeBlock.hxx include/MFront/CodeBlock.ixx +include/MFront/CodeGeneratorUtilities.hxx +include/MFront/CodeGeneratorUtilities.ixx include/MFront/CompiledTargetDescriptionBase.hxx include/MFront/DSLBase.hxx include/MFront/DSLBase.ixx @@ -178,12 +191,18 @@ include/MFront/DSLFactory.hxx include/MFront/DSLProxy.hxx include/MFront/DSLProxy.ixx include/MFront/DSLUtilities.hxx +include/MFront/DSLUtilities.ixx +include/MFront/DataInterpolationUtilities.hxx +include/MFront/DefaultCZMCodeGenerator.hxx include/MFront/DefaultCZMDSL.hxx +include/MFront/DefaultCodeGeneratorBase.hxx include/MFront/DefaultDSL.hxx include/MFront/DefaultDSLBase.hxx +include/MFront/DefaultFiniteStrainCodeGenerator.hxx include/MFront/DefaultFiniteStrainDSL.hxx include/MFront/DefaultGenericBehaviourDSL.hxx include/MFront/DefaultModelDSL.hxx +include/MFront/DocumentationGeneratorBase.hxx include/MFront/ExecutableDescription.hxx include/MFront/FileDescription.hxx include/MFront/GeneratorOptions.hxx @@ -191,17 +210,33 @@ include/MFront/GenericBehaviour/BehaviourData.h include/MFront/GenericBehaviour/BehaviourData.hxx include/MFront/GenericBehaviour/ComputeStiffnessTensor.hxx include/MFront/GenericBehaviour/ComputeStiffnessTensor.ixx +include/MFront/GenericBehaviour/GenericBehaviourTraits.hxx +include/MFront/GenericBehaviour/GreenLagrangeStrainIntegrate.hxx include/MFront/GenericBehaviour/Integrate.hxx +include/MFront/GenericBehaviour/LogarithmicStrainIntegrate.hxx +include/MFront/GenericBehaviour/StandardFiniteStrainBehaviourIntegrate.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/GenericBehaviourMTestFileGenerator.hxx include/MFront/GenericBehaviourSmallStrainMTestFileGenerator.hxx include/MFront/GenericBehaviourSymbolsGenerator.hxx include/MFront/GenericData.hxx +include/MFront/GenericMaterialProperty/MaterialProperty.h +include/MFront/GenericMaterialProperty/OutOfBoundsPolicy.h +include/MFront/GenericMaterialProperty/OutputStatus.h +include/MFront/GenericMaterialProperty/Types.h +include/MFront/GenericMaterialProperty/Types.hxx +include/MFront/GenericMaterialPropertyInterface.hxx +include/MFront/GenericMaterialPropertyInterfaceBase.hxx +include/MFront/GenericModelInterface.hxx +include/MFront/GlobalDomainSpecificLanguageOptionsManager.hxx include/MFront/Gradient.hxx +include/MFront/ImplicitCZMDSL.hxx +include/MFront/ImplicitCodeGeneratorBase.hxx include/MFront/ImplicitDSL.hxx include/MFront/ImplicitDSLBase.hxx include/MFront/ImplicitDSLII.hxx @@ -213,12 +248,17 @@ include/MFront/InitInterfaces.hxx include/MFront/InstallPath.hxx include/MFront/IntegrationScheme.hxx include/MFront/InterfaceBase.hxx +include/MFront/IsotropicBehaviourCodeGeneratorBase.hxx +include/MFront/IsotropicMisesCreepCodeGenerator.hxx +include/MFront/IsotropicMisesPlasticFlowCodeGenerator.hxx +include/MFront/IsotropicStrainHardeningMisesCreepCodeGenerator.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/MFrontDatabase.hxx include/MFront/MFrontDebugMode.hxx include/MFront/MFrontHeader.hxx include/MFront/MFrontLock.hxx @@ -226,8 +266,12 @@ include/MFront/MFrontLogStream.hxx include/MFront/MFrontTemplateGenerationOptions.hxx include/MFront/MFrontUtilities.hxx include/MFront/MFrontUtilities.ixx +include/MFront/MFrontWarningMode.hxx include/MFront/MTestFileGeneratorBase.hxx include/MFront/MakefileGenerator.hxx +include/MFront/MaterialKnowledgeAttribute.hxx +include/MFront/MaterialKnowledgeDescription.hxx +include/MFront/MaterialKnowledgeDescription.ixx include/MFront/MaterialKnowledgeType.hxx include/MFront/MaterialPropertyDSL.hxx include/MFront/MaterialPropertyDescription.hxx @@ -245,12 +289,16 @@ include/MFront/ModelInterfaceFactory.hxx include/MFront/ModelInterfaceProxy.hxx include/MFront/ModelInterfaceProxy.ixx include/MFront/ModelQuery.hxx +include/MFront/MultipleIsotropicMisesFlowsCodeGenerator.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/QueryHandlerBase.hxx +include/MFront/QueryUtilities.hxx +include/MFront/RungeKuttaCodeGeneratorBase.hxx include/MFront/SearchPathsHandler.hxx include/MFront/SpecificTargetDescription.hxx include/MFront/StaticVarHandler.hxx @@ -280,10 +328,12 @@ include/MTest/AnsysSmallStrainBehaviour.hxx include/MTest/AnsysStandardBehaviour.hxx include/MTest/AsterCohesiveZoneModel.hxx include/MTest/AsterFiniteStrainBehaviour.hxx +include/MTest/AsterLogarithmicStrainBehaviourWrapper.hxx include/MTest/AsterSmallStrainBehaviour.hxx include/MTest/AsterStandardBehaviour.hxx include/MTest/Behaviour.hxx include/MTest/BehaviourWorkSpace.hxx +include/MTest/BehaviourWrapperBase.hxx include/MTest/CalculiXFiniteStrainBehaviour.hxx include/MTest/CalculiXSmallStrainBehaviour.hxx include/MTest/CalculiXStandardBehaviour.hxx @@ -294,6 +344,7 @@ include/MTest/CastemFiniteStrainBehaviour.hxx include/MTest/CastemFiniteStrainBehaviour2.hxx include/MTest/CastemInterfaceVersion.hxx include/MTest/CastemMaterialProperty.hxx +include/MTest/CastemModel.hxx include/MTest/CastemSmallStrainBehaviour.hxx include/MTest/CastemStandardBehaviour.hxx include/MTest/CastemUmatFiniteStrainBehaviour.hxx @@ -307,23 +358,27 @@ include/MTest/CyranoBehaviour.hxx include/MTest/CyranoEvolution.hxx include/MTest/CyranoMaterialProperty.hxx include/MTest/DianaFEASmallStrainBehaviour.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/GenericEvolution.hxx +include/MTest/GenericMaterialProperty.hxx include/MTest/GenericSolver.hxx include/MTest/ImposedGradient.hxx include/MTest/ImposedThermodynamicForce.hxx include/MTest/IronsTuckAccelerationAlgorithm.hxx include/MTest/MTest.hxx +include/MTest/MTestFileExport.hxx include/MTest/MTestParser.hxx include/MTest/MaterialProperty.hxx include/MTest/MaterialPropertyBase.hxx include/MTest/MistralBehaviour.hxx include/MTest/NonLinearConstraint.hxx +include/MTest/OxidationStatusEvolution.hxx +include/MTest/PipeFailureCriteriaFactory.hxx +include/MTest/PipeFailureCriterion.hxx include/MTest/PipeMesh.hxx include/MTest/PipeProfileHandler.hxx include/MTest/PipeTest.hxx @@ -369,14 +424,7 @@ 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/TemperatureGradientType.hxx -include/TFEL/Config/Internals/ThermalConductivityMatrixType.hxx include/TFEL/Config/TFELConfig.hxx include/TFEL/Config/TFELTypes.hxx include/TFEL/Config/TFEL_MATH_Config.hxx @@ -400,6 +448,8 @@ include/TFEL/Glossary/Forward/Glossary.hxx include/TFEL/Glossary/Glossary.hxx include/TFEL/Glossary/GlossaryEntry.hxx include/TFEL/Macros.hxx +include/TFEL/Material/AnisotropicEshelbyTensor.hxx +include/TFEL/Material/AnisotropicEshelbyTensor.ixx include/TFEL/Material/Barlat2004YieldCriterion.hxx include/TFEL/Material/Barlat2004YieldCriterion.ixx include/TFEL/Material/BoundsCheck.hxx @@ -419,6 +469,9 @@ include/TFEL/Material/DDIF2Base.hxx include/TFEL/Material/DDIF2Base.ixx include/TFEL/Material/Drucker1949YieldCriterion.hxx include/TFEL/Material/Drucker1949YieldCriterion.ixx +include/TFEL/Material/Eshelby.hxx +include/TFEL/Material/EshelbyBasedHomogenization.hxx +include/TFEL/Material/EshelbyTolerances.hxx include/TFEL/Material/FiniteStrainBehaviourTangentOperator.hxx include/TFEL/Material/FiniteStrainBehaviourTangentOperator.ixx include/TFEL/Material/FiniteStrainBehaviourTangentOperatorBase.hxx @@ -431,11 +484,23 @@ include/TFEL/Material/Hill.hxx include/TFEL/Material/Hill.ixx include/TFEL/Material/Hosford1972YieldCriterion.hxx include/TFEL/Material/Hosford1972YieldCriterion.ixx +include/TFEL/Material/InverseLangevinFunction.hxx +include/TFEL/Material/InverseLangevinFunction.ixx +include/TFEL/Material/IsotropicEshelbyTensor.hxx +include/TFEL/Material/IsotropicEshelbyTensor.ixx include/TFEL/Material/IsotropicLinearFourierHookLaw.hxx include/TFEL/Material/IsotropicLinearFourierLaw.hxx +include/TFEL/Material/IsotropicModuli.hxx +include/TFEL/Material/IsotropicModuli.ixx include/TFEL/Material/IsotropicPlasticity.hxx include/TFEL/Material/IsotropicPlasticity.ixx include/TFEL/Material/Lame.hxx +include/TFEL/Material/LinearHomogenizationBounds.hxx +include/TFEL/Material/LinearHomogenizationBounds.ixx +include/TFEL/Material/LinearHomogenizationSchemes.hxx +include/TFEL/Material/LinearHomogenizationSchemes.ixx +include/TFEL/Material/LocalisationTensor.hxx +include/TFEL/Material/LocalisationTensor.ixx include/TFEL/Material/LogarithmicStrainComputeAxialStrainIncrementElasticPrediction.hxx include/TFEL/Material/LogarithmicStrainComputeAxialStrainIncrementElasticPrediction.ixx include/TFEL/Material/LogarithmicStrainHandler.hxx @@ -449,6 +514,9 @@ include/TFEL/Material/MetallicCFCSlidingSystems.hxx include/TFEL/Material/MetallicCFCSlidingSystems.ixx include/TFEL/Material/MichelAndSuquet1992HollowSphereStressCriterion.hxx include/TFEL/Material/MichelAndSuquet1992HollowSphereStressCriterion.ixx +include/TFEL/Material/MicrostructureDescription.hxx +include/TFEL/Material/MicrostructureLinearHomogenization.hxx +include/TFEL/Material/MicrostructureLinearHomogenization.ixx include/TFEL/Material/ModellingHypothesis.hxx include/TFEL/Material/MohrCoulombYieldCriterion.hxx include/TFEL/Material/MohrCoulombYieldCriterion.ixx @@ -491,6 +559,7 @@ include/TFEL/Math/Array/ArrayCommonMethods.ixx include/TFEL/Math/Array/ArrayConcept.hxx include/TFEL/Math/Array/ArrayPolicies.hxx include/TFEL/Math/Array/ArrayPolicies.ixx +include/TFEL/Math/Array/CoalescedView.hxx include/TFEL/Math/Array/ConstFixedSizeArrayBase.hxx include/TFEL/Math/Array/ConstFixedSizeArrayBase.ixx include/TFEL/Math/Array/ConstRuntimeArrayBase.hxx @@ -554,6 +623,7 @@ include/TFEL/Math/Forward/vector.hxx include/TFEL/Math/General/Abs.hxx include/TFEL/Math/General/AbsCompare.hxx include/TFEL/Math/General/BasicOperations.hxx +include/TFEL/Math/General/Compare.hxx include/TFEL/Math/General/Complex.hxx include/TFEL/Math/General/ComputeBinaryResult.hxx include/TFEL/Math/General/ComputeObjectTag.hxx @@ -604,9 +674,12 @@ 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/LinearInterpolation.hxx +include/TFEL/Math/LinearInterpolation.ixx include/TFEL/Math/MathException.hxx include/TFEL/Math/Matrix/MatrixConcept.hxx include/TFEL/Math/Matrix/MatrixConceptOperations.hxx +include/TFEL/Math/Matrix/TMatrixTMatrixExpr.hxx include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx include/TFEL/Math/Matrix/TVectorTMatrixExpr.hxx include/TFEL/Math/Matrix/TinyMatrixInvert.ixx @@ -632,6 +705,8 @@ include/TFEL/Math/NonLinearSolvers/TinyNonLinearSolverBase.ixx include/TFEL/Math/NonLinearSolvers/TinyPowellDogLegAlgorithmBase.hxx include/TFEL/Math/NonLinearSolvers/TinyPowellDogLegBroydenSolver.ixx include/TFEL/Math/NonLinearSolvers/TinyPowellDogLegNewtonRaphsonSolver.ixx +include/TFEL/Math/NumericalIntegration/GaussKronrodQuadrature.hxx +include/TFEL/Math/NumericalIntegration/GaussKronrodQuadrature.ixx include/TFEL/Math/Parser/BinaryFunction.hxx include/TFEL/Math/Parser/BinaryFunction.ixx include/TFEL/Math/Parser/BinaryOperator.hxx @@ -665,6 +740,8 @@ 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/PowerFunction.hxx +include/TFEL/Math/Parser/PowerFunction.ixx include/TFEL/Math/Parser/Variable.hxx include/TFEL/Math/QR/QRDecomp.hxx include/TFEL/Math/QR/QRDecomp.ixx @@ -686,7 +763,6 @@ 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/ConvertKirchhoffStressDerivativeToSpatialModuli.hxx include/TFEL/Math/ST2toST2/ConvertLogarithmicStrainTangentOperator.hxx include/TFEL/Math/ST2toST2/ConvertSpatialModuliToKirchhoffJaumanRateModuli.hxx @@ -730,6 +806,8 @@ 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/HarariEigenSolver.hxx +include/TFEL/Math/Stensor/Internals/HarariEigenSolver.ixx include/TFEL/Math/Stensor/Internals/SortEigenValues.hxx include/TFEL/Math/Stensor/Internals/SortEigenVectors.hxx include/TFEL/Math/Stensor/Internals/StensorChangeBasis.hxx @@ -745,7 +823,6 @@ include/TFEL/Math/Stensor/StensorConceptIO.hxx include/TFEL/Math/Stensor/StensorConceptOperations.hxx include/TFEL/Math/Stensor/StensorConceptOperations.ixx include/TFEL/Math/Stensor/StensorProduct.hxx -include/TFEL/Math/Stensor/StensorSizeToDime.hxx include/TFEL/Math/Stensor/SymmetricStensorProduct.hxx include/TFEL/Math/Stensor/SymmetricStensorProduct.ixx include/TFEL/Math/Stensor/stensor.ixx @@ -785,7 +862,6 @@ include/TFEL/Math/Tensor/TensorConceptIO.hxx include/TFEL/Math/Tensor/TensorConceptOperations.hxx include/TFEL/Math/Tensor/TensorConceptOperations.ixx 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 @@ -822,7 +898,10 @@ include/TFEL/Math/t2tot2.hxx include/TFEL/Math/tensor.hxx include/TFEL/Math/tmatrix.hxx include/TFEL/Math/tvector.hxx +include/TFEL/Math/types.hxx +include/TFEL/Math/types.ixx include/TFEL/Math/vector.hxx +include/TFEL/Metaprogramming/Concepts.hxx include/TFEL/Metaprogramming/EmptyClass.hxx include/TFEL/Metaprogramming/Forward/TypeList.hxx include/TFEL/Metaprogramming/GenerateTypeList.hxx @@ -832,9 +911,7 @@ 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/MakeIntegerRange.hxx -include/TFEL/Metaprogramming/ResultOf.hxx include/TFEL/Metaprogramming/TypeList.hxx include/TFEL/Metaprogramming/TypeList.ixx include/TFEL/PhysicalConstants.hxx @@ -846,6 +923,7 @@ include/TFEL/System/ChildProcess.hxx include/TFEL/System/ExternalBehaviourDescription.hxx include/TFEL/System/ExternalFunctionsPrototypes.hxx include/TFEL/System/ExternalLibraryManager.hxx +include/TFEL/System/ExternalMaterialKnowledgeDescription.hxx include/TFEL/System/ExternalMaterialPropertyDescription.hxx include/TFEL/System/LibraryInformation.hxx include/TFEL/System/ProcessManager.h @@ -875,7 +953,7 @@ include/TFEL/System/stream_traits.hxx include/TFEL/System/wfstream.hxx include/TFEL/System/wstreamView.hxx include/TFEL/System/wstreamView.ixx -%%PYTHON%%include/TFEL/TFELPHYSICALCONSTANTS.INC +include/TFEL/TFELPHYSICALCONSTANTS.INC include/TFEL/Tests/MultipleTestOutputs.hxx include/TFEL/Tests/StdStreamTestOutput.hxx include/TFEL/Tests/Test.hxx @@ -957,6 +1035,8 @@ lib/libTFELGlossary.so lib/libTFELGlossary.so.%%VER%% lib/libTFELMFront.so lib/libTFELMFront.so.%%VER%% +lib/libTFELMFrontDatabase.so +lib/libTFELMFrontDatabase.so.%%VER%% lib/libTFELMTest.so lib/libTFELMTest.so.%%VER%% lib/libTFELMaterial.so @@ -971,8 +1051,6 @@ lib/libTFELMathParser.so lib/libTFELMathParser.so.%%VER%% lib/libTFELNUMODIS.so lib/libTFELNUMODIS.so.%%VER%% -lib/libTFELNumpySupport.so -lib/libTFELNumpySupport.so.%%VER%% lib/libTFELSystem.so lib/libTFELSystem.so.%%VER%% lib/libTFELTests.so @@ -981,10 +1059,18 @@ lib/libTFELUnicodeSupport.so lib/libTFELUnicodeSupport.so.%%VER%% lib/libTFELUtilities.so lib/libTFELUtilities.so.%%VER%% +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfm_test_generator/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfm_test_generator/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfm_test_generator/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfm_test_generator/_mfm_test_generator%%PYTHON_TAG%%.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/__pycache__/__init__%%PYTHON_TAG%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/_mfront.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/_mfront%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/database/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/database/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/database/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/database/_mfront_database%%PYTHON_TAG%%.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/mtest/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/mtest/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mfront/mtest/__pycache__/__init__%%PYTHON_TAG%%.pyc @@ -997,33 +1083,33 @@ lib/libTFELUtilities.so.%%VER%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/mtest/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mtest/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mtest/__pycache__/__init__%%PYTHON_TAG%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/mtest/_mtest.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/std/__pycache__/__init__%%PYTHON_TAG%%.pyc -%%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%%/mtest/_mtest%%PYTHON_TAG%%.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/__pycache__/__init__%%PYTHON_TAG%%.pyc -%%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 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/_tfel%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/glossary%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/material/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/material/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/material/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/material/_material%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/material/homogenization%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/math%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/system%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/tests%%PYTHON_TAG%%.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/tfel/utilities%%PYTHON_TAG%%.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/AuxiliaryModel.md share/doc/mfront/AuxiliaryStateVar.md share/doc/mfront/AuxiliaryStateVariable.md share/doc/mfront/AxialGrowth.md share/doc/mfront/Behaviour.md +share/doc/mfront/BehaviourVariable.md +share/doc/mfront/BehaviourVariableFactory.md share/doc/mfront/Bounds.md share/doc/mfront/Brick.md share/doc/mfront/Coef.md @@ -1036,6 +1122,10 @@ share/doc/mfront/ComputeThermalExpansion.md share/doc/mfront/CrystalStructure.md share/doc/mfront/DSL.md share/doc/mfront/Date.md +share/doc/mfront/Default/Integrator.md +share/doc/mfront/DefaultCZM/Integrator.md +share/doc/mfront/DefaultFiniteStrain/Integrator.md +share/doc/mfront/DefaultGenericBehaviour/Integrator.md share/doc/mfront/Description.md share/doc/mfront/DislocationsMeanFreePathInteractionMatrix.md share/doc/mfront/DissipatedEnergy.md @@ -1052,12 +1142,19 @@ share/doc/mfront/ExternalStateVariable.md share/doc/mfront/GlidingSystem.md share/doc/mfront/GlidingSystems.md share/doc/mfront/Implicit/HillTensor.md +share/doc/mfront/Implicit/Integrator.md +share/doc/mfront/ImplicitCZM/Integrator.md +share/doc/mfront/ImplicitFiniteStrain/Integrator.md +share/doc/mfront/ImplicitGenericBehaviour/Integrator.md +share/doc/mfront/ImplicitII/Integrator.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/InitializeFunction.md +share/doc/mfront/InitializeFunctionVariable.md share/doc/mfront/InitializeJacobian.md share/doc/mfront/InitializeJacobianInvert.md share/doc/mfront/InitializeLocalVariables.md @@ -1067,6 +1164,8 @@ share/doc/mfront/Interface.md share/doc/mfront/InternalEnergy.md share/doc/mfront/IsotropicBehaviour.md share/doc/mfront/IsotropicElasticBehaviour.md +share/doc/mfront/IsotropicHardeningRule.md +share/doc/mfront/IsotropicHardeningRules.md share/doc/mfront/IterMax.md share/doc/mfront/JacobianComparisonCriterion.md share/doc/mfront/JacobianComparisonCriterium.md @@ -1076,12 +1175,20 @@ 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/Data.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/MaterialProperty/Constant.md +share/doc/mfront/MaterialProperty/Data.md +share/doc/mfront/MaterialProperty/Function.md +share/doc/mfront/MaterialProperty/Input.md +share/doc/mfront/MaterialProperty/Law.md +share/doc/mfront/MaterialProperty/MFront.md +share/doc/mfront/MaterialProperty/Output.md share/doc/mfront/MaximalTimeStepScalingFactor.md share/doc/mfront/MaximumNumberOfIterations.md share/doc/mfront/MinimalTimeStepScalingFactor.md @@ -1092,6 +1199,7 @@ 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/Integrator.md share/doc/mfront/Model/LocalParameter.md share/doc/mfront/Model/Model.md share/doc/mfront/Model/Output.md @@ -1101,6 +1209,8 @@ share/doc/mfront/Parameter.md share/doc/mfront/Parser.md share/doc/mfront/PerturbationValueForNumericalJacobianComputation.md share/doc/mfront/PhysicalBounds.md +share/doc/mfront/PostProcessing.md +share/doc/mfront/PostProcessingVariable.md share/doc/mfront/Private.md share/doc/mfront/ProcessNewCorrection.md share/doc/mfront/ProcessNewEstimate.md @@ -1126,6 +1236,7 @@ share/doc/mfront/TangentOperator.md share/doc/mfront/TangentOperatorBlock.md share/doc/mfront/TangentOperatorBlocks.md share/doc/mfront/Theta.md +share/doc/mfront/UnitSystem.md share/doc/mfront/UpdateAuxiliaryStateVariables.md share/doc/mfront/UpdateAuxiliaryStateVars.md share/doc/mfront/UsableInPurelyImplicitResolution.md @@ -1138,6 +1249,11 @@ 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/dianafea/CMakeLists.txt +share/doc/mfront/dianafea/dianafea_external_behaviour_call.cxx +share/doc/mfront/dianafea/test-usrmat.cxx +share/doc/mfront/dianafea/test.f90 +share/doc/mfront/dianafea/usrmat.f90 share/doc/mfront/gallery/damage/FichantLaBorderieDamageBehaviour.mfront share/doc/mfront/gallery/damage/Marigo.mfront share/doc/mfront/gallery/damage/Mazars.mfront @@ -1183,8 +1299,25 @@ 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/AuxiliaryModels/AuxiliaryModel1.mfront +share/doc/mfront/tests/behaviours/AuxiliaryModels/AuxiliaryModelTest1.mfront +share/doc/mfront/tests/behaviours/AuxiliaryModels/AuxiliaryModelTest2.mfront +share/doc/mfront/tests/behaviours/AuxiliaryModels/AuxiliaryModelTest3.mfront +share/doc/mfront/tests/behaviours/AuxiliaryModels/AuxiliaryModelTest4.mfront +share/doc/mfront/tests/behaviours/AuxiliaryModels/AuxiliaryModelTest5.mfront +share/doc/mfront/tests/behaviours/AuxiliaryModels/VonMisesStress.mfront share/doc/mfront/tests/behaviours/AxialGrowth.mfront share/doc/mfront/tests/behaviours/AxialGrowth2.mfront +share/doc/mfront/tests/behaviours/BehaviourVariable/BehaviourVariable1.mfront +share/doc/mfront/tests/behaviours/BehaviourVariable/BehaviourVariableFactory1.mfront +share/doc/mfront/tests/behaviours/BehaviourVariable/BehaviourVariablePlasticity.mfront +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/auxiliary_model_test1.mtest +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/auxiliary_model_test2.mtest +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/auxiliary_model_test3.mtest +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/auxiliary_model_test4.mtest +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/auxiliary_model_test5.mtest +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/behaviour_variable1.mtest +share/doc/mfront/tests/behaviours/BehaviourVariable/generic/behaviour_variable_factory1.mtest 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 @@ -1196,18 +1329,43 @@ 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/ComputeThermalExpansion4.mfront +share/doc/mfront/tests/behaviours/ComputeThermalExpansion5.mfront +share/doc/mfront/tests/behaviours/ComputeThermalExpansion6.mfront share/doc/mfront/tests/behaviours/DDIF2.mfront +share/doc/mfront/tests/behaviours/DDIF2/DDIF2.mfront +share/doc/mfront/tests/behaviours/DDIF2/DDIF2_2.mfront +share/doc/mfront/tests/behaviours/DDIF2/DDIF2_3.mfront +share/doc/mfront/tests/behaviours/DDIF2/DDIF2_4.mfront +share/doc/mfront/tests/behaviours/DDIF2/DDIF2_5.mfront +share/doc/mfront/tests/behaviours/DDIF2/DDIF2_6.mfront +share/doc/mfront/tests/behaviours/DSLOptionsTest.mfront +share/doc/mfront/tests/behaviours/DigitSeparatorTest.mfront share/doc/mfront/tests/behaviours/ElasticMaterialPropertiesBoundsCheckTest.mfront share/doc/mfront/tests/behaviours/Elasticity.mfront +share/doc/mfront/tests/behaviours/Elasticity10.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/Elasticity7.mfront +share/doc/mfront/tests/behaviours/Elasticity8.mfront +share/doc/mfront/tests/behaviours/Elasticity9.mfront +share/doc/mfront/tests/behaviours/ExternalModel.mfront +share/doc/mfront/tests/behaviours/ExternalModel2.mfront +share/doc/mfront/tests/behaviours/ExternalModelCaller.mfront +share/doc/mfront/tests/behaviours/ExternalModelCaller2.mfront +share/doc/mfront/tests/behaviours/ExternalModelCaller3.mfront +share/doc/mfront/tests/behaviours/ExternalModelCaller4.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/FiniteStrainSingleCrystal/FiniteStrainSingleCrystal.mfront +share/doc/mfront/tests/behaviours/FiniteStrainSingleCrystal/FiniteStrainSingleCrystal_NumericalJacobian.mfront +share/doc/mfront/tests/behaviours/FiniteStrainSingleCrystal/aster/finitestrainsinglecrystal-012.mtest +share/doc/mfront/tests/behaviours/FiniteStrainSingleCrystal/aster/finitestrainsinglecrystal-159.mtest share/doc/mfront/tests/behaviours/GeneralizedMaxwell.mfront share/doc/mfront/tests/behaviours/GursonTvergaardNeedlemanPlasticFlow_NumericalJacobian.mfront share/doc/mfront/tests/behaviours/GursonTvergaardNeedlemanViscoPlasticFlow_NumericalJacobian.mfront @@ -1229,10 +1387,23 @@ 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/ImplicitOrthotropicCreep3.mfront +share/doc/mfront/tests/behaviours/ImplicitOrthotropicCreep4.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/InitializationFailureTest.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/MultipleFlows1.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/MultipleFlows2.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/MultipleFlows3.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/Plasticity1.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/Plasticity2.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/Plasticity3.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/Plasticity4.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/Plasticity5.mfront +share/doc/mfront/tests/behaviours/IsotropicDSLs/generic/plasticity.mtest +share/doc/mfront/tests/behaviours/IsotropicDSLs/generic/plasticity2.mtest share/doc/mfront/tests/behaviours/IsotropicLinearSwelling.mfront share/doc/mfront/tests/behaviours/IsotropicLinearSwelling2.mfront share/doc/mfront/tests/behaviours/IsotropicVolumeSwelling.mfront @@ -1283,6 +1454,9 @@ 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/OrthotropicElastic7.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic8.mfront +share/doc/mfront/tests/behaviours/OrthotropicElastic9.mfront share/doc/mfront/tests/behaviours/OrthotropicSaintVenantKirchhoffElasticity.mfront share/doc/mfront/tests/behaviours/OrthotropicSwelling.mfront share/doc/mfront/tests/behaviours/OrthotropicSwelling2.mfront @@ -1292,18 +1466,156 @@ 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/Plasticity4.mfront +share/doc/mfront/tests/behaviours/Plasticity5.mfront +share/doc/mfront/tests/behaviours/Plasticity6.mfront +share/doc/mfront/tests/behaviours/Plasticity7.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/PoroElasticity.mfront +share/doc/mfront/tests/behaviours/PoroPlasticity.mfront +share/doc/mfront/tests/behaviours/ProfilerTest.mfront +share/doc/mfront/tests/behaviours/ProfilerTest2.mfront +share/doc/mfront/tests/behaviours/ProfilerTest3.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/StandardElasticity/IsotropicStandardElasticity.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity10.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity11.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity12.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity13.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity14.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity2.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity3.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity4.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity5.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity7.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity8.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/IsotropicStandardElasticity9.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/OrthotropicStandardElasticity.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/OrthotropicStandardElasticity2.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/OrthotropicStandardElasticity3.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/SingleCrystal_DD_FCC.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/TestComputeElasticPrediction.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/TestComputeElasticPrediction2.mfront +share/doc/mfront/tests/behaviours/StandardElasticity/aster/singlecrystal_dd_cfc.mtest +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/ChuNeedleman1980StrainBasedNucleationModelTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/ChuNeedleman1980StressBasedNucleationModelTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/ElasticContributionToPorosityGrowth.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/GursonTvergaardNeedleman1982.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HarmonicSumOfNortonHoffViscoplasticFlowsTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HarmonicSumOfNortonHoffViscoplasticFlowsTest2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HarmonicSumOfNortonHoffViscoplasticFlowsTest2_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HarmonicSumOfNortonHoffViscoplasticFlowsTest_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HyperbolicSineTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HyperbolicSineTest2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HyperbolicSineTest2_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/HyperbolicSineTest_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/IsotropicDamageHookeLaw.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/IsotropicDamageHookeLaw2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/IsotropicDamageHookeLaw2_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/IsotropicDamageHookeLaw_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest2_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest3.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest3_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest4.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest4_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest5.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest5_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest6.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest6_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest7.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest7_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest8.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest8_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest9.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest9_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/NortonTest_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/OrthotropicNortonTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/OrthotropicNortonTest_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/OrthotropicNortonTest_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/OrthotropicNortonTest_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest10.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest10_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest10_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest10_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest11.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest11_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest11_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest11_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest12.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest12_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest12_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest12_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest13.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest13_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest13_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest13_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest14.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest14_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest14_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest14_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest15.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest15_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest15_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest15_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest16.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest16_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest17.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest17_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest2_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest3.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest3_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest4.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest4_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest5.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest5_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest6.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest6_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest7.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest7_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest8.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest8_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest9.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest9_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest9_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest9_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest_na.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest_nanj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PlasticityTest_nj.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PowerLawStrainBasedNucleationModelTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/PowerLawStressBasedNucleationModelTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/RousselierTanguyBesson2002.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test1.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test10.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test11.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test12.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test13.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test14.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test3.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test4.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test5.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test6.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test7.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test8.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/Test9.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/UserDefinedViscoplasticityTest.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/UserDefinedViscoplasticityTest2.mfront +share/doc/mfront/tests/behaviours/StandardElastoViscoPlasticity/UserDefinedViscoplasticityTest3.mfront share/doc/mfront/tests/behaviours/StateVariablesBoundsCheck.mfront share/doc/mfront/tests/behaviours/StationaryHeatTransfer.mfront 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/TensorialExternalStateVariableTest.mfront share/doc/mfront/tests/behaviours/ThermalNorton.mfront share/doc/mfront/tests/behaviours/ThermalNorton2.mfront share/doc/mfront/tests/behaviours/ThermoElasticity.mfront @@ -1311,939 +1623,204 @@ share/doc/mfront/tests/behaviours/Tvergaard.mfront *** 1767 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f5cfe9.23ff4.7fe2673e>
