View | Details | Raw Unified | Return to bug 212375 | Differences between
and this patch

Collapse All | Expand All

(-)science/tfel/Makefile (+31 lines)
Line 0 Link Here
1
# Created by: Pedro F. Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	tfel
5
PORTVERSION=	2.0.3
6
CATEGORIES=	science
7
MASTER_SITES=	SF/${PORTNAME}/
8
PKGNAMESUFFIX=	-mfront
9
10
MAINTAINER=	pfg@FreeBSD.org
11
COMMENT=	Code generation tool dedicated to material knowledge
12
13
LICENSE=	GPLv3
14
15
BUILD_DEPENDS=	gnuplot:math/gnuplot
16
RUN_DEPENDS=	gnuplot:math/gnuplot
17
18
ONLY_FOR_ARCHS=	amd64 i386
19
20
USES=		autoreconf libtool tar:bzip2
21
GNU_CONFIGURE=yes
22
CONFIGURE_ARGS=	--enable-aster
23
USE_LDCONFIG=	yes
24
25
INSTALL_TARGET=	install-strip
26
TEST_TARGET=	check
27
28
.include <bsd.port.mk>
29
native
30
FreeBSD=%H
31
text/plain
(-)science/tfel/distinfo (+6 lines)
Line 0 Link Here
1
TIMESTAMP = 1472936809
2
SHA256 (tfel-2.0.3.tar.bz2) = 8f0020fd22d6f0e39d512e2aeb457bc5b6ad96bd66336d590bf433d9648f8a58
3
SIZE (tfel-2.0.3.tar.bz2) = 50837415
4
yes
5
native
6
text/plain
(-)science/tfel/files/patch-configure.ac (+15 lines)
Line 0 Link Here
1
--- configure.ac.orig	2016-09-04 19:29:53 UTC
2
+++ configure.ac
3
@@ -69,6 +69,9 @@ case $host in
4
 	TFEL_ARCH32="yes"
5
         ;;
6
 # machine amd opteron, 64 bits
7
+    amd64*bsd*)
8
+	TFEL_ARCH64="yes"
9
+        ;;
10
     x86_64*bsd*)
11
 	TFEL_ARCH64="yes"
12
         ;;
13
yes
14
native
15
text/plain
(-)science/tfel/pkg-descr (+24 lines)
Line 0 Link Here
1
`MFront` is a code generator which translates a set of closely related
2
domain specific languages into plain C++ on top of the `TFEL`
3
library. Those languages covers three kind of material knowledge:
4
5
- material properties (for instance the
6
  Young modulus, the thermal conductivity, etc.)
7
- mechanical behaviours. Numerical performances of
8
  generated mechanical behaviours was given a particular
9
  attention. Various benchmarks shows that `MFront`
10
  implementations are competitive with native implementations
11
  available in the `Cast3M`, `Code-Aster` and `Cyrano3` solvers.
12
- simple point-wise models, such as material swelling
13
  used in fuel performance codes.
