faMesh/faGlobalMeshData/faGlobalMeshData.C
faMesh/faMeshesRegistry.C
faMesh/faMeshRegistry.C
faMesh/faMesh.C
faMesh/faMeshNew.C
faMesh/faMeshDemandDrivenData.C
faMesh/faMeshPatches.C
faMesh/faMeshTopology.C
faMesh/faMeshUpdate.C
faMesh/faMeshBoundaryHalo.C
faMesh/faBoundaryMesh/faBoundaryMesh.C
faMesh/faBoundaryMesh/faBoundaryMeshEntries.C

faMesh/faMeshSubset/faMeshSubset.C
faMesh/faMeshTools/faMeshTools.C
faMesh/faMeshTools/faMeshToolsChecks.C
faMesh/faMeshTools/faMeshToolsProcAddr.C

faPatches = faMesh/faPatches
$(faPatches)/faPatch/faPatch.C
$(faPatches)/faPatch/faPatchData.C
$(faPatches)/faPatch/faPatchNew.C
$(faPatches)/basic/coupled/coupledFaPatch.C
$(faPatches)/constraint/empty/emptyFaPatch.C
$(faPatches)/constraint/processor/processorFaPatch.C
$(faPatches)/constraint/wedge/wedgeFaPatch.C
$(faPatches)/constraint/cyclic/cyclicFaPatch.C
$(faPatches)/constraint/symmetry/symmetryFaPatch.C
$(faPatches)/other/ignore/ignoreFaPatch.C

distributed/faMeshDistributor.C
distributed/faMeshDistributorNew.C

ensight = output/ensight
$(ensight)/ensightFaMesh.C

faMeshMapper = faMesh/faMeshMapper
$(faMeshMapper)/faMeshMapper.C
$(faMeshMapper)/faAreaMapper.C
$(faMeshMapper)/faEdgeMapper.C
$(faMeshMapper)/faPatchMapper.C

faPatchFields = fields/faPatchFields
$(faPatchFields)/faPatchField/faPatchFieldBase.C
$(faPatchFields)/faPatchField/faPatchFields.C

basicFaPatchFields = $(faPatchFields)/basic
$(basicFaPatchFields)/basicSymmetry/basicSymmetryFaPatchFields.C
$(basicFaPatchFields)/calculated/calculatedFaPatchFields.C
$(basicFaPatchFields)/extrapolatedCalculated/extrapolatedCalculatedFaPatchFields.C
$(basicFaPatchFields)/coupled/coupledFaPatchFields.C
$(basicFaPatchFields)/zeroGradient/zeroGradientFaPatchFields.C
$(basicFaPatchFields)/fixedValue/fixedValueFaPatchFields.C
$(basicFaPatchFields)/fixedGradient/fixedGradientFaPatchFields.C
$(basicFaPatchFields)/mixed/mixedFaPatchFields.C
$(basicFaPatchFields)/sliced/slicedFaPatchFields.C
$(basicFaPatchFields)/transform/transformFaPatchFields.C

constraintFaPatchFields = $(faPatchFields)/constraint
$(constraintFaPatchFields)/empty/emptyFaPatchFields.C
$(constraintFaPatchFields)/processor/processorFaPatchFields.C
$(constraintFaPatchFields)/wedge/wedgeFaPatchFields.C
$(constraintFaPatchFields)/cyclic/cyclicFaPatchFields.C
$(constraintFaPatchFields)/symmetry/symmetryFaPatchFields.C

derivedFaPatchFields = $(faPatchFields)/derived
$(derivedFaPatchFields)/fixedValueOutflow/fixedValueOutflowFaPatchFields.C
$(derivedFaPatchFields)/inletOutlet/inletOutletFaPatchFields.C
$(derivedFaPatchFields)/outletInlet/outletInletFaPatchFields.C
$(derivedFaPatchFields)/slip/slipFaPatchFields.C
$(derivedFaPatchFields)/edgeNormalFixedValue/edgeNormalFixedValueFaPatchVectorField.C
$(derivedFaPatchFields)/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFaPatchFields.C
$(derivedFaPatchFields)/uniformFixedGradient/uniformFixedGradientFaPatchFields.C
$(derivedFaPatchFields)/uniformFixedValue/uniformFixedValueFaPatchFields.C
$(derivedFaPatchFields)/uniformMixed/uniformMixedFaPatchFields.C
$(derivedFaPatchFields)/ignore/ignoreFaPatchFields.C
$(derivedFaPatchFields)/clampedPlate/clampedPlateFaPatchFields.C

faePatchFields = fields/faePatchFields
$(faePatchFields)/faePatchField/faePatchFieldBase.C
$(faePatchFields)/faePatchField/faePatchFields.C

