1 tetPolyMesh = tetPolyMesh
2 tetPolyBoundaryMesh = $(tetPolyMesh)/tetPolyBoundaryMesh
3 tetPolyPatches = $(tetPolyMesh)/tetPolyPatches
4 tetPolyPatch = $(tetPolyPatches)/tetPolyPatch
5 faceTetPolyPatch = $(tetPolyPatches)/faceTetPolyPatch
6 basicTetPolyPatches = $(tetPolyPatches)/basic
7 constraintTetPolyPatches = $(tetPolyPatches)/constraint
8 derivedTetPolyPatches = $(tetPolyPatches)/derived
9 coupledTetPolyPatch = $(basicTetPolyPatches)/coupled
10 coupledFaceTetPolyPatch = $(basicTetPolyPatches)/coupledFace
11 emptyTetPolyPatch = $(constraintTetPolyPatches)/empty
12 symmetryTetPolyPatch = $(constraintTetPolyPatches)/symmetry
13 wedgeTetPolyPatch = $(constraintTetPolyPatches)/wedge
14 processorTetPolyPatch = $(constraintTetPolyPatches)/processor
15 ggiTetPolyPatch = $(constraintTetPolyPatches)/ggi
16 cyclicGgiTetPolyPatch = $(constraintTetPolyPatches)/cyclicGgi
17 mixingPlaneTetPolyPatch = $(constraintTetPolyPatches)/mixingPlane
18 globalTetPolyPatch = $(constraintTetPolyPatches)/global
19 wallTetPolyPatch = $(derivedTetPolyPatches)/wall
21 MapTetFemFields = $(tetPolyMesh)/MapTetFemFields
23 tetPolyPatchInterpolation = tetPolyPatchInterpolation
25 $(tetPolyPatch)/tetPolyPatch.C
26 $(faceTetPolyPatch)/faceTetPolyPatch.C
27 $(faceTetPolyPatch)/newFaceTetPolyPatch.C
28 $(coupledTetPolyPatch)/coupledTetPolyPatch.C
29 $(emptyTetPolyPatch)/emptyTetPolyPatch.C
30 $(symmetryTetPolyPatch)/symmetryTetPolyPatch.C
31 $(wedgeTetPolyPatch)/wedgeTetPolyPatch.C
32 $(coupledFaceTetPolyPatch)/coupledFaceTetPolyPatch.C
33 $(processorTetPolyPatch)/processorTetPolyPatchM.C
34 $(processorTetPolyPatch)/calcProcessorTetPolyPatchAddr.C
35 $(processorTetPolyPatch)/calcProcessorTetPolyPatchPointAddr.C
36 $(ggiTetPolyPatch)/ggiTetPolyPatch.C
37 $(cyclicGgiTetPolyPatch)/cyclicGgiTetPolyPatch.C
38 $(mixingPlaneTetPolyPatch)/mixingPlaneTetPolyPatch.C
39 $(globalTetPolyPatch)/globalTetPolyPatch.C
40 $(globalTetPolyPatch)/calcGlobalTetPolyPatchAddr.C
41 $(wallTetPolyPatch)/wallTetPolyPatch.C
42 $(tetPolyBoundaryMesh)/tetPolyBoundaryMesh.C
43 $(tetPolyMesh)/tetPolyMeshLduAddressing.C
44 $(tetPolyMesh)/tetPolyMesh.C
45 $(tetPolyMesh)/calcTetPolyMeshGeometry.C
46 $(tetPolyMesh)/calcTetPolyMeshAddressing.C
47 $(tetPolyMesh)/addParallelPointPatch.C
48 $(tetPolyMesh)/calcTetPolyMeshParPointData.C
50 $(MapTetFemFields)/tetPointMapper.C
51 $(MapTetFemFields)/tetPolyPatchMapper.C
52 $(tetPolyPatchInterpolation)/tetPolyPatchInterpolation.C
54 tetPolyPatchFields = fields/tetPolyPatchFields
55 $(tetPolyPatchFields)/tetPolyPatchField/tetPolyPatchFields.C
57 basicTetPolyPatchFields = $(tetPolyPatchFields)/basic
58 $(basicTetPolyPatchFields)/calculated/calculatedTetPolyPatchFields.C
59 $(basicTetPolyPatchFields)/coupled/coupledTetPolyPatchFields.C
60 $(basicTetPolyPatchFields)/coupledFace/coupledFaceTetPolyPatchFields.C
61 $(basicTetPolyPatchFields)/generic/genericTetPolyPatchFields.C
62 $(basicTetPolyPatchFields)/value/valueTetPolyPatchFields.C
63 $(basicTetPolyPatchFields)/fixedValue/fixedValueTetPolyPatchFields.C
64 $(basicTetPolyPatchFields)/mixed/mixedTetPolyPatchFields.C
65 $(basicTetPolyPatchFields)/zeroGradient/zeroGradientTetPolyPatchFields.C
67 constraintTetPolyPatchFields = $(tetPolyPatchFields)/constraint
68 $(constraintTetPolyPatchFields)/empty/emptyTetPolyPatchFields.C
69 $(constraintTetPolyPatchFields)/wedge/wedgeTetPolyPatchFields.C
70 $(constraintTetPolyPatchFields)/symmetry/symmetryTetPolyPatchFields.C
71 $(constraintTetPolyPatchFields)/processor/processorTetPolyPatchFields.C
73 derivedTetPolyPatchFields = $(tetPolyPatchFields)/derived
74 $(derivedTetPolyPatchFields)/global/globalTetPolyPatchFields.C
75 $(derivedTetPolyPatchFields)/componentMixed/componentMixedTetPolyPatchVectorField.C
76 $(derivedTetPolyPatchFields)/oscillatingFixedValue/oscillatingFixedValueTetPolyPatchFields.C
77 $(derivedTetPolyPatchFields)/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueTetPolyPatchFields.C
78 $(derivedTetPolyPatchFields)/slip/slipTetPolyPatchFields.C
80 elementPatchFields = fields/elementPatchFields
81 $(elementPatchFields)/elementPatchField/elementPatchFields.C
83 basicElementPatchFields = $(elementPatchFields)/basic
84 $(basicElementPatchFields)/calculated/calculatedElementPatchFields.C
85 $(basicElementPatchFields)/coupled/coupledElementPatchFields.C
86 $(basicElementPatchFields)/coupledFace/coupledFaceElementPatchFields.C
87 $(basicElementPatchFields)/value/valueElementPatchFields.C
89 constraintElementPatchFields = $(elementPatchFields)/constraint
90 $(constraintElementPatchFields)/empty/emptyElementPatchFields.C
91 $(constraintElementPatchFields)/wedge/wedgeElementPatchFields.C
92 $(constraintElementPatchFields)/symmetry/symmetryElementPatchFields.C
93 $(constraintElementPatchFields)/processor/processorElementPatchFields.C
94 $(constraintElementPatchFields)/global/globalElementPatchFields.C
97 fields/tetPointFields/tetPointFields.C
98 fields/elementFields/elementFields.C
100 tetFemMatrix/tetFemScalarMatrix.C
101 tetFemMatrix/tetFemMatrices.C
103 LIB = $(FOAM_LIBBIN)/libtetFiniteElement