14
15
`MFront` comes with an handy easy-to-use tool called `MTest` that can
16
test the local behaviour of a material, by imposing independent
17
constraints on each component of the strain or the stress. This tool
18
has been much faster (from ten to several hundred times depending on
19
the test case) than using a full-fledged finite element solver.
20
21
WWW: http://tfel.sourceforge.net/
22
yes
23
native
24
text/plain
(-)science/tfel/pkg-plist (+885 lines)
Line 0 Link Here
1
bin/mfront
2
bin/mtest
3
bin/tfel-config
4
bin/tfel-doc
5
include/MFront/Aster/Aster.hxx
6
include/MFront/Aster/AsterBehaviourHandler.hxx
7
include/MFront/Aster/AsterComputeStiffnessTensor.hxx
8
include/MFront/Aster/AsterComputeThermalExpansionCoefficientTensor.hxx
9
include/MFront/Aster/AsterConfig.hxx
10
include/MFront/Aster/AsterException.hxx
11
include/MFront/Aster/AsterFiniteStrainRotationMatrix.hxx
12
include/MFront/Aster/AsterInterface.hxx
13
include/MFront/Aster/AsterInterfaceBase.hxx
14
include/MFront/Aster/AsterIsotropicBehaviourHandler.hxx
15
include/MFront/Aster/AsterOrthotropicBehaviour.hxx
16
include/MFront/Aster/AsterOrthotropicBehaviourHandler.hxx
17
include/MFront/Aster/AsterRotationMatrix.hxx
18
include/MFront/Aster/AsterStressFreeExpansionHandler.hxx
19
include/MFront/Aster/AsterTangentOperator.hxx
20
include/MFront/Aster/AsterTraits.hxx
21
include/MFront/BoundsDescription.hxx
22
include/MFront/CodeBlock.hxx
23
include/MFront/DrivingVariable.hxx
24
include/MFront/InterfaceBase.hxx
25
include/MFront/LawFunction.hxx
26
include/MFront/MFront.hxx
27
include/MFront/MFrontAsterInterface.hxx
28
include/MFront/MFrontBehaviourAnalyser.hxx
29
include/MFront/MFrontBehaviourAnalyserFactory.hxx
30
include/MFront/MFrontBehaviourAnalyserProxy.hxx
31
include/MFront/MFrontBehaviourAnalyserProxy.ixx
32
include/MFront/MFrontBehaviourInterfaceFactory.hxx
33
include/MFront/MFrontBehaviourInterfaceProxy.hxx
34
include/MFront/MFrontBehaviourInterfaceProxy.ixx
35
include/MFront/MFrontBehaviourParserBase.hxx
36
include/MFront/MFrontBehaviourParserBase.ixx
37
include/MFront/MFrontBehaviourParserCommon.hxx
38
include/MFront/MFrontBehaviourParserCommon.ixx
39
include/MFront/MFrontBehaviourProfiler.hxx
40
include/MFront/MFrontBehaviourVirtualInterface.hxx
41
include/MFront/MFrontConfig.hxx
42
include/MFront/MFrontDebugMode.hxx
43
include/MFront/MFrontDefaultCZMParser.hxx
44
include/MFront/MFrontDefaultFiniteStrainParser.hxx
45
include/MFront/MFrontDefaultParser.hxx
46
include/MFront/MFrontDefaultParserBase.hxx
47
include/MFront/MFrontFileDescription.hxx
48
include/MFront/MFrontGenericData.hxx
49
include/MFront/MFrontHeader.hxx
50
include/MFront/MFrontInitAnalysers.hxx
51
include/MFront/MFrontInitInterfaces.hxx
52
include/MFront/MFrontInitParsers.hxx
53
include/MFront/MFrontLawInterfaceFactory.hxx
54
include/MFront/MFrontLawInterfaceProxy.hxx
55
include/MFront/MFrontLawInterfaceProxy.ixx
56
include/MFront/MFrontLawVirtualInterface.hxx
57
include/MFront/MFrontLock.hxx
58
include/MFront/MFrontLogStream.hxx
59
include/MFront/MFrontMaterialLawParser.hxx
60
include/MFront/MFrontModelData.hxx
61
include/MFront/MFrontModelInterfaceFactory.hxx
62
include/MFront/MFrontModelInterfaceProxy.hxx
63
include/MFront/MFrontModelInterfaceProxy.ixx
64
include/MFront/MFrontModelParser.hxx
65
include/MFront/MFrontModelParserBase.hxx
66
include/MFront/MFrontModelParserBase.ixx
67
include/MFront/MFrontModelParserCommon.hxx
68
include/MFront/MFrontModelVirtualInterface.hxx
69
include/MFront/MFrontParserFactory.hxx
70
include/MFront/MFrontParserProxy.hxx
71
include/MFront/MFrontParserProxy.ixx
72
include/MFront/MFrontPedanticMode.hxx
73
include/MFront/MFrontPerformanceProfiling.hxx
74
include/MFront/MFrontSearchFile.hxx
75
include/MFront/MFrontUMATInterfaceBase.hxx
76
include/MFront/MFrontVirtualParser.hxx
77
include/MFront/MTest.hxx
78
include/MFront/MTestAccelerationAlgorithm.hxx
79
include/MFront/MTestAccelerationAlgorithmFactory.hxx
80
include/MFront/MTestAnalyticalTest.hxx
81
include/MFront/MTestAsterCohesiveZoneModel.hxx
82
include/MFront/MTestAsterFiniteStrainBehaviour.hxx
83
include/MFront/MTestAsterSmallStrainBehaviour.hxx
84
include/MFront/MTestAsterStandardBehaviour.hxx
85
include/MFront/MTestBehaviour.hxx
86
include/MFront/MTestCastemAccelerationAlgorithm.hxx
87
include/MFront/MTestCastemEvolution.hxx
88
include/MFront/MTestConfig.hxx
89
include/MFront/MTestConstraint.hxx
90
include/MFront/MTestCyranoBehaviour.hxx
91
include/MFront/MTestEvolution.hxx
92
include/MFront/MTestFileGeneratorBase.hxx
93
include/MFront/MTestFunctionEvolution.hxx
94
include/MFront/MTestImposedDrivingVariable.hxx
95
include/MFront/MTestImposedThermodynamicForce.hxx
96
include/MFront/MTestIronsTuckAccelerationAlgorithm.hxx
97
include/MFront/MTestParser.hxx
98
include/MFront/MTestReferenceFileComparisonTest.hxx
99
include/MFront/MTestSecantAccelerationAlgorithm.hxx
100
include/MFront/MTestSteffensenAccelerationAlgorithm.hxx
101
include/MFront/MTestTypes.hxx
102
include/MFront/MTestUmatBehaviourBase.hxx
103
include/MFront/MTestUmatCohesiveZoneModel.hxx
104
include/MFront/MTestUmatFiniteStrainBehaviour.hxx
105
include/MFront/MTestUmatNormaliseTangentOperator.hxx
106
include/MFront/MTestUmatSmallStrainBehaviour.hxx
107
include/MFront/MTestUmatStandardBehaviour.hxx
108
include/MFront/MaterialPropertyDescription.hxx
109
include/MFront/MechanicalBehaviourAttribute.hxx
110
include/MFront/MechanicalBehaviourData.hxx
111
include/MFront/MechanicalBehaviourData.ixx
112
include/MFront/MechanicalBehaviourDescription.hxx
113
include/MFront/MechanicalBehaviourDescription.ixx
114
include/MFront/MechanicalBehaviourSymmetryType.hxx
115
include/MFront/ParserBase.hxx
116
include/MFront/ParserBase.ixx
117
include/MFront/ParserUtilities.hxx
118
include/MFront/StaticVarHandler.hxx
119
include/MFront/StaticVariableDescription.hxx
120
include/MFront/SupportedTypes.hxx
121
include/MFront/ThermodynamicForce.hxx
122
include/MFront/UMATFiniteStrainMTestFileGenerator.hxx
123
include/MFront/UMATSmallStrainMTestFileGenerator.hxx
124
include/MFront/VarHandler.hxx
125
include/MFront/VariableBoundsDescription.hxx
126
include/MFront/VariableDescription.hxx
127
include/TFEL/Config/Internals/HeatFluxVectorType.hxx
128
include/TFEL/Config/Internals/InvJacobianType.hxx
129
include/TFEL/Config/Internals/JacobianType.hxx
130
include/TFEL/Config/Internals/PositionType.hxx
131
include/TFEL/Config/Internals/SpatialGradType.hxx
132
include/TFEL/Config/Internals/TFELTypesInternals.hxx
133
include/TFEL/Config/Internals/ThermalConductivityMatrixType.hxx
134
include/TFEL/Config/TFELConfig.hxx
135
include/TFEL/Config/TFELTypes.hxx
136
include/TFEL/Config/TFEL_MATH_Config.hxx
137
include/TFEL/Exception/TFELException.hxx
138
include/TFEL/FSAlgorithm/FSAlgorithm.hxx
139
include/TFEL/FSAlgorithm/accumulate.hxx
140
include/TFEL/FSAlgorithm/copy.hxx
141
include/TFEL/FSAlgorithm/equal.hxx
142
include/TFEL/FSAlgorithm/fill.hxx
143
include/TFEL/FSAlgorithm/for_each.hxx
144
include/TFEL/FSAlgorithm/generate.hxx
145
include/TFEL/FSAlgorithm/inner_product.hxx
146
include/TFEL/FSAlgorithm/iota.hxx
147
include/TFEL/FSAlgorithm/max_element.hxx
148
include/TFEL/FSAlgorithm/min_element.hxx
149
include/TFEL/FSAlgorithm/swap_ranges.hxx
150
include/TFEL/FSAlgorithm/transform.hxx
151
include/TFEL/Glossary/Forward/Glossary.hxx
152
include/TFEL/Glossary/Glossary.hxx
153
include/TFEL/Glossary/GlossaryEntry.hxx
154
include/TFEL/Macros.hxx
155
include/TFEL/Material/BoundsCheck.hxx
156
include/TFEL/Material/DDIF2Base.hxx
157
include/TFEL/Material/DDIF2Base.ixx
158
include/TFEL/Material/FiniteStrainBehaviourTangentOperator.hxx
159
include/TFEL/Material/FiniteStrainBehaviourTangentOperatorBase.hxx
160
include/TFEL/Material/GursonTvergaardNeedleman.hxx
161
include/TFEL/Material/Hill.hxx
162
include/TFEL/Material/Hill.ixx
163
include/TFEL/Material/IsotropicLinearFourierHookLaw.hxx
164
include/TFEL/Material/IsotropicLinearFourierLaw.hxx
165
include/TFEL/Material/Lame.hxx
166
include/TFEL/Material/MaterialException.hxx
167
include/TFEL/Material/MechanicalBehaviour.hxx
168
include/TFEL/Material/MechanicalBehaviourTraits.hxx
169
include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.hxx
170
include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.ixx
171
include/TFEL/Material/MetallicCFCSlidingSystems.hxx
172
include/TFEL/Material/MetallicCFCSlidingSystems.ixx
173
include/TFEL/Material/ModellingHypothesis.hxx
174
include/TFEL/Material/OutOfBoundsPolicy.hxx
175
include/TFEL/Material/PolyCrystalsSlidingSystems.hxx
176
include/TFEL/Material/PolyCrystalsSlidingSystems.ixx
177
include/TFEL/Material/RambergOsgood.hxx
178
include/TFEL/Material/ThermalBehaviour.hxx
179
include/TFEL/Material/ThermalBehaviourData.hxx
180
include/TFEL/Material/ThermoMechanicalBehaviour.hxx
181
include/TFEL/Math/Array/ArrayConcept.hxx
182
include/TFEL/Math/Array/ArrayConcept.ixx
183
include/TFEL/Math/Array/ArrayConceptOperations.hxx
184
include/TFEL/Math/Array/ArrayExpr.hxx
185
include/TFEL/Math/Array/ArrayRefCountedStorage.hxx
186
include/TFEL/Math/Array/ArrayRowMajorStorage.hxx
187
include/TFEL/Math/Array/ArrayRowMajorStorage.ixx
188
include/TFEL/Math/Array/ArrayRunTimeProperties.hxx
189
include/TFEL/Math/Array/ArrayRunTimeProperties.ixx
190
include/TFEL/Math/Array/ArrayStorage.hxx
191
include/TFEL/Math/Array/ArrayStorage.ixx
192
include/TFEL/Math/Array/Internals/ArraySerialize.hxx
193
include/TFEL/Math/Array/array.ixx
194
include/TFEL/Math/Array/arrayResultType.hxx
195
include/TFEL/Math/Bindings/atlas.hxx
196
include/TFEL/Math/Broyden.hxx
197
include/TFEL/Math/Broyden2.hxx
198
include/TFEL/Math/Composite/CompositeCompositeExpr.hxx
199
include/TFEL/Math/Composite/CompositeConcept.hxx
200
include/TFEL/Math/Composite/CompositeConceptOperations.ixx
201
include/TFEL/Math/Composite/CompositeExpr.hxx
202
include/TFEL/Math/Composite/CompositeNegExpr.hxx
203
include/TFEL/Math/Composite/CompositeScalarExpr.hxx
204
include/TFEL/Math/Composite/FctCompositeExpr.hxx
205
include/TFEL/Math/Composite/ScalarCompositeExpr.hxx
206
include/TFEL/Math/Composite/composite.ixx
207
include/TFEL/Math/Composite/compositeResultType.ixx
208
include/TFEL/Math/CubicSpline.hxx
209
include/TFEL/Math/CubicSpline.ixx
210
include/TFEL/Math/Discretization1D.hxx
211
include/TFEL/Math/Discretization1D.ixx
212
include/TFEL/Math/Evaluator.hxx
213
include/TFEL/Math/Evaluator.ixx
214
include/TFEL/Math/ExpressionTemplates/FctMathObjectExpr.hxx
215
include/TFEL/Math/ExpressionTemplates/FctMathObjectExprWithoutConstIterator.hxx
216
include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectDiadicProductExpr.hxx
217
include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExpr.hxx
218
include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExprSpecialisation.ixx
219
include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExprWithoutConstIterator.hxx
220
include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExprWithoutConstIteratorSpecialisation.ixx
221
include/TFEL/Math/ExpressionTemplates/MathObjectNegExpr.hxx
222
include/TFEL/Math/ExpressionTemplates/MathObjectNegExprWithoutConstIterator.hxx
223
include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExpr.hxx
224
include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExprSpecialisation.ixx
225
include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExprWithoutConstIterator.hxx
226
include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExprWithoutConstIteratorSpecialisation.ixx
227
include/TFEL/Math/FSLevenbergMarquardt.hxx
228
include/TFEL/Math/FactorizedKriging.hxx
229
include/TFEL/Math/FactorizedKriging1D1D.hxx
230
include/TFEL/Math/FactorizedKriging1D2D.hxx
231
include/TFEL/Math/FactorizedKriging1D3D.hxx
232
include/TFEL/Math/Forward/ArrayConcept.hxx
233
include/TFEL/Math/Forward/Complex.hxx
234
include/TFEL/Math/Forward/CompositeConcept.hxx
235
include/TFEL/Math/Forward/ExpressionTemplates.hxx
236
include/TFEL/Math/Forward/Function.hxx
237
include/TFEL/Math/Forward/FunctionConcept.hxx
238
include/TFEL/Math/Forward/LambdaConcept.hxx
239
include/TFEL/Math/Forward/MatrixConcept.hxx
240
include/TFEL/Math/Forward/ST2toST2Concept.hxx
241
include/TFEL/Math/Forward/ST2toT2Concept.hxx
242
include/TFEL/Math/Forward/StensorConcept.hxx
243
include/TFEL/Math/Forward/T2toST2Concept.hxx
244
include/TFEL/Math/Forward/T2toT2Concept.hxx
245
include/TFEL/Math/Forward/TensorConcept.hxx
246
include/TFEL/Math/Forward/TinyNewtonRaphson.hxx
247
include/TFEL/Math/Forward/VectorConcept.hxx
248
include/TFEL/Math/Forward/array.hxx
249
include/TFEL/Math/Forward/lambda.hxx
250
include/TFEL/Math/Forward/matrix.hxx
251
include/TFEL/Math/Forward/qt.hxx
252
include/TFEL/Math/Forward/st2tost2.hxx
253
include/TFEL/Math/Forward/st2tot2.hxx
254
include/TFEL/Math/Forward/stensor.hxx
255
include/TFEL/Math/Forward/t2tost2.hxx
256
include/TFEL/Math/Forward/t2tot2.hxx
257
include/TFEL/Math/Forward/tensor.hxx
258
include/TFEL/Math/Forward/tmatrix.hxx
259
include/TFEL/Math/Forward/tvector.hxx
260
include/TFEL/Math/Forward/vector.hxx
261
include/TFEL/Math/Function/Cst.hxx
262
include/TFEL/Math/Function/Cst.ixx
263
include/TFEL/Math/Function/FunctionConcept.hxx
264
include/TFEL/Math/Function/FunctionConcept.ixx
265
include/TFEL/Math/Function/FunctionConceptOperations.hxx
266
include/TFEL/Math/Function/FunctionExpr.hxx
267
include/TFEL/Math/Function/FunctionFunctionExpr.hxx
268
include/TFEL/Math/Function/FunctionFunctionExpr.ixx
269
include/TFEL/Math/Function/FunctionNegExpr.hxx
270
include/TFEL/Math/Function/FunctionNegExpr.ixx
271
include/TFEL/Math/Function/FunctionScalarExpr.hxx
272
include/TFEL/Math/Function/FunctionScalarExpr.ixx
273
include/TFEL/Math/Function/FunctionsCompositionExpr.hxx
274
include/TFEL/Math/Function/FunctionsCompositionExpr.ixx
275
include/TFEL/Math/Function/Id.hxx
276
include/TFEL/Math/Function/Power.hxx
277
include/TFEL/Math/Function/Power.ixx
278
include/TFEL/Math/Function/ScalarFunctionExpr.hxx
279
include/TFEL/Math/Function/ScalarFunctionExpr.ixx
280
include/TFEL/Math/Function/StandardFunctions.hxx
281
include/TFEL/Math/General/Abs.hxx
282
include/TFEL/Math/General/Abs.ixx
283
include/TFEL/Math/General/AbsCompare.hxx
284
include/TFEL/Math/General/BaseCast.hxx
285
include/TFEL/Math/General/BasicOperations.hxx
286
include/TFEL/Math/General/Complex.hxx
287
include/TFEL/Math/General/Complex.ixx
288
include/TFEL/Math/General/ComputeBinaryResult.hxx
289
include/TFEL/Math/General/ComputeObjectTag.hxx
290
include/TFEL/Math/General/ComputeObjectTag.ixx
291
include/TFEL/Math/General/ComputeUnaryResult.hxx
292
include/TFEL/Math/General/CubicRoots.hxx
293
include/TFEL/Math/General/DotProduct.hxx
294
include/TFEL/Math/General/EmptyRunTimeProperties.hxx
295
include/TFEL/Math/General/FctObjectRandomAccessConstIterator.hxx
296
include/TFEL/Math/General/Forward/General.hxx
297
include/TFEL/Math/General/FracSimplify.hxx
298
include/TFEL/Math/General/FracSimplify.ixx
299
include/TFEL/Math/General/LogicalOperations.hxx
300
include/TFEL/Math/General/NegObjectRandomAccessConstIterator.hxx
301
include/TFEL/Math/General/ObjectObjectRandomAccessConstIterator.hxx
302
include/TFEL/Math/General/ObjectObjectRandomAccessConstIteratorSpecialisation.hxx
303
include/TFEL/Math/General/RandomRotationMatrix.hxx
304
include/TFEL/Math/General/ResultType.hxx
305
include/TFEL/Math/General/RunTimeCheck.hxx
306
include/TFEL/Math/General/ScalarObjectRandomAccessConstIterator.hxx
307
include/TFEL/Math/General/ScalarObjectRandomAccessConstIteratorSpecialisation.hxx
308
include/TFEL/Math/General/StorageTraits.hxx
309
include/TFEL/Math/General/UnaryResultType.hxx
310
include/TFEL/Math/General/floating_point_exceptions.hxx
311
include/TFEL/Math/General/fsarray.ixx
312
include/TFEL/Math/IntegerEvaluator.hxx
313
include/TFEL/Math/Kriging.hxx
314
include/TFEL/Math/Kriging/FactorizedKriging.ixx
315
include/TFEL/Math/Kriging/Kriging.ixx
316
include/TFEL/Math/Kriging/KrigingDefaultModel1D.hxx
317
include/TFEL/Math/Kriging/KrigingDefaultModel2D.hxx
318
include/TFEL/Math/Kriging/KrigingDefaultModel3D.hxx
319
include/TFEL/Math/Kriging/KrigingDefaultModels.hxx
320
include/TFEL/Math/Kriging/KrigingDefaultNuggetModel.hxx
321
include/TFEL/Math/Kriging/KrigingErrors.hxx
322
include/TFEL/Math/Kriging/KrigingPieceWiseLinearModel1D.hxx
323
include/TFEL/Math/Kriging/KrigingUtilities.hxx
324
include/TFEL/Math/Kriging/KrigingVariable.hxx
325
include/TFEL/Math/Kriging1D.hxx
326
include/TFEL/Math/Kriging2D.hxx
327
include/TFEL/Math/Kriging3D.hxx
328
include/TFEL/Math/LU/LUDecomp.hxx
329
include/TFEL/Math/LU/LUException.hxx
330
include/TFEL/Math/LU/Permutation.hxx
331
include/TFEL/Math/LU/Permutation.ixx
332
include/TFEL/Math/LU/TinyMatrixSolve.ixx
333
include/TFEL/Math/LU/TinyPermutation.hxx
334
include/TFEL/Math/LU/TinyPermutation.ixx
335
include/TFEL/Math/LUSolve.hxx
336
include/TFEL/Math/LambdaExpression/FctLambdaExpr.hxx
337
include/TFEL/Math/LambdaExpression/FctLambdaExpr.ixx
338
include/TFEL/Math/LambdaExpression/LambdaConcept.hxx
339
include/TFEL/Math/LambdaExpression/LambdaConcept.ixx
340
include/TFEL/Math/LambdaExpression/LambdaConceptOperations.hxx
341
include/TFEL/Math/LambdaExpression/LambdaConceptOperations.ixx
342
include/TFEL/Math/LambdaExpression/LambdaLambdaExpr.hxx
343
include/TFEL/Math/LambdaExpression/LambdaLambdaExpr.ixx
344
include/TFEL/Math/LambdaExpression/LambdaScalarExpr.hxx
345
include/TFEL/Math/LambdaExpression/LambdaScalarExpr.ixx
346
include/TFEL/Math/LambdaExpression/ScalarLambdaExpr.hxx
347
include/TFEL/Math/LambdaExpression/ScalarLambdaExpr.ixx
348
include/TFEL/Math/LambdaExpression/lambda.ixx
349
include/TFEL/Math/LevenbergMarquardt.hxx
350
include/TFEL/Math/LevenbergMarquardt/FSLevenbergMarquardt.ixx
351
include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardt.ixx
352
include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtEvaluatorWrapper.hxx
353
include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtExternalFunctionWrapper.hxx
354
include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtFunctionWrapper.hxx
355
include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtFunctionWrapper.ixx
356
include/TFEL/Math/MathException.hxx
357
include/TFEL/Math/Matrix/MatrixConcept.hxx
358
include/TFEL/Math/Matrix/MatrixConcept.ixx
359
include/TFEL/Math/Matrix/MatrixConceptOperations.hxx
360
include/TFEL/Math/Matrix/MatrixConceptOperations.ixx
361
include/TFEL/Math/Matrix/MatrixExpr.hxx
362
include/TFEL/Math/Matrix/MatrixUtilities.hxx
363
include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx
364
include/TFEL/Math/Matrix/TVectorTMatrixExpr.hxx
365
include/TFEL/Math/Matrix/TinyMatrixInvert.ixx
366
include/TFEL/Math/Matrix/matrix.ixx
367
include/TFEL/Math/Matrix/tmatrix.ixx
368
include/TFEL/Math/Matrix/tmatrixResultType.hxx
369
include/TFEL/Math/Matrix/tmatrix_column_view.hxx
370
include/TFEL/Math/Matrix/tmatrix_column_view.ixx
371
include/TFEL/Math/Matrix/tmatrix_const_column_view.hxx
372
include/TFEL/Math/Matrix/tmatrix_const_column_view.ixx
373
include/TFEL/Math/Matrix/tmatrix_const_row_view.hxx
374
include/TFEL/Math/Matrix/tmatrix_const_row_view.ixx
375
include/TFEL/Math/Matrix/tmatrix_const_submatrix_view.hxx
376
include/TFEL/Math/Matrix/tmatrix_const_submatrix_view.ixx
377
include/TFEL/Math/Matrix/tmatrix_row_view.hxx
378
include/TFEL/Math/Matrix/tmatrix_row_view.ixx
379
include/TFEL/Math/Matrix/tmatrix_submatrix_view.hxx
380
include/TFEL/Math/Matrix/tmatrix_submatrix_view.ixx
381
include/TFEL/Math/Newton-Raphson/TinyNewtonRaphson.ixx
382
include/TFEL/Math/Parser/BinaryFunction.hxx
383
include/TFEL/Math/Parser/BinaryFunction.ixx
384
include/TFEL/Math/Parser/BinaryOperator.hxx
385
include/TFEL/Math/Parser/BinaryOperator.ixx
386
include/TFEL/Math/Parser/ConditionalExpr.hxx
387
include/TFEL/Math/Parser/ConstantExternalFunction.hxx
388
include/TFEL/Math/Parser/DifferentiatedFunctionExpr.hxx
389
include/TFEL/Math/Parser/EvaluatorBase.hxx
390
include/TFEL/Math/Parser/EvaluatorFunction.hxx
391
include/TFEL/Math/Parser/EvaluatorFunction.ixx
392
include/TFEL/Math/Parser/EvaluatorProxy.hxx
393
include/TFEL/Math/Parser/EvaluatorProxy.ixx
394
include/TFEL/Math/Parser/EvaluatorTExpr.hxx
395
include/TFEL/Math/Parser/EvaluatorTExpr.ixx
396
include/TFEL/Math/Parser/Expr.hxx
397
include/TFEL/Math/Parser/ExternalCFunction.hxx
398
include/TFEL/Math/Parser/ExternalCastemFunction.hxx
399
include/TFEL/Math/Parser/ExternalFunction.hxx
400
include/TFEL/Math/Parser/ExternalFunctionExpr.hxx
401
include/TFEL/Math/Parser/ExternalFunctionExpr2.hxx
402
include/TFEL/Math/Parser/ExternalFunctionManager.hxx
403
include/TFEL/Math/Parser/Function.hxx
404
include/TFEL/Math/Parser/Function.ixx
405
include/TFEL/Math/Parser/IntegerEvaluatorTExpr.hxx
406
include/TFEL/Math/Parser/KrigedFunction.hxx
407
include/TFEL/Math/Parser/KrigedFunction.ixx
408
include/TFEL/Math/Parser/LogicalExpr.hxx
409
include/TFEL/Math/Parser/LogicalExpr.ixx
410
include/TFEL/Math/Parser/Negation.hxx
411
include/TFEL/Math/Parser/Number.hxx
412
include/TFEL/Math/Parser/Variable.hxx
413
include/TFEL/Math/QR/QRDecomp.hxx
414
include/TFEL/Math/QR/QRDecomp.ixx
415
include/TFEL/Math/QR/QRException.hxx
416
include/TFEL/Math/Quantity/Unit.hxx
417
include/TFEL/Math/Quantity/Unit.ixx
418
include/TFEL/Math/Quantity/qt.ixx
419
include/TFEL/Math/Quantity/qtLimits.hxx
420
include/TFEL/Math/Quantity/qtOperations.hxx
421
include/TFEL/Math/Quantity/qtOperations.ixx
422
include/TFEL/Math/Quantity/qtSamples.hxx
423
include/TFEL/Math/Quantity/qtSpecific.hxx
424
include/TFEL/Math/RootFinding/Broyden.ixx
425
include/TFEL/Math/RootFinding/Broyden2.ixx
426
include/TFEL/Math/RungeKutta/RungeKutta2.ixx
427
include/TFEL/Math/RungeKutta/RungeKutta4.ixx
428
include/TFEL/Math/RungeKutta/RungeKutta42.ixx
429
include/TFEL/Math/RungeKutta/RungeKutta54.ixx
430
include/TFEL/Math/RungeKutta2.hxx
431
include/TFEL/Math/RungeKutta4.hxx
432
include/TFEL/Math/RungeKutta42.hxx
433
include/TFEL/Math/RungeKutta54.hxx
434
include/TFEL/Math/ST2toST2/ConvertT2toST2ToST2toST2Expr.hxx
435
include/TFEL/Math/ST2toST2/ST2toST2Concept.hxx
436
include/TFEL/Math/ST2toST2/ST2toST2Concept.ixx
437
include/TFEL/Math/ST2toST2/ST2toST2ConceptOperations.hxx
438
include/TFEL/Math/ST2toST2/ST2toST2Expr.hxx
439
include/TFEL/Math/ST2toST2/ST2toST2FromTinyMatrixView.hxx
440
include/TFEL/Math/ST2toST2/ST2toST2FromTinyMatrixView2.hxx
441
include/TFEL/Math/ST2toST2/ST2toST2ST2toST2ProductExpr.hxx
442
include/TFEL/Math/ST2toST2/ST2toST2StensorProductExpr.hxx
443
include/TFEL/Math/ST2toST2/StensorST2toST2ProductExpr.hxx
444
include/TFEL/Math/ST2toST2/StensorSquareDerivative.hxx
445
include/TFEL/Math/ST2toST2/st2tost2.ixx
446
include/TFEL/Math/ST2toST2/st2tost2ResultType.hxx
447
include/TFEL/Math/ST2toT2/ST2toT2Concept.hxx
448
include/TFEL/Math/ST2toT2/ST2toT2Concept.ixx
449
include/TFEL/Math/ST2toT2/ST2toT2ConceptOperations.hxx
450
include/TFEL/Math/ST2toT2/ST2toT2Expr.hxx
451
include/TFEL/Math/ST2toT2/ST2toT2FromTinyMatrixView.hxx
452
include/TFEL/Math/ST2toT2/ST2toT2FromTinyMatrixView2.hxx
453
include/TFEL/Math/ST2toT2/ST2toT2ST2toST2ProductExpr.hxx
454
include/TFEL/Math/ST2toT2/ST2toT2StensorProductExpr.hxx
455
include/TFEL/Math/ST2toT2/ST2toT2T2toST2ProductExpr.hxx
456
include/TFEL/Math/ST2toT2/StensorProductLeftDerivativeExpr.hxx
457
include/TFEL/Math/ST2toT2/StensorProductRightDerivativeExpr.hxx
458
include/TFEL/Math/ST2toT2/T2toST2ST2toT2ProductExpr.hxx
459
include/TFEL/Math/ST2toT2/T2toT2ST2toT2ProductExpr.hxx
460
include/TFEL/Math/ST2toT2/TensorST2toT2ProductExpr.hxx
461
include/TFEL/Math/ST2toT2/TensorStensorDiadicProductExpr.hxx
462
include/TFEL/Math/ST2toT2/st2tot2.ixx
463
include/TFEL/Math/ST2toT2/st2tot2ResultType.hxx
464
include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.hxx
465
include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.ixx
466
include/TFEL/Math/Stensor/Internals/StensorChangeBasis.hxx
467
include/TFEL/Math/Stensor/Internals/StensorComputeEigenValues.hxx
468
include/TFEL/Math/Stensor/Internals/StensorComputeEigenVectors.hxx
469
include/TFEL/Math/Stensor/Internals/StensorExport.hxx
470
include/TFEL/Math/Stensor/Internals/StensorExport.ixx
471
include/TFEL/Math/Stensor/Internals/StensorImport.hxx
472
include/TFEL/Math/Stensor/StensorConcept.hxx
473
include/TFEL/Math/Stensor/StensorConcept.ixx
474
include/TFEL/Math/Stensor/StensorConceptOperations.hxx
475
include/TFEL/Math/Stensor/StensorConceptOperations.ixx
476
include/TFEL/Math/Stensor/StensorExpr.hxx
477
include/TFEL/Math/Stensor/StensorExternalTabStorage.hxx
478
include/TFEL/Math/Stensor/StensorExternalVoigtStorage.hxx
479
include/TFEL/Math/Stensor/StensorFromTinyMatrixColumnView.hxx
480
include/TFEL/Math/Stensor/StensorFromTinyMatrixColumnView2.hxx
481
include/TFEL/Math/Stensor/StensorFromTinyMatrixRowView.hxx
482
include/TFEL/Math/Stensor/StensorFromTinyMatrixRowView2.hxx
483
include/TFEL/Math/Stensor/StensorFromTinyVectorView.hxx
484
include/TFEL/Math/Stensor/StensorNullStorage.hxx
485
include/TFEL/Math/Stensor/StensorProduct.hxx
486
include/TFEL/Math/Stensor/StensorSizeToDime.hxx
487
include/TFEL/Math/Stensor/StensorSquare.hxx
488
include/TFEL/Math/Stensor/StensorStaticStorage.hxx
489
include/TFEL/Math/Stensor/stensor.ixx
490
include/TFEL/Math/Stensor/stensorResultType.hxx
491
include/TFEL/Math/T2toST2/LeftCauchyGreenTensorDerivativeExpr.hxx
492
include/TFEL/Math/T2toST2/RightCauchyGreenTensorDerivativeExpr.hxx
493
include/TFEL/Math/T2toST2/ST2toST2T2toST2ProductExpr.hxx
494
include/TFEL/Math/T2toST2/StensorT2toST2ProductExpr.hxx
495
include/TFEL/Math/T2toST2/StensorTensorDiadicProductExpr.hxx
496
include/TFEL/Math/T2toST2/T2toST2Concept.hxx
497
include/TFEL/Math/T2toST2/T2toST2Concept.ixx
498
include/TFEL/Math/T2toST2/T2toST2ConceptOperations.hxx
499
include/TFEL/Math/T2toST2/T2toST2Expr.hxx
500
include/TFEL/Math/T2toST2/T2toST2FromTinyMatrixView.hxx
501
include/TFEL/Math/T2toST2/T2toST2FromTinyMatrixView2.hxx
502
include/TFEL/Math/T2toST2/T2toST2T2toT2ProductExpr.hxx
503
include/TFEL/Math/T2toST2/T2toST2TensorProductExpr.hxx
504
include/TFEL/Math/T2toST2/t2tost2.ixx
505
include/TFEL/Math/T2toST2/t2tost2ResultType.hxx
506
include/TFEL/Math/T2toT2/T2toT2Concept.hxx
507
include/TFEL/Math/T2toT2/T2toT2Concept.ixx
508
include/TFEL/Math/T2toT2/T2toT2ConceptOperations.hxx
509
include/TFEL/Math/T2toT2/T2toT2Expr.hxx
510
include/TFEL/Math/T2toT2/T2toT2FromTinyMatrixView.hxx
511
include/TFEL/Math/T2toT2/T2toT2FromTinyMatrixView2.hxx
512
include/TFEL/Math/T2toT2/T2toT2T2toT2ProductExpr.hxx
513
include/TFEL/Math/T2toT2/T2toT2TensorProductExpr.hxx
514
include/TFEL/Math/T2toT2/TensorProductLeftDerivativeExpr.hxx
515
include/TFEL/Math/T2toT2/TensorProductRightDerivativeExpr.hxx
516
include/TFEL/Math/T2toT2/TensorT2toT2ProductExpr.hxx
517
include/TFEL/Math/T2toT2/t2tot2.ixx
518
include/TFEL/Math/T2toT2/t2tot2ResultType.hxx
519
include/TFEL/Math/Tensor/MatrixViewFromTensor.hxx
520
include/TFEL/Math/Tensor/TensorChangeBasis.hxx
521
include/TFEL/Math/Tensor/TensorConcept.hxx
522
include/TFEL/Math/Tensor/TensorConcept.ixx
523
include/TFEL/Math/Tensor/TensorConceptOperations.hxx
524
include/TFEL/Math/Tensor/TensorConceptOperations.ixx
525
include/TFEL/Math/Tensor/TensorExpr.hxx
526
include/TFEL/Math/Tensor/TensorFromTinyMatrixColumnView.hxx
527
include/TFEL/Math/Tensor/TensorFromTinyMatrixColumnView2.hxx
528
include/TFEL/Math/Tensor/TensorFromTinyMatrixRowView.hxx
529
include/TFEL/Math/Tensor/TensorFromTinyMatrixRowView2.hxx
530
include/TFEL/Math/Tensor/TensorFromTinyVectorView.hxx
531
include/TFEL/Math/Tensor/TensorProduct.hxx
532
include/TFEL/Math/Tensor/TensorSizeToDime.hxx
533
include/TFEL/Math/Tensor/TensorTransposeExpr.hxx
534
include/TFEL/Math/Tensor/TensorViewFromStensor.hxx
535
include/TFEL/Math/Tensor/tensor.ixx
536
include/TFEL/Math/Tensor/tensorResultType.hxx
537
include/TFEL/Math/TinyMatrixInvert.hxx
538
include/TFEL/Math/TinyMatrixSolve.hxx
539
include/TFEL/Math/TinyNewtonRaphson.hxx
540
include/TFEL/Math/Vector/Range.hxx
541
include/TFEL/Math/Vector/TVectorFromTinyMatrixColumnView.hxx
542
include/TFEL/Math/Vector/TVectorFromTinyMatrixColumnView2.hxx
543
include/TFEL/Math/Vector/TVectorFromTinyMatrixRowView.hxx
544
include/TFEL/Math/Vector/TVectorFromTinyMatrixRowView2.hxx
545
include/TFEL/Math/Vector/TVectorFromTinyVectorView.hxx
546
include/TFEL/Math/Vector/TinyVectorFromTinyVectorView.hxx
547
include/TFEL/Math/Vector/TinyVectorOfStensorFromTinyVectorView.hxx
548
include/TFEL/Math/Vector/TinyVectorOfTinyVectorFromTinyVectorView.hxx
549
include/TFEL/Math/Vector/VectorConcept.hxx
550
include/TFEL/Math/Vector/VectorConcept.ixx
551
include/TFEL/Math/Vector/VectorConceptOperations.hxx
552
include/TFEL/Math/Vector/VectorConceptOperations.ixx
553
include/TFEL/Math/Vector/VectorExpr.hxx
554
include/TFEL/Math/Vector/VectorUtilities.hxx
555
include/TFEL/Math/Vector/VectorVectorDotProduct.hxx
556
include/TFEL/Math/Vector/tvector.ixx
557
include/TFEL/Math/Vector/tvectorResultType.hxx
558
include/TFEL/Math/Vector/vector.ixx
559
include/TFEL/Math/Vector/vectorResultType.hxx
560
include/TFEL/Math/array.hxx
561
include/TFEL/Math/composite.hxx
562
include/TFEL/Math/fsarray.hxx
563
include/TFEL/Math/functions.hxx
564
include/TFEL/Math/lambda.hxx
565
include/TFEL/Math/matrix.hxx
566
include/TFEL/Math/power.hxx
567
include/TFEL/Math/power.ixx
568
include/TFEL/Math/qt.hxx
569
include/TFEL/Math/st2tost2.hxx
570
include/TFEL/Math/st2tot2.hxx
571
include/TFEL/Math/stensor.hxx
572
include/TFEL/Math/t2tost2.hxx
573
include/TFEL/Math/t2tot2.hxx
574
include/TFEL/Math/tensor.hxx
575
include/TFEL/Math/tmatrix.hxx
576
include/TFEL/Math/tvector.hxx
577
include/TFEL/Math/vector.hxx
578
include/TFEL/Metaprogramming/EmptyClass.hxx
579
include/TFEL/Metaprogramming/EnableIf.hxx
580
include/TFEL/Metaprogramming/Forward/TypeList.hxx
581
include/TFEL/Metaprogramming/GenerateTypeList.hxx
582
include/TFEL/Metaprogramming/GenerateTypeList.ixx
583
include/TFEL/Metaprogramming/HasConstIterator.hxx
584
include/TFEL/Metaprogramming/HasIterator.hxx
585
include/TFEL/Metaprogramming/HasRandomAccessConstIterator.hxx
586
include/TFEL/Metaprogramming/HasRandomAccessIterator.hxx
587
include/TFEL/Metaprogramming/IF.hxx
588
include/TFEL/Metaprogramming/Implements.hxx
589
include/TFEL/Metaprogramming/IntToType.hxx
590
include/TFEL/Metaprogramming/InvalidType.hxx
591
include/TFEL/Metaprogramming/IsConvertibleTo.hxx
592
include/TFEL/Metaprogramming/IsPointer.hxx
593
include/TFEL/Metaprogramming/IsReference.hxx
594
include/TFEL/Metaprogramming/IsSameType.hxx
595
include/TFEL/Metaprogramming/IsSubClassOf.hxx
596
include/TFEL/Metaprogramming/IsSuperClassOf.hxx
597
include/TFEL/Metaprogramming/RemoveConstness.hxx
598
include/TFEL/Metaprogramming/RemoveReference.hxx
599
include/TFEL/Metaprogramming/StaticAssert.hxx
600
include/TFEL/Metaprogramming/TypeList.hxx
601
include/TFEL/Metaprogramming/TypeList.ixx
602
include/TFEL/System/BinaryRead.hxx
603
include/TFEL/System/BinaryWrite.hxx
604
include/TFEL/System/ChildProcess.hxx
605
include/TFEL/System/ExternalBehaviourDescription.hxx
606
include/TFEL/System/ExternalFunctionsPrototypes.hxx
607
include/TFEL/System/ExternalLibraryManager.hxx
608
include/TFEL/System/ProcessManager.h
609
include/TFEL/System/ProcessManager.hxx
610
include/TFEL/System/RecursiveFind.hxx
611
include/TFEL/System/STLContainerBinaryRead.hxx
612
include/TFEL/System/STLContainerBinaryWrite.hxx
613
include/TFEL/System/SignalHandler.hxx
614
include/TFEL/System/SignalHandler.ixx
615
include/TFEL/System/SignalManager.hxx
616
include/TFEL/System/System.hxx
617
include/TFEL/System/SystemError.hxx
618
include/TFEL/System/SystemError.ixx
619
include/TFEL/System/basic_rstream.hxx
620
include/TFEL/System/basic_rstream.ixx
621
include/TFEL/System/basic_wstream.hxx
622
include/TFEL/System/basic_wstream.ixx
623
include/TFEL/System/getFunction.h
624
include/TFEL/System/rfstream.hxx
625
include/TFEL/System/rstreamView.hxx
626
include/TFEL/System/rstreamView.ixx
627
include/TFEL/System/stream_traits.hxx
628
include/TFEL/System/wfstream.hxx
629
include/TFEL/System/wstreamView.hxx
630
include/TFEL/System/wstreamView.ixx
631
include/TFEL/Tests/MultipleTestOutputs.hxx
632
include/TFEL/Tests/StdStreamTestOutput.hxx
633
include/TFEL/Tests/Test.hxx
634
include/TFEL/Tests/TestCase.hxx
635
include/TFEL/Tests/TestFunctionWrapper.hxx
636
include/TFEL/Tests/TestFunctionWrapper.ixx
637
include/TFEL/Tests/TestManager.hxx
638
include/TFEL/Tests/TestOutput.hxx
639
include/TFEL/Tests/TestProxy.hxx
640
include/TFEL/Tests/TestProxy.ixx
641
include/TFEL/Tests/TestResult.hxx
642
include/TFEL/Tests/TestSuite.hxx
643
include/TFEL/Tests/XMLTestOutput.hxx
644
include/TFEL/TypeTraits/AbsType.hxx
645
include/TFEL/TypeTraits/BaseType.hxx
646
include/TFEL/TypeTraits/IsAssignableTo.hxx
647
include/TFEL/TypeTraits/IsComplex.hxx
648
include/TFEL/TypeTraits/IsFundamentalNumericType.hxx
649
include/TFEL/TypeTraits/IsInvalid.hxx
650
include/TFEL/TypeTraits/IsRandomAccessIterator.hxx
651
include/TFEL/TypeTraits/IsReal.hxx
652
include/TFEL/TypeTraits/IsSafelyReinterpretCastableTo.hxx
653
include/TFEL/TypeTraits/IsScalar.hxx
654
include/TFEL/TypeTraits/IsTemporary.hxx
655
include/TFEL/TypeTraits/IsUnaryOperator.hxx
656
include/TFEL/TypeTraits/Promote.hxx
657
include/TFEL/TypeTraits/Promote/Promote.ixx
658
include/TFEL/TypeTraits/RealPartType.hxx
659
include/TFEL/Utilities/ArgumentParserBase.hxx
660
include/TFEL/Utilities/ArgumentParserBase.ixx
661
include/TFEL/Utilities/Config.hxx
662
include/TFEL/Utilities/ConfigParser.hxx
663
include/TFEL/Utilities/ContainerRebind.hxx
664
include/TFEL/Utilities/CxxKeywords.hxx
665
include/TFEL/Utilities/CxxTokenizer.hxx
666
include/TFEL/Utilities/CxxTokenizer.ixx
667
include/TFEL/Utilities/GenTypeBase.hxx
668
include/TFEL/Utilities/GenTypeBase.ixx
669
include/TFEL/Utilities/GenTypeCastError.hxx
670
include/TFEL/Utilities/GenTypeSpecialisation.ixx
671
include/TFEL/Utilities/Global.hxx
672
include/TFEL/Utilities/Info.hxx
673
include/TFEL/Utilities/IntegersSet.hxx
674
include/TFEL/Utilities/LaTeXConvertion.hxx
675
include/TFEL/Utilities/MTestDocParser.hxx
676
include/TFEL/Utilities/MallocAllocator.hxx
677
include/TFEL/Utilities/MultipleDeque.hxx
678
include/TFEL/Utilities/MultipleDequeVector/MultipleDequeVector.hxx
679
include/TFEL/Utilities/MultipleDequeVector/MultipleDequeVector.ixx
680
include/TFEL/Utilities/MultipleDequeVector/MultipleDequeVectorIterators.ixx
681
include/TFEL/Utilities/MultipleDequeVector/TypeTransform.hxx
682
include/TFEL/Utilities/MultipleDequeVector/TypeTransform.ixx
683
include/TFEL/Utilities/MultipleVector.hxx
684
include/TFEL/Utilities/Name.hxx
685
include/TFEL/Utilities/Name.ixx
686
include/TFEL/Utilities/NewAllocator.hxx
687
include/TFEL/Utilities/ParserBase.hxx
688
include/TFEL/Utilities/RecursiveUnion.hxx
689
include/TFEL/Utilities/SmartPtr.hxx
690
include/TFEL/Utilities/StringAlgorithms.hxx
691
include/TFEL/Utilities/TerminalColors.hxx
692
include/TFEL/Utilities/TestDocMain.hxx
693
include/TFEL/Utilities/TestDocParser.hxx
694
include/TFEL/Utilities/TestDocumentation.hxx
695
include/TFEL/Utilities/TextData.hxx
696
include/TFEL/Utilities/ToString.hxx
697
include/TFEL/Utilities/ToString.ixx
698
include/TFEL/Utilities/Token.hxx
699
include/TFEL/Utilities/Tuple.hxx
700
include/TFEL/Utilities/Tuple.ixx
701
lib/libAsterInterface.so
702
lib/libAsterInterface.so.0
703
lib/libAsterInterface.so.0.0.0
704
lib/libMFrontLogStream.so
705
lib/libMFrontLogStream.so.0
706
lib/libMFrontLogStream.so.0.0.0
707
lib/libMTestFileGenerator.so
708
lib/libMTestFileGenerator.so.0
709
lib/libMTestFileGenerator.so.0.0.0
710
lib/libTFELException.so
711
lib/libTFELException.so.0
712
lib/libTFELException.so.0.0.0
713
lib/libTFELGlossary.so
714
lib/libTFELGlossary.so.0
715
lib/libTFELGlossary.so.0.0.0
716
lib/libTFELMTest.so
717
lib/libTFELMTest.so.0
718
lib/libTFELMTest.so.0.0.0
719
lib/libTFELMaterial.so
720
lib/libTFELMaterial.so.0
721
lib/libTFELMaterial.so.0.0.0
722
lib/libTFELMath.so
723
lib/libTFELMath.so.0
724
lib/libTFELMath.so.0.0.0
725
lib/libTFELMathCubicSpline.so
726
lib/libTFELMathCubicSpline.so.0
727
lib/libTFELMathCubicSpline.so.0.0.0
728
lib/libTFELMathKriging.so
729
lib/libTFELMathKriging.so.0
730
lib/libTFELMathKriging.so.0.0.0
731
lib/libTFELMathParser.so
732
lib/libTFELMathParser.so.0
733
lib/libTFELMathParser.so.0.0.0
734
lib/libTFELSystem.so
735
lib/libTFELSystem.so.0
736
lib/libTFELSystem.so.0.0.0
737
lib/libTFELTests.so
738
lib/libTFELTests.so.0
739
lib/libTFELTests.so.0.0.0
740
lib/libTFELUtilities.so
741
lib/libTFELUtilities.so.0
742
lib/libTFELUtilities.so.0.0.0
743
%%PORTDOCS%%%%DOCSDIR%%/AccelerationAlgorithm.md
744
%%PORTDOCS%%%%DOCSDIR%%/AccelerationAlgorithmParameter.md
745
%%PORTDOCS%%%%DOCSDIR%%/Author.md
746
%%PORTDOCS%%%%DOCSDIR%%/Behaviour.md
747
%%PORTDOCS%%%%DOCSDIR%%/CastemAccelerationPeriod.md
748
%%PORTDOCS%%%%DOCSDIR%%/CastemAccelerationTrigger.md
749
%%PORTDOCS%%%%DOCSDIR%%/CohesiveForce.md
750
%%PORTDOCS%%%%DOCSDIR%%/CohesiveForceEpsilon.md
751
%%PORTDOCS%%%%DOCSDIR%%/CompareToNumericalTangentOperator.md
752
%%PORTDOCS%%%%DOCSDIR%%/Date.md
753
%%PORTDOCS%%%%DOCSDIR%%/DeformationGradient.md
754
%%PORTDOCS%%%%DOCSDIR%%/DeformationGradientEpsilon.md
755
%%PORTDOCS%%%%DOCSDIR%%/Description.md
756
%%PORTDOCS%%%%DOCSDIR%%/Evolution.md
757
%%PORTDOCS%%%%DOCSDIR%%/ExternalStateVariable.md
758
%%PORTDOCS%%%%DOCSDIR%%/ImposedStrain.md
759
%%PORTDOCS%%%%DOCSDIR%%/ImposedStress.md
760
%%PORTDOCS%%%%DOCSDIR%%/IntegerParameter.md
761
%%PORTDOCS%%%%DOCSDIR%%/InternalStateVariable.md
762
%%PORTDOCS%%%%DOCSDIR%%/MaterialProperty.md
763
%%PORTDOCS%%%%DOCSDIR%%/MaximumNumberOfIterations.md
764
%%PORTDOCS%%%%DOCSDIR%%/MaximumNumberOfSubSteps.md
765
%%PORTDOCS%%%%DOCSDIR%%/ModellingHypothesis.md
766
%%PORTDOCS%%%%DOCSDIR%%/NumericalTangentOperatorPerturbationValue.md
767
%%PORTDOCS%%%%DOCSDIR%%/OutOfBoundsPolicy.md
768
%%PORTDOCS%%%%DOCSDIR%%/OutputFile.md
769
%%PORTDOCS%%%%DOCSDIR%%/OutputFilePrecision.md
770
%%PORTDOCS%%%%DOCSDIR%%/Parameter.md
771
%%PORTDOCS%%%%DOCSDIR%%/PredictionPolicy.md
772
%%PORTDOCS%%%%DOCSDIR%%/Real.md
773
%%PORTDOCS%%%%DOCSDIR%%/RotationMatrix.md
774
%%PORTDOCS%%%%DOCSDIR%%/StiffnessMatrixType.md
775
%%PORTDOCS%%%%DOCSDIR%%/StiffnessUpdatePolicy.md
776
%%PORTDOCS%%%%DOCSDIR%%/Strain.md
777
%%PORTDOCS%%%%DOCSDIR%%/StrainEpsilon.md
778
%%PORTDOCS%%%%DOCSDIR%%/Stress.md
779
%%PORTDOCS%%%%DOCSDIR%%/StressEpsilon.md
780
%%PORTDOCS%%%%DOCSDIR%%/Test.md
781
%%PORTDOCS%%%%DOCSDIR%%/Times.md
782
%%PORTDOCS%%%%DOCSDIR%%/UnsignedIntegerParameter.md
783
%%PORTDOCS%%%%DOCSDIR%%/UseCastemAccelerationAlgorithm.md
784
%%DATADIR%%/Examples/elasticity.mfront
785
%%DATADIR%%/Examples/implicit.mfront
786
%%DATADIR%%/Examples/norton.mfront
787
%%DATADIR%%/Examples/plasticity.mfront
788
%%DATADIR%%/Examples/rungekutta54.mfront
789
%%DATADIR%%/Examples/win32.txt
790
%%DATADIR%%/LICENCE-CECILL-A-EN
791
%%DATADIR%%/LICENCE-CECILL-A-FR
792
%%DATADIR%%/LICENCE-GNU-GPL
793
%%DATADIR%%/mfront/tests/behaviours/AgeingBurger.mfront
794
%%DATADIR%%/mfront/tests/behaviours/AnistropicLemaitreViscoplasticBehaviour.mfront
795
%%DATADIR%%/mfront/tests/behaviours/Burger.mfront
796
%%DATADIR%%/mfront/tests/behaviours/Chaboche.mfront
797
%%DATADIR%%/mfront/tests/behaviours/Chaboche2.mfront
798
%%DATADIR%%/mfront/tests/behaviours/CompressibleNeoHookeanBehaviour.mfront
799
%%DATADIR%%/mfront/tests/behaviours/DDIF2.mfront
800
%%DATADIR%%/mfront/tests/behaviours/DruckerPrager.mfront
801
%%DATADIR%%/mfront/tests/behaviours/DruckerPragerEcroLin.mfront
802
%%DATADIR%%/mfront/tests/behaviours/DruckerPragerEcroLinDefault.mfront
803
%%DATADIR%%/mfront/tests/behaviours/Elasticity.mfront
804
%%DATADIR%%/mfront/tests/behaviours/Elasticity2.mfront
805
%%DATADIR%%/mfront/tests/behaviours/Elasticity3.mfront
806
%%DATADIR%%/mfront/tests/behaviours/EllipticCreep.mfront
807
%%DATADIR%%/mfront/tests/behaviours/ExternalStateVariablesBoundsCheck.mfront
808
%%DATADIR%%/mfront/tests/behaviours/FiniteRotationSmallStrainElasticity.mfront
809
%%DATADIR%%/mfront/tests/behaviours/FiniteRotationSmallStrainElasticity2.mfront
810
%%DATADIR%%/mfront/tests/behaviours/FiniteStrainSingleCrystal.mfront
811
%%DATADIR%%/mfront/tests/behaviours/FiniteStrainSingleCrystal2.mfront
812
%%DATADIR%%/mfront/tests/behaviours/FiniteStrainSingleCrystal_NumericalJacobian.mfront
813
%%DATADIR%%/mfront/tests/behaviours/GeneralizedMaxwell.mfront
814
%%DATADIR%%/mfront/tests/behaviours/GursonTvergaardNeedlemanPlasticFlow_NumericalJacobian.mfront
815
%%DATADIR%%/mfront/tests/behaviours/GursonTvergaardNeedlemanViscoPlasticFlow_NumericalJacobian.mfront
816
%%DATADIR%%/mfront/tests/behaviours/Hayhurst.mfront
817
%%DATADIR%%/mfront/tests/behaviours/ImplicitFiniteStrainNorton.mfront
818
%%DATADIR%%/mfront/tests/behaviours/ImplicitHayhurst.mfront
819
%%DATADIR%%/mfront/tests/behaviours/ImplicitMonoCrystal.mfront
820
%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton.mfront
821
%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton2.mfront
822
%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton3.mfront
823
%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton_Broyden.mfront
824
%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton_Broyden2.mfront
825
%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton_LevenbergMarquardt.mfront
826
%%DATADIR%%/mfront/tests/behaviours/ImplicitOrthotropicCreep.mfront
827
%%DATADIR%%/mfront/tests/behaviours/ImplicitSimoMieheElastoPlasticity.mfront
828
%%DATADIR%%/mfront/tests/behaviours/IncompressibleMooneyRivlinBehaviour.mfront
829
%%DATADIR%%/mfront/tests/behaviours/IncompressiblePlaneStressGornetDesmoratBehaviour.mfront
830
%%DATADIR%%/mfront/tests/behaviours/IncompressiblePlaneStressMooneyRivlinBehaviour.mfront
831
%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainElasticity.mfront
832
%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainElasticity2.mfront
833
%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainNortonCreep.mfront
834
%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainPlasticity.mfront
835
%%DATADIR%%/mfront/tests/behaviours/Lorentz.mfront
836
%%DATADIR%%/mfront/tests/behaviours/Lorentz2.mfront
837
%%DATADIR%%/mfront/tests/behaviours/MaterialPropertiesBoundsCheck.mfront
838
%%DATADIR%%/mfront/tests/behaviours/Mazars.mfront
839
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal.mfront
840
%%DATADIR%%/mfront/tests/behaviours/MonoCrystalNewtonRaphson.mfront
841
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC.mfront
842
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_InteractionMatrix.mfront
843
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_Irradiation.mfront
844
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_Irradiation_NumericalJacobian.mfront
845
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_LevenbergMarquardt.mfront
846
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_NumericalJacobian.mfront
847
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_SlidingSystems.mfront
848
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC.mfront
849
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC_InteractionMatrix.mfront
850
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC_Irradiation.mfront
851
%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC_NumericalJacobian.mfront
852
%%DATADIR%%/mfront/tests/behaviours/Norton.mfront
853
%%DATADIR%%/mfront/tests/behaviours/NortonRK.mfront
854
%%DATADIR%%/mfront/tests/behaviours/NortonRK2.mfront
855
%%DATADIR%%/mfront/tests/behaviours/NortonRK3.mfront
856
%%DATADIR%%/mfront/tests/behaviours/NortonRK4.mfront
857
%%DATADIR%%/mfront/tests/behaviours/Norton_Euler.mfront
858
%%DATADIR%%/mfront/tests/behaviours/Norton_rk2.mfront
859
%%DATADIR%%/mfront/tests/behaviours/Norton_rk4.mfront
860
%%DATADIR%%/mfront/tests/behaviours/Norton_rk42.mfront
861
%%DATADIR%%/mfront/tests/behaviours/Norton_rkCastem.mfront
862
%%DATADIR%%/mfront/tests/behaviours/OrthotropicCreep.mfront
863
%%DATADIR%%/mfront/tests/behaviours/OrthotropicCreep_rk42.mfront
864
%%DATADIR%%/mfront/tests/behaviours/OrthotropicCreep_rkCastem.mfront
865
%%DATADIR%%/mfront/tests/behaviours/OrthotropicElastic.mfront
866
%%DATADIR%%/mfront/tests/behaviours/OrthotropicElastic2.mfront
867
%%DATADIR%%/mfront/tests/behaviours/PlasIsoCin.mfront
868
%%DATADIR%%/mfront/tests/behaviours/Plasticity.mfront
869
%%DATADIR%%/mfront/tests/behaviours/PolyCrystals.mfront
870
%%DATADIR%%/mfront/tests/behaviours/PolyCrystals_DD_CC.mfront
871
%%DATADIR%%/mfront/tests/behaviours/PolyCrystals_DD_CFC.mfront
872
%%DATADIR%%/mfront/tests/behaviours/SaintVenantKirchhoffElasticity.mfront
873
%%DATADIR%%/mfront/tests/behaviours/SaintVenantKirchhoffElasticity2.mfront
874
%%DATADIR%%/mfront/tests/behaviours/SaintVenantKirchhoffElasticity3.mfront
875
%%DATADIR%%/mfront/tests/behaviours/SlidingSystemsCC.mfront
876
%%DATADIR%%/mfront/tests/behaviours/StateVariablesBoundsCheck.mfront
877
%%DATADIR%%/mfront/tests/behaviours/StrainHardeningCreep.mfront
878
%%DATADIR%%/mfront/tests/behaviours/T91ViscoplasticBehaviour.mfront
879
%%DATADIR%%/mfront/tests/behaviours/Tvergaard.mfront
880
%%DATADIR%%/mfront/tests/behaviours/ViscoChaboche.mfront
881
%%DATADIR%%/mfront/tests/behaviours/ViscoMemoNrad.mfront
882
%%DATADIR%%/mfront/tests/behaviours/ViscoPlasIsoCin.mfront
883
yes
884
native
885
text/plain

Return to bug 212375