basicFaePatchFields = $(faePatchFields)/basic
$(basicFaePatchFields)/calculated/calculatedFaePatchFields.C
$(basicFaePatchFields)/coupled/coupledFaePatchFields.C
$(basicFaePatchFields)/fixedValue/fixedValueFaePatchFields.C
$(basicFaePatchFields)/sliced/slicedFaePatchFields.C

constraintFaePatchFields = $(faePatchFields)/constraint
$(constraintFaePatchFields)/empty/emptyFaePatchFields.C
$(constraintFaePatchFields)/processor/processorFaePatchFields.C
$(constraintFaePatchFields)/wedge/wedgeFaePatchFields.C
$(constraintFaePatchFields)/cyclic/cyclicFaePatchFields.C
$(constraintFaePatchFields)/symmetry/symmetryFaePatchFields.C

fields/areaFields/areaFields.C
fields/edgeFields/edgeFields.C

faMatrices/faMatrices.C
faMatrices/faScalarMatrix/faScalarMatrix.C

edgeInterpolation = interpolation/edgeInterpolation
$(edgeInterpolation)/edgeInterpolation.C
$(edgeInterpolation)/edgeInterpolationScheme/edgeInterpolationSchemes.C

schemes = $(edgeInterpolation)/schemes
$(schemes)/linear/linearEdgeInterpolationMake.C
$(schemes)/upwind/upwindEdgeInterpolationMake.C
$(schemes)/linearUpwind/linearUpwindEdgeInterpolationMake.C
$(schemes)/Gamma/GammaEdgeInterpolationMake.C
$(schemes)/blended/blendedEdgeInterpolationMake.C
$(schemes)/skewCorrected/skewCorrectedEdgeInterpolationMake.C
$(schemes)/leastSquares/leastSquaresEdgeInterpolationMake.C

finiteArea/fa/fa.C

ddtSchemes = finiteArea/ddtSchemes
$(ddtSchemes)/faDdtScheme/faDdtSchemes.C
$(ddtSchemes)/steadyStateFaDdtScheme/steadyStateFaDdtSchemes.C
$(ddtSchemes)/EulerFaDdtScheme/EulerFaDdtSchemes.C
$(ddtSchemes)/backwardFaDdtScheme/backwardFaDdtSchemes.C
$(ddtSchemes)/boundedBackwardFaDdtScheme/boundedBackwardFaDdtScheme.C

d2dt2Schemes = finiteArea/d2dt2Schemes
$(d2dt2Schemes)/faD2dt2Scheme/faD2dt2Schemes.C
$(d2dt2Schemes)/EulerFaD2dt2Scheme/EulerFaD2dt2Schemes.C

divSchemes = finiteArea/divSchemes
finiteArea/fam/vectorFamDiv.C
$(divSchemes)/faDivScheme/faDivSchemes.C
$(divSchemes)/gaussFaDivScheme/gaussFaDivSchemes.C

gradSchemes = finiteArea/gradSchemes
$(gradSchemes)/faGradScheme/faGradSchemes.C
$(gradSchemes)/gaussFaGrad/gaussFaGrads.C
$(gradSchemes)/leastSquaresFaGrad/leastSquaresFaVectors.C
$(gradSchemes)/leastSquaresFaGrad/leastSquaresFaGrads.C

limitedGradSchemes = $(gradSchemes)/limitedGradSchemes
$(limitedGradSchemes)/faceLimitedFaGrad/faceLimitedFaGrads.C
$(limitedGradSchemes)/edgeLimitedFaGrad/edgeLimitedFaGrads.C

lnGradSchemes = finiteArea/lnGradSchemes
$(lnGradSchemes)/lnGradScheme/lnGradSchemes.C
$(lnGradSchemes)/uncorrectedLnGrad/uncorrectedLnGrads.C
$(lnGradSchemes)/correctedLnGrad/correctedLnGrads.C
$(lnGradSchemes)/limitedLnGrad/limitedLnGrads.C
$(lnGradSchemes)/fourthLnGrad/fourthLnGrads.C

laplacianSchemes = finiteArea/laplacianSchemes
$(laplacianSchemes)/faLaplacianScheme/faLaplacianSchemes.C
$(laplacianSchemes)/gaussFaLaplacianScheme/gaussFaLaplacianSchemes.C

convectionSchemes = finiteArea/convectionSchemes
$(convectionSchemes)/faConvectionScheme/faConvectionSchemes.C
$(convectionSchemes)/gaussFaConvectionScheme/gaussFaConvectionSchemes.C

LIB = $(FOAM_LIBBIN)/libfiniteArea
