From 94d3e79a8617f88dc0219cfdeedfa3147833719d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 24 Jun 2019 14:43:36 +0200 Subject: Initialize at openlb-1-3 --- src/boundary/MakeHeader | 51 + src/boundary/advectionDiffusionBoundaries.h | 122 ++ src/boundary/advectionDiffusionBoundaries.hh | 313 +++ .../advectionDiffusionBoundaryCondition2D.cpp | 33 + .../advectionDiffusionBoundaryCondition2D.h | 157 ++ .../advectionDiffusionBoundaryCondition2D.hh | 262 +++ .../advectionDiffusionBoundaryCondition3D.cpp | 33 + .../advectionDiffusionBoundaryCondition3D.h | 126 ++ .../advectionDiffusionBoundaryCondition3D.hh | 292 +++ .../advectionDiffusionBoundaryInstantiator2D.h | 523 +++++ .../advectionDiffusionBoundaryInstantiator3D.h | 79 + .../advectionDiffusionBoundaryInstantiator3D.hh | 325 +++ .../advectionDiffusionBoundaryPostProcessor3D.cpp | 39 + .../advectionDiffusionBoundaryPostProcessor3D.h | 159 ++ .../advectionDiffusionBoundaryPostProcessor3D.hh | 291 +++ .../advectionDiffusionMomentaOnBoundaries.h | 80 + .../advectionDiffusionMomentaOnBoundaries.hh | 175 ++ src/boundary/boundary2D.h | 42 + src/boundary/boundary2D.hh | 42 + src/boundary/boundary3D.h | 44 + src/boundary/boundary3D.hh | 45 + src/boundary/boundaryCondition2D.cpp | 72 + src/boundary/boundaryCondition2D.h | 217 ++ src/boundary/boundaryCondition2D.hh | 588 +++++ src/boundary/boundaryCondition3D.cpp | 58 + src/boundary/boundaryCondition3D.h | 287 +++ src/boundary/boundaryCondition3D.hh | 783 +++++++ src/boundary/boundaryInstantiator2D.h | 816 +++++++ src/boundary/boundaryInstantiator3D.h | 1535 +++++++++++++ src/boundary/boundaryPostProcessors2D.cpp | 78 + src/boundary/boundaryPostProcessors2D.h | 340 +++ src/boundary/boundaryPostProcessors2D.hh | 757 +++++++ src/boundary/boundaryPostProcessors3D.cpp | 121 ++ src/boundary/boundaryPostProcessors3D.h | 392 ++++ src/boundary/boundaryPostProcessors3D.hh | 994 +++++++++ .../extendedFiniteDifferenceBoundary2D.cpp | 57 + src/boundary/extendedFiniteDifferenceBoundary2D.h | 87 + src/boundary/extendedFiniteDifferenceBoundary2D.hh | 363 ++++ .../extendedFiniteDifferenceBoundary3D.cpp | 62 + src/boundary/extendedFiniteDifferenceBoundary3D.h | 84 + src/boundary/extendedFiniteDifferenceBoundary3D.hh | 459 ++++ src/boundary/inamuroAnalyticalDynamics.cpp | 48 + src/boundary/inamuroAnalyticalDynamics.h | 57 + src/boundary/inamuroAnalyticalDynamics.hh | 159 ++ src/boundary/inamuroBoundary2D.cpp | 50 + src/boundary/inamuroBoundary2D.h | 41 + src/boundary/inamuroBoundary2D.hh | 194 ++ src/boundary/inamuroBoundary3D.cpp | 50 + src/boundary/inamuroBoundary3D.h | 39 + src/boundary/inamuroBoundary3D.hh | 262 +++ src/boundary/inamuroNewtonRaphsonDynamics.cpp | 56 + src/boundary/inamuroNewtonRaphsonDynamics.h | 84 + src/boundary/inamuroNewtonRaphsonDynamics.hh | 456 ++++ src/boundary/module.mk | 27 + src/boundary/momentaOnBoundaries.h | 184 ++ src/boundary/momentaOnBoundaries.hh | 427 ++++ src/boundary/momentaOnBoundaries2D.cpp | 75 + src/boundary/momentaOnBoundaries2D.h | 71 + src/boundary/momentaOnBoundaries2D.hh | 168 ++ src/boundary/momentaOnBoundaries3D.cpp | 104 + src/boundary/momentaOnBoundaries3D.h | 107 + src/boundary/momentaOnBoundaries3D.hh | 300 +++ src/boundary/offBoundaryCondition2D.cpp | 50 + src/boundary/offBoundaryCondition2D.h | 128 ++ src/boundary/offBoundaryCondition2D.hh | 309 +++ src/boundary/offBoundaryCondition3D.cpp | 46 + src/boundary/offBoundaryCondition3D.h | 114 + src/boundary/offBoundaryCondition3D.hh | 166 ++ src/boundary/offBoundaryInstantiator2D.h | 715 +++++++ src/boundary/offBoundaryInstantiator3D.h | 576 +++++ src/boundary/offBoundaryPostProcessors2D.cpp | 45 + src/boundary/offBoundaryPostProcessors2D.h | 242 +++ src/boundary/offBoundaryPostProcessors2D.hh | 455 ++++ src/boundary/offBoundaryPostProcessors3D.cpp | 41 + src/boundary/offBoundaryPostProcessors3D.h | 179 ++ src/boundary/offBoundaryPostProcessors3D.hh | 346 +++ src/boundary/rtlbmBoundary.h | 61 + src/boundary/rtlbmBoundary.hh | 260 +++ src/boundary/rtlbmBoundaryDynamics.h | 177 ++ src/boundary/rtlbmBoundaryDynamics.hh | 377 ++++ src/boundary/superBoundaryCondition2D.cpp | 55 + src/boundary/superBoundaryCondition2D.h | 189 ++ src/boundary/superBoundaryCondition2D.hh | 483 +++++ src/boundary/superBoundaryCondition3D.cpp | 55 + src/boundary/superBoundaryCondition3D.h | 191 ++ src/boundary/superBoundaryCondition3D.hh | 589 +++++ src/boundary/superOffBoundaryCondition2D.cpp | 51 + src/boundary/superOffBoundaryCondition2D.h | 163 ++ src/boundary/superOffBoundaryCondition2D.hh | 388 ++++ src/boundary/superOffBoundaryCondition3D.cpp | 46 + src/boundary/superOffBoundaryCondition3D.h | 133 ++ src/boundary/superOffBoundaryCondition3D.hh | 316 +++ .../wallFunctionBoundaryPostProcessors3D.cpp | 41 + .../wallFunctionBoundaryPostProcessors3D.h | 193 ++ .../wallFunctionBoundaryPostProcessors3D.hh | 876 ++++++++ src/boundary/zouHeBoundary2D.cpp | 50 + src/boundary/zouHeBoundary2D.h | 41 + src/boundary/zouHeBoundary2D.hh | 195 ++ src/boundary/zouHeBoundary3D.cpp | 50 + src/boundary/zouHeBoundary3D.h | 41 + src/boundary/zouHeBoundary3D.hh | 264 +++ src/boundary/zouHeDynamics.cpp | 72 + src/boundary/zouHeDynamics.h | 58 + src/boundary/zouHeDynamics.hh | 136 ++ src/communication/MakeHeader | 38 + src/communication/blockLoadBalancer.cpp | 29 + src/communication/blockLoadBalancer.h | 57 + src/communication/blockLoadBalancer.hh | 105 + src/communication/communication2D.h | 41 + src/communication/communication2D.hh | 38 + src/communication/communication3D.h | 42 + src/communication/communication3D.hh | 38 + src/communication/communicator2D.cpp | 37 + src/communication/communicator2D.h | 99 + src/communication/communicator2D.hh | 185 ++ src/communication/communicator3D.cpp | 37 + src/communication/communicator3D.h | 97 + src/communication/communicator3D.hh | 181 ++ src/communication/cuboidNeighbourhood2D.cpp | 38 + src/communication/cuboidNeighbourhood2D.h | 195 ++ src/communication/cuboidNeighbourhood2D.hh | 452 ++++ src/communication/cuboidNeighbourhood3D.cpp | 38 + src/communication/cuboidNeighbourhood3D.h | 190 ++ src/communication/cuboidNeighbourhood3D.hh | 449 ++++ src/communication/heuristicLoadBalancer.cpp | 29 + src/communication/heuristicLoadBalancer.h | 85 + src/communication/heuristicLoadBalancer.hh | 402 ++++ src/communication/loadBalancer.cpp | 31 + src/communication/loadBalancer.h | 208 ++ src/communication/loadBalancer.hh | 167 ++ src/communication/module.mk | 27 + src/communication/mpiManager.cpp | 1154 ++++++++++ src/communication/mpiManager.h | 279 +++ src/communication/ompManager.cpp | 59 + src/communication/ompManager.h | 49 + src/communication/superStructure2D.cpp | 34 + src/communication/superStructure2D.h | 91 + src/communication/superStructure2D.hh | 114 + src/communication/superStructure3D.cpp | 34 + src/communication/superStructure3D.h | 95 + src/communication/superStructure3D.hh | 120 ++ src/core/MakeHeader | 49 + src/core/blockData2D.cpp | 38 + src/core/blockData2D.h | 128 ++ src/core/blockData2D.hh | 300 +++ src/core/blockData3D.cpp | 37 + src/core/blockData3D.h | 123 ++ src/core/blockData3D.hh | 329 +++ src/core/blockLattice2D.cpp | 36 + src/core/blockLattice2D.h | 193 ++ src/core/blockLattice2D.hh | 684 ++++++ src/core/blockLattice3D.cpp | 36 + src/core/blockLattice3D.h | 214 ++ src/core/blockLattice3D.hh | 781 +++++++ src/core/blockLatticeStructure2D.cpp | 36 + src/core/blockLatticeStructure2D.h | 143 ++ src/core/blockLatticeStructure2D.hh | 330 +++ src/core/blockLatticeStructure3D.cpp | 36 + src/core/blockLatticeStructure3D.h | 214 ++ src/core/blockLatticeStructure3D.hh | 305 +++ src/core/blockLatticeView2D.cpp | 36 + src/core/blockLatticeView2D.h | 98 + src/core/blockLatticeView2D.hh | 295 +++ src/core/blockLatticeView3D.cpp | 36 + src/core/blockLatticeView3D.h | 97 + src/core/blockLatticeView3D.hh | 346 +++ src/core/blockStructure2D.cpp | 35 + src/core/blockStructure2D.h | 61 + src/core/blockStructure3D.cpp | 35 + src/core/blockStructure3D.h | 72 + src/core/cell.cpp | 35 + src/core/cell.h | 365 ++++ src/core/cell.hh | 159 ++ src/core/core2D.h | 45 + src/core/core2D.hh | 42 + src/core/core3D.h | 45 + src/core/core3D.hh | 42 + src/core/finiteDifference.h | 80 + src/core/finiteDifference2D.h | 141 ++ src/core/finiteDifference3D.h | 148 ++ src/core/latticeStatistics.cpp | 31 + src/core/latticeStatistics.h | 93 + src/core/latticeStatistics.hh | 344 +++ src/core/module.mk | 27 + src/core/olbDebug.h | 52 + src/core/olbInit.h | 64 + src/core/postProcessing.h | 224 ++ src/core/postProcessing.hh | 379 ++++ src/core/postProcessing2D.cpp | 38 + src/core/postProcessing3D.cpp | 39 + src/core/powerLawUnitConverter.h | 173 ++ src/core/powerLawUnitConverter.hh | 218 ++ src/core/radiativeUnitConverter.cpp | 92 + src/core/radiativeUnitConverter.h | 209 ++ src/core/serializer.cpp | 36 + src/core/serializer.h | 607 ++++++ src/core/serializer.hh | 139 ++ src/core/singleton.h | 174 ++ src/core/spatiallyExtendedObject2D.h | 37 + src/core/spatiallyExtendedObject3D.h | 37 + src/core/superData2D.cpp | 37 + src/core/superData2D.h | 106 + src/core/superData2D.hh | 215 ++ src/core/superData3D.cpp | 37 + src/core/superData3D.h | 117 + src/core/superData3D.hh | 244 +++ src/core/superExternal2D.h | 67 + src/core/superExternal2D.hh | 82 + src/core/superExternal3D.h | 81 + src/core/superExternal3D.hh | 62 + src/core/superLattice2D.cpp | 40 + src/core/superLattice2D.h | 357 ++++ src/core/superLattice2D.hh | 904 ++++++++ src/core/superLattice3D.cpp | 38 + src/core/superLattice3D.h | 357 ++++ src/core/superLattice3D.hh | 821 +++++++ src/core/thermalUnitConverter.h | 258 +++ src/core/thermalUnitConverter.hh | 206 ++ src/core/unitConverter.cpp | 41 + src/core/unitConverter.h | 428 ++++ src/core/unitConverter.hh | 198 ++ src/core/util.h | 471 ++++ src/core/vector.h | 482 +++++ src/dynamics/ADMlatticeDescriptors.h | 63 + src/dynamics/MakeHeader | 33 + .../SmagorinskyPorousParticleBGKdynamics.h | 71 + .../SmagorinskyPorousParticleBGKdynamics.hh | 119 ++ src/dynamics/SmagorinskyPowerLawBGKdynamics.h | 73 + src/dynamics/SmagorinskyPowerLawBGKdynamics.hh | 154 ++ .../SmagorinskyPowerLawPorousBGKdynamics.h | 66 + .../SmagorinskyPowerLawPorousBGKdynamics.hh | 133 ++ src/dynamics/WALELatticeDescriptors.h | 54 + src/dynamics/advectionDiffusionDynamics.h | 201 ++ src/dynamics/advectionDiffusionDynamics.hh | 442 ++++ src/dynamics/advectionDiffusionForces.h | 108 + src/dynamics/advectionDiffusionForces.hh | 130 ++ src/dynamics/advectionDiffusionMomenta.h | 88 + src/dynamics/advectionDiffusionMomenta.hh | 159 ++ src/dynamics/chopardDynamics.cpp | 39 + src/dynamics/chopardDynamics.h | 67 + src/dynamics/chopardDynamics.hh | 139 ++ src/dynamics/d3q13Helpers.h | 141 ++ src/dynamics/descriptorBase.h | 110 + src/dynamics/descriptorField.h | 201 ++ src/dynamics/descriptorFunction.h | 190 ++ src/dynamics/descriptorTag.h | 75 + src/dynamics/dynOmegaLatticeDescriptors.h | 73 + src/dynamics/dynSmagorinskyLatticeDescriptors.h | 47 + src/dynamics/dynamics.cpp | 105 + src/dynamics/dynamics.h | 995 +++++++++ src/dynamics/dynamics.hh | 2026 ++++++++++++++++++ src/dynamics/dynamics2D.h | 64 + src/dynamics/dynamics2D.hh | 56 + src/dynamics/dynamics3D.h | 68 + src/dynamics/dynamics3D.hh | 59 + src/dynamics/entropicDynamics.cpp | 41 + src/dynamics/entropicDynamics.h | 143 ++ src/dynamics/entropicDynamics.hh | 433 ++++ src/dynamics/entropicLbHelpers.h | 79 + src/dynamics/entropicLbHelpers2D.h | 102 + src/dynamics/entropicLbHelpers3D.h | 106 + src/dynamics/firstOrderLbHelpers.h | 132 ++ src/dynamics/firstOrderLbHelpers2D.h | 105 + src/dynamics/firstOrderLbHelpers3D.h | 285 +++ src/dynamics/freeEnergyDynamics.cpp | 48 + src/dynamics/freeEnergyDynamics.h | 120 ++ src/dynamics/freeEnergyDynamics.hh | 243 +++ src/dynamics/freeEnergyPostProcessor2D.h | 242 +++ src/dynamics/freeEnergyPostProcessor2D.hh | 511 +++++ src/dynamics/freeEnergyPostProcessor3D.h | 231 ++ src/dynamics/freeEnergyPostProcessor3D.hh | 631 ++++++ src/dynamics/guoZhaoDynamics.h | 74 + src/dynamics/guoZhaoDynamics.hh | 143 ++ src/dynamics/guoZhaoLatticeDescriptors.h | 67 + src/dynamics/guoZhaoLbHelpers.h | 166 ++ src/dynamics/interactionPotential.cpp | 62 + src/dynamics/interactionPotential.h | 140 ++ src/dynamics/interactionPotential.hh | 194 ++ src/dynamics/latticeDescriptors.cpp | 51 + src/dynamics/latticeDescriptors.h | 404 ++++ src/dynamics/lbHelpers.h | 678 ++++++ src/dynamics/lbHelpersD2Q5.h | 222 ++ src/dynamics/lbHelpersD2Q9.h | 343 +++ src/dynamics/lbHelpersD3Q15.h | 305 +++ src/dynamics/lbHelpersD3Q19.h | 567 +++++ src/dynamics/lbHelpersD3Q27.h | 548 +++++ src/dynamics/lbHelpersD3Q7.h | 305 +++ src/dynamics/module.mk | 27 + src/dynamics/mrtDynamics.cpp | 75 + src/dynamics/mrtDynamics.h | 97 + src/dynamics/mrtDynamics.hh | 203 ++ src/dynamics/mrtHelpers.h | 182 ++ src/dynamics/mrtHelpers2D.h | 229 ++ src/dynamics/mrtHelpers3D.h | 586 +++++ src/dynamics/mrtLatticeDescriptors.h | 477 +++++ ...okesAdvectionDiffusionCouplingPostProcessor2D.h | 184 ++ ...kesAdvectionDiffusionCouplingPostProcessor2D.hh | 417 ++++ ...okesAdvectionDiffusionCouplingPostProcessor3D.h | 244 +++ ...kesAdvectionDiffusionCouplingPostProcessor3D.hh | 485 +++++ ...sAdvectionDiffusionMRTCouplingPostProcessor2D.h | 91 + ...AdvectionDiffusionMRTCouplingPostProcessor2D.hh | 134 ++ ...sAdvectionDiffusionMRTCouplingPostProcessor3D.h | 149 ++ ...AdvectionDiffusionMRTCouplingPostProcessor3D.hh | 281 +++ src/dynamics/porousAdvectionDiffusionDescriptors.h | 43 + src/dynamics/porousAdvectionDiffusionDynamics.h | 63 + src/dynamics/porousAdvectionDiffusionDynamics.hh | 117 + src/dynamics/porousBGKdynamics.h | 273 +++ src/dynamics/porousBGKdynamics.hh | 671 ++++++ src/dynamics/porousForcedBGKDynamics.h | 65 + src/dynamics/porousForcedBGKDynamics.hh | 104 + src/dynamics/porousLatticeDescriptors.h | 87 + src/dynamics/powerLawBGKdynamics.h | 93 + src/dynamics/powerLawBGKdynamics.hh | 157 ++ src/dynamics/rtlbmDescriptors.h | 104 + src/dynamics/rtlbmDynamics.h | 90 + src/dynamics/rtlbmDynamics.hh | 187 ++ src/dynamics/shanChenDynGForcedPostProcessor2D.h | 87 + src/dynamics/shanChenDynGForcedPostProcessor2D.hh | 205 ++ .../shanChenDynOmegaForcedPostProcessor2D.h | 85 + .../shanChenDynOmegaForcedPostProcessor2D.hh | 197 ++ .../shanChenDynOmegaForcedPostProcessor3D.h | 85 + .../shanChenDynOmegaForcedPostProcessor3D.hh | 206 ++ src/dynamics/shanChenForcedLatticeDescriptors.h | 70 + src/dynamics/shanChenForcedPostProcessor2D.h | 85 + src/dynamics/shanChenForcedPostProcessor2D.hh | 197 ++ src/dynamics/shanChenForcedPostProcessor3D.h | 85 + src/dynamics/shanChenForcedPostProcessor3D.hh | 206 ++ .../shanChenForcedSingleComponentPostProcessor2D.h | 87 + ...shanChenForcedSingleComponentPostProcessor2D.hh | 171 ++ .../shanChenForcedSingleComponentPostProcessor3D.h | 85 + ...shanChenForcedSingleComponentPostProcessor3D.hh | 176 ++ src/dynamics/shearSmagorinskyLatticeDescriptors.h | 77 + src/dynamics/smagorinskyBGKdynamics.cpp | 44 + src/dynamics/smagorinskyBGKdynamics.h | 374 ++++ src/dynamics/smagorinskyBGKdynamics.hh | 1361 ++++++++++++ src/dynamics/smagorinskyGuoZhaoDynamics.h | 75 + src/dynamics/smagorinskyGuoZhaoDynamics.hh | 118 + src/dynamics/smagorinskyMRTdynamics.h | 95 + src/dynamics/smagorinskyMRTdynamics.hh | 164 ++ src/dynamics/stochasticSGSdynamics.h | 102 + src/dynamics/stochasticSGSdynamics.hh | 293 +++ src/dynamics/superGuoZhaoPostProcessor2D.h | 54 + src/dynamics/superGuoZhaoPostProcessor2D.hh | 92 + src/dynamics/wallFunctionLatticeDescriptors.h | 42 + src/external/tinyxml/MakeHeader | 32 + src/external/tinyxml/changes.txt | 290 +++ src/external/tinyxml/echo.dsp | 113 + src/external/tinyxml/module.mk | 27 + src/external/tinyxml/readme.txt | 530 +++++ src/external/tinyxml/tinyXmlTest.dsp | 92 + src/external/tinyxml/tinyXmlTest.vcproj | 226 ++ src/external/tinyxml/tinyXmlTestSTL.dsp | 92 + src/external/tinyxml/tinyXmlTestSTL.vcproj | 225 ++ src/external/tinyxml/tinystr.cpp | 116 + src/external/tinyxml/tinystr.h | 359 ++++ src/external/tinyxml/tinyxml.cpp | 1936 +++++++++++++++++ src/external/tinyxml/tinyxml.dsw | 71 + src/external/tinyxml/tinyxml.h | 2078 ++++++++++++++++++ src/external/tinyxml/tinyxml.sln | 44 + src/external/tinyxml/tinyxmlSTL.dsp | 126 ++ src/external/tinyxml/tinyxmlSTL.vcproj | 279 +++ src/external/tinyxml/tinyxml_lib.dsp | 130 ++ src/external/tinyxml/tinyxml_lib.vcproj | 284 +++ src/external/tinyxml/tinyxmlerror.cpp | 52 + src/external/tinyxml/tinyxmlparser.cpp | 1749 +++++++++++++++ src/external/tinyxml/utf8test.gif | Bin 0 -> 14812 bytes src/external/tinyxml/utf8test.xml | 11 + src/external/tinyxml/utf8testverify.xml | 11 + src/external/tinyxml/xmltest.cpp | 1378 ++++++++++++ src/external/zlib/adler32.c | 186 ++ src/external/zlib/compress.c | 86 + src/external/zlib/crc32.c | 442 ++++ src/external/zlib/crc32.h | 441 ++++ src/external/zlib/deflate.c | 2163 +++++++++++++++++++ src/external/zlib/deflate.h | 349 +++ src/external/zlib/gzclose.c | 25 + src/external/zlib/gzguts.h | 218 ++ src/external/zlib/gzlib.c | 637 ++++++ src/external/zlib/gzread.c | 654 ++++++ src/external/zlib/gzwrite.c | 665 ++++++ src/external/zlib/infback.c | 640 ++++++ src/external/zlib/inffast.c | 323 +++ src/external/zlib/inffast.h | 11 + src/external/zlib/inffixed.h | 94 + src/external/zlib/inflate.c | 1561 ++++++++++++++ src/external/zlib/inflate.h | 125 ++ src/external/zlib/inftrees.c | 304 +++ src/external/zlib/inftrees.h | 62 + src/external/zlib/module.mk | 88 + src/external/zlib/trees.c | 1203 +++++++++++ src/external/zlib/trees.h | 128 ++ src/external/zlib/uncompr.c | 93 + src/external/zlib/zconf.h | 534 +++++ src/external/zlib/zlib.h | 1912 +++++++++++++++++ src/external/zlib/zutil.c | 325 +++ src/external/zlib/zutil.h | 271 +++ src/functors/MakeHeader | 26 + src/functors/analytical/MakeHeader | 32 + src/functors/analytical/analyticCalcF.cpp | 73 + src/functors/analytical/analyticCalcF.h | 242 +++ src/functors/analytical/analyticCalcF.hh | 544 +++++ src/functors/analytical/analyticalBaseF.cpp | 53 + src/functors/analytical/analyticalBaseF.h | 135 ++ src/functors/analytical/analyticalBaseF.hh | 119 ++ src/functors/analytical/analyticalF.cpp | 80 + src/functors/analytical/analyticalF.h | 353 +++ src/functors/analytical/analyticalF.hh | 630 ++++++ src/functors/analytical/frameChangeF2D.cpp | 41 + src/functors/analytical/frameChangeF2D.h | 171 ++ src/functors/analytical/frameChangeF2D.hh | 297 +++ src/functors/analytical/frameChangeF3D.cpp | 58 + src/functors/analytical/frameChangeF3D.h | 521 +++++ src/functors/analytical/frameChangeF3D.hh | 1142 ++++++++++ src/functors/analytical/fringe2D.h | 129 ++ src/functors/analytical/fringe2D.hh | 85 + src/functors/analytical/fringe3D.h | 127 ++ src/functors/analytical/fringe3D.hh | 94 + src/functors/analytical/functors2D.h | 35 + src/functors/analytical/functors2D.hh | 35 + src/functors/analytical/functors3D.h | 35 + src/functors/analytical/functors3D.hh | 35 + src/functors/analytical/indicator/MakeHeader | 37 + src/functors/analytical/indicator/indicCalc2D.cpp | 56 + src/functors/analytical/indicator/indicCalc2D.h | 127 ++ src/functors/analytical/indicator/indicCalc2D.hh | 202 ++ src/functors/analytical/indicator/indicCalc3D.cpp | 50 + src/functors/analytical/indicator/indicCalc3D.h | 92 + src/functors/analytical/indicator/indicCalc3D.hh | 110 + src/functors/analytical/indicator/indicator2D.h | 34 + src/functors/analytical/indicator/indicator2D.hh | 34 + src/functors/analytical/indicator/indicator3D.h | 34 + src/functors/analytical/indicator/indicator3D.hh | 35 + .../analytical/indicator/indicatorBaseF2D.cpp | 35 + .../analytical/indicator/indicatorBaseF2D.h | 106 + .../analytical/indicator/indicatorBaseF2D.hh | 210 ++ .../analytical/indicator/indicatorBaseF3D.cpp | 34 + .../analytical/indicator/indicatorBaseF3D.h | 77 + .../analytical/indicator/indicatorBaseF3D.hh | 321 +++ src/functors/analytical/indicator/indicatorF2D.cpp | 41 + src/functors/analytical/indicator/indicatorF2D.h | 123 ++ src/functors/analytical/indicator/indicatorF2D.hh | 256 +++ src/functors/analytical/indicator/indicatorF3D.cpp | 57 + src/functors/analytical/indicator/indicatorF3D.h | 241 +++ src/functors/analytical/indicator/indicatorF3D.hh | 731 +++++++ src/functors/analytical/indicator/module.mk | 27 + .../indicator/smoothIndicatorBaseF2D.cpp | 34 + .../analytical/indicator/smoothIndicatorBaseF2D.h | 144 ++ .../analytical/indicator/smoothIndicatorBaseF2D.hh | 302 +++ .../indicator/smoothIndicatorBaseF3D.cpp | 34 + .../analytical/indicator/smoothIndicatorBaseF3D.h | 146 ++ .../analytical/indicator/smoothIndicatorBaseF3D.hh | 342 +++ .../indicator/smoothIndicatorCalcF2D.cpp | 35 + .../analytical/indicator/smoothIndicatorCalcF2D.h | 55 + .../analytical/indicator/smoothIndicatorCalcF2D.hh | 75 + .../indicator/smoothIndicatorCalcF3D.cpp | 34 + .../analytical/indicator/smoothIndicatorCalcF3D.h | 55 + .../analytical/indicator/smoothIndicatorCalcF3D.hh | 73 + .../analytical/indicator/smoothIndicatorF2D.cpp | 39 + .../analytical/indicator/smoothIndicatorF2D.h | 79 + .../analytical/indicator/smoothIndicatorF2D.hh | 239 +++ .../analytical/indicator/smoothIndicatorF3D.cpp | 40 + .../analytical/indicator/smoothIndicatorF3D.h | 95 + .../analytical/indicator/smoothIndicatorF3D.hh | 439 ++++ src/functors/analytical/interpolationF2D.cpp | 34 + src/functors/analytical/interpolationF2D.h | 78 + src/functors/analytical/interpolationF2D.hh | 275 +++ src/functors/analytical/interpolationF3D.cpp | 35 + src/functors/analytical/interpolationF3D.h | 91 + src/functors/analytical/interpolationF3D.hh | 499 +++++ src/functors/analytical/module.mk | 27 + src/functors/functors2D.h | 30 + src/functors/functors2D.hh | 30 + src/functors/functors3D.h | 30 + src/functors/functors3D.hh | 30 + src/functors/genericF.cpp | 43 + src/functors/genericF.h | 92 + src/functors/genericF.hh | 107 + src/functors/lattice/MakeHeader | 66 + src/functors/lattice/blockAverage3D.cpp | 31 + src/functors/lattice/blockAverage3D.h | 46 + src/functors/lattice/blockAverage3D.hh | 59 + src/functors/lattice/blockBaseF2D.cpp | 50 + src/functors/lattice/blockBaseF2D.h | 140 ++ src/functors/lattice/blockBaseF2D.hh | 195 ++ src/functors/lattice/blockBaseF3D.cpp | 47 + src/functors/lattice/blockBaseF3D.h | 204 ++ src/functors/lattice/blockBaseF3D.hh | 309 +++ src/functors/lattice/blockCalcF2D.cpp | 50 + src/functors/lattice/blockCalcF2D.h | 97 + src/functors/lattice/blockCalcF2D.hh | 148 ++ src/functors/lattice/blockCalcF3D.cpp | 50 + src/functors/lattice/blockCalcF3D.h | 97 + src/functors/lattice/blockCalcF3D.hh | 153 ++ src/functors/lattice/blockGeometryFaces3D.cpp | 31 + src/functors/lattice/blockGeometryFaces3D.h | 46 + src/functors/lattice/blockGeometryFaces3D.hh | 97 + src/functors/lattice/blockLatticeIntegralF2D.cpp | 43 + src/functors/lattice/blockLatticeIntegralF2D.h | 184 ++ src/functors/lattice/blockLatticeIntegralF2D.hh | 458 ++++ src/functors/lattice/blockLatticeIntegralF3D.cpp | 37 + src/functors/lattice/blockLatticeIntegralF3D.h | 118 + src/functors/lattice/blockLatticeIntegralF3D.hh | 184 ++ src/functors/lattice/blockLatticeLocalF2D.cpp | 51 + src/functors/lattice/blockLatticeLocalF2D.h | 463 ++++ src/functors/lattice/blockLatticeLocalF2D.hh | 1229 +++++++++++ src/functors/lattice/blockLatticeLocalF3D.cpp | 50 + src/functors/lattice/blockLatticeLocalF3D.h | 587 +++++ src/functors/lattice/blockLatticeLocalF3D.hh | 1556 ++++++++++++++ .../lattice/blockLatticeRefinementMetricF2D.cpp | 35 + .../lattice/blockLatticeRefinementMetricF2D.h | 59 + .../lattice/blockLatticeRefinementMetricF2D.hh | 129 ++ src/functors/lattice/blockLocalAverage2D.cpp | 31 + src/functors/lattice/blockLocalAverage2D.h | 66 + src/functors/lattice/blockLocalAverage2D.hh | 94 + src/functors/lattice/blockLocalAverage3D.cpp | 31 + src/functors/lattice/blockLocalAverage3D.h | 66 + src/functors/lattice/blockLocalAverage3D.hh | 96 + src/functors/lattice/blockMax3D.cpp | 33 + src/functors/lattice/blockMax3D.h | 51 + src/functors/lattice/blockMax3D.hh | 74 + src/functors/lattice/blockMin3D.cpp | 33 + src/functors/lattice/blockMin3D.h | 51 + src/functors/lattice/blockMin3D.hh | 74 + src/functors/lattice/blockReduction2D1D.cpp | 32 + src/functors/lattice/blockReduction2D1D.h | 145 ++ src/functors/lattice/blockReduction2D1D.hh | 253 +++ src/functors/lattice/blockReduction2D2D.cpp | 32 + src/functors/lattice/blockReduction2D2D.h | 99 + src/functors/lattice/blockReduction2D2D.hh | 193 ++ src/functors/lattice/blockReduction3D2D.cpp | 32 + src/functors/lattice/blockReduction3D2D.h | 169 ++ src/functors/lattice/blockReduction3D2D.hh | 278 +++ src/functors/lattice/functors2D.h | 47 + src/functors/lattice/functors2D.hh | 48 + src/functors/lattice/functors3D.h | 55 + src/functors/lattice/functors3D.hh | 55 + src/functors/lattice/indicator/MakeHeader | 33 + .../lattice/indicator/blockIndicatorBaseF2D.cpp | 32 + .../lattice/indicator/blockIndicatorBaseF2D.h | 87 + .../lattice/indicator/blockIndicatorBaseF2D.hh | 87 + .../lattice/indicator/blockIndicatorBaseF3D.cpp | 32 + .../lattice/indicator/blockIndicatorBaseF3D.h | 107 + .../lattice/indicator/blockIndicatorBaseF3D.hh | 88 + .../lattice/indicator/blockIndicatorF2D.cpp | 35 + src/functors/lattice/indicator/blockIndicatorF2D.h | 144 ++ .../lattice/indicator/blockIndicatorF2D.hh | 215 ++ .../lattice/indicator/blockIndicatorF3D.cpp | 35 + src/functors/lattice/indicator/blockIndicatorF3D.h | 140 ++ .../lattice/indicator/blockIndicatorF3D.hh | 228 ++ src/functors/lattice/indicator/indicator2D.h | 32 + src/functors/lattice/indicator/indicator2D.hh | 32 + src/functors/lattice/indicator/indicator3D.h | 32 + src/functors/lattice/indicator/indicator3D.hh | 32 + src/functors/lattice/indicator/module.mk | 27 + .../lattice/indicator/superIndicatorBaseF2D.cpp | 32 + .../lattice/indicator/superIndicatorBaseF2D.h | 95 + .../lattice/indicator/superIndicatorBaseF2D.hh | 102 + .../lattice/indicator/superIndicatorBaseF3D.cpp | 32 + .../lattice/indicator/superIndicatorBaseF3D.h | 104 + .../lattice/indicator/superIndicatorBaseF3D.hh | 102 + .../lattice/indicator/superIndicatorF2D.cpp | 34 + src/functors/lattice/indicator/superIndicatorF2D.h | 119 ++ .../lattice/indicator/superIndicatorF2D.hh | 164 ++ .../lattice/indicator/superIndicatorF3D.cpp | 35 + src/functors/lattice/indicator/superIndicatorF3D.h | 129 ++ .../lattice/indicator/superIndicatorF3D.hh | 171 ++ src/functors/lattice/integral/MakeHeader | 37 + src/functors/lattice/integral/blockIntegralF3D.cpp | 35 + src/functors/lattice/integral/blockIntegralF3D.h | 61 + src/functors/lattice/integral/blockIntegralF3D.hh | 117 + src/functors/lattice/integral/blockLpNorm2D.cpp | 33 + src/functors/lattice/integral/blockLpNorm2D.h | 53 + src/functors/lattice/integral/blockLpNorm2D.hh | 77 + src/functors/lattice/integral/blockLpNorm3D.cpp | 33 + src/functors/lattice/integral/blockLpNorm3D.h | 50 + src/functors/lattice/integral/blockLpNorm3D.hh | 80 + src/functors/lattice/integral/integral2D.h | 32 + src/functors/lattice/integral/integral2D.hh | 32 + src/functors/lattice/integral/integral3D.h | 34 + src/functors/lattice/integral/integral3D.hh | 34 + .../lattice/integral/latticeIntegralCommon.h | 94 + src/functors/lattice/integral/module.mk | 27 + src/functors/lattice/integral/superIntegralF3D.cpp | 35 + src/functors/lattice/integral/superIntegralF3D.h | 95 + src/functors/lattice/integral/superIntegralF3D.hh | 200 ++ src/functors/lattice/integral/superLpNorm2D.cpp | 33 + src/functors/lattice/integral/superLpNorm2D.h | 106 + src/functors/lattice/integral/superLpNorm2D.hh | 133 ++ src/functors/lattice/integral/superLpNorm3D.cpp | 33 + src/functors/lattice/integral/superLpNorm3D.h | 106 + src/functors/lattice/integral/superLpNorm3D.hh | 137 ++ .../lattice/integral/superPlaneIntegralF2D.cpp | 31 + .../lattice/integral/superPlaneIntegralF2D.h | 203 ++ .../lattice/integral/superPlaneIntegralF2D.hh | 222 ++ .../lattice/integral/superPlaneIntegralF3D.cpp | 31 + .../lattice/integral/superPlaneIntegralF3D.h | 279 +++ .../lattice/integral/superPlaneIntegralF3D.hh | 322 +++ .../lattice/integral/superPlaneIntegralFluxF2D.cpp | 90 + .../lattice/integral/superPlaneIntegralFluxF2D.h | 127 ++ .../lattice/integral/superPlaneIntegralFluxF2D.hh | 191 ++ .../lattice/integral/superPlaneIntegralFluxF3D.cpp | 144 ++ .../lattice/integral/superPlaneIntegralFluxF3D.h | 173 ++ .../lattice/integral/superPlaneIntegralFluxF3D.hh | 317 +++ .../integral/superPlaneIntegralFluxMass2D.cpp | 31 + .../integral/superPlaneIntegralFluxMass2D.h | 200 ++ .../integral/superPlaneIntegralFluxMass2D.hh | 203 ++ .../integral/superPlaneIntegralFluxMass3D.cpp | 31 + .../integral/superPlaneIntegralFluxMass3D.h | 240 +++ .../integral/superPlaneIntegralFluxMass3D.hh | 249 +++ src/functors/lattice/latticeFrameChangeF3D.cpp | 33 + src/functors/lattice/latticeFrameChangeF3D.h | 130 ++ src/functors/lattice/latticeFrameChangeF3D.hh | 160 ++ src/functors/lattice/module.mk | 27 + src/functors/lattice/reductionF2D.cpp | 37 + src/functors/lattice/reductionF2D.h | 84 + src/functors/lattice/reductionF2D.hh | 90 + src/functors/lattice/reductionF3D.cpp | 47 + src/functors/lattice/reductionF3D.h | 223 ++ src/functors/lattice/reductionF3D.hh | 542 +++++ src/functors/lattice/superAverage3D.cpp | 31 + src/functors/lattice/superAverage3D.h | 74 + src/functors/lattice/superAverage3D.hh | 115 + src/functors/lattice/superBaseF2D.cpp | 44 + src/functors/lattice/superBaseF2D.h | 139 ++ src/functors/lattice/superBaseF2D.hh | 150 ++ src/functors/lattice/superBaseF3D.cpp | 46 + src/functors/lattice/superBaseF3D.h | 231 ++ src/functors/lattice/superBaseF3D.hh | 342 +++ src/functors/lattice/superCalcF2D.cpp | 50 + src/functors/lattice/superCalcF2D.h | 127 ++ src/functors/lattice/superCalcF2D.hh | 257 +++ src/functors/lattice/superCalcF3D.cpp | 50 + src/functors/lattice/superCalcF3D.h | 130 ++ src/functors/lattice/superCalcF3D.hh | 257 +++ src/functors/lattice/superConst2D.cpp | 33 + src/functors/lattice/superConst2D.h | 72 + src/functors/lattice/superConst2D.hh | 58 + src/functors/lattice/superConst3D.cpp | 33 + src/functors/lattice/superConst3D.h | 72 + src/functors/lattice/superConst3D.hh | 58 + src/functors/lattice/superErrorNorm2D.cpp | 37 + src/functors/lattice/superErrorNorm2D.h | 94 + src/functors/lattice/superErrorNorm2D.hh | 99 + src/functors/lattice/superErrorNorm3D.cpp | 37 + src/functors/lattice/superErrorNorm3D.h | 94 + src/functors/lattice/superErrorNorm3D.hh | 99 + src/functors/lattice/superGeometryFaces3D.cpp | 31 + src/functors/lattice/superGeometryFaces3D.h | 70 + src/functors/lattice/superGeometryFaces3D.hh | 80 + src/functors/lattice/superLatticeIntegralF2D.cpp | 42 + src/functors/lattice/superLatticeIntegralF2D.h | 167 ++ src/functors/lattice/superLatticeIntegralF2D.hh | 346 +++ src/functors/lattice/superLatticeIntegralF3D.cpp | 36 + src/functors/lattice/superLatticeIntegralF3D.h | 107 + src/functors/lattice/superLatticeIntegralF3D.hh | 143 ++ src/functors/lattice/superLatticeLocalF2D.cpp | 49 + src/functors/lattice/superLatticeLocalF2D.h | 375 ++++ src/functors/lattice/superLatticeLocalF2D.hh | 994 +++++++++ src/functors/lattice/superLatticeLocalF3D.cpp | 51 + src/functors/lattice/superLatticeLocalF3D.h | 494 +++++ src/functors/lattice/superLatticeLocalF3D.hh | 1269 +++++++++++ .../lattice/superLatticeRefinementMetricF2D.cpp | 35 + .../lattice/superLatticeRefinementMetricF2D.h | 91 + .../lattice/superLatticeRefinementMetricF2D.hh | 142 ++ src/functors/lattice/superLocalAverage2D.cpp | 31 + src/functors/lattice/superLocalAverage2D.h | 63 + src/functors/lattice/superLocalAverage2D.hh | 121 ++ src/functors/lattice/superLocalAverage3D.cpp | 31 + src/functors/lattice/superLocalAverage3D.h | 63 + src/functors/lattice/superLocalAverage3D.hh | 123 ++ src/functors/lattice/superMax3D.cpp | 33 + src/functors/lattice/superMax3D.h | 65 + src/functors/lattice/superMax3D.hh | 117 + src/functors/lattice/superMin3D.cpp | 33 + src/functors/lattice/superMin3D.h | 65 + src/functors/lattice/superMin3D.hh | 117 + .../timeAveraged/superLatticeTimeAveraged2D.h | 96 + .../timeAveraged/superLatticeTimeAveraged2D.hh | 197 ++ .../timeAveraged/superLatticeTimeAveraged3D.h | 96 + .../timeAveraged/superLatticeTimeAveraged3D.hh | 209 ++ src/functors/lattice/turbulentF3D.cpp | 40 + src/functors/lattice/turbulentF3D.h | 477 +++++ src/functors/lattice/turbulentF3D.hh | 1394 ++++++++++++ src/functors/module.mk | 27 + src/geometry/MakeHeader | 41 + src/geometry/blockGeometry2D.cpp | 38 + src/geometry/blockGeometry2D.h | 121 ++ src/geometry/blockGeometry2D.hh | 288 +++ src/geometry/blockGeometry3D.cpp | 36 + src/geometry/blockGeometry3D.h | 127 ++ src/geometry/blockGeometry3D.hh | 331 +++ src/geometry/blockGeometryStatistics2D.cpp | 34 + src/geometry/blockGeometryStatistics2D.h | 142 ++ src/geometry/blockGeometryStatistics2D.hh | 517 +++++ src/geometry/blockGeometryStatistics3D.cpp | 34 + src/geometry/blockGeometryStatistics3D.h | 150 ++ src/geometry/blockGeometryStatistics3D.hh | 1471 +++++++++++++ src/geometry/blockGeometryStructure2D.cpp | 40 + src/geometry/blockGeometryStructure2D.h | 171 ++ src/geometry/blockGeometryStructure2D.hh | 534 +++++ src/geometry/blockGeometryStructure3D.cpp | 35 + src/geometry/blockGeometryStructure3D.h | 168 ++ src/geometry/blockGeometryStructure3D.hh | 783 +++++++ src/geometry/blockGeometryView2D.cpp | 35 + src/geometry/blockGeometryView2D.h | 109 + src/geometry/blockGeometryView2D.hh | 171 ++ src/geometry/blockGeometryView3D.cpp | 35 + src/geometry/blockGeometryView3D.h | 113 + src/geometry/blockGeometryView3D.hh | 185 ++ src/geometry/cuboid2D.cpp | 35 + src/geometry/cuboid2D.h | 166 ++ src/geometry/cuboid2D.hh | 425 ++++ src/geometry/cuboid3D.cpp | 35 + src/geometry/cuboid3D.h | 175 ++ src/geometry/cuboid3D.hh | 758 +++++++ src/geometry/cuboidGeometry2D.cpp | 35 + src/geometry/cuboidGeometry2D.h | 165 ++ src/geometry/cuboidGeometry2D.hh | 677 ++++++ src/geometry/cuboidGeometry3D.cpp | 35 + src/geometry/cuboidGeometry3D.h | 273 +++ src/geometry/cuboidGeometry3D.hh | 1233 +++++++++++ src/geometry/geometry2D.h | 38 + src/geometry/geometry2D.hh | 38 + src/geometry/geometry3D.h | 38 + src/geometry/geometry3D.hh | 40 + src/geometry/module.mk | 27 + src/geometry/superGeometry2D.cpp | 37 + src/geometry/superGeometry2D.h | 198 ++ src/geometry/superGeometry2D.hh | 504 +++++ src/geometry/superGeometry3D.cpp | 37 + src/geometry/superGeometry3D.h | 203 ++ src/geometry/superGeometry3D.hh | 557 +++++ src/geometry/superGeometryStatistics2D.cpp | 34 + src/geometry/superGeometryStatistics2D.h | 128 ++ src/geometry/superGeometryStatistics2D.hh | 392 ++++ src/geometry/superGeometryStatistics3D.cpp | 34 + src/geometry/superGeometryStatistics3D.h | 140 ++ src/geometry/superGeometryStatistics3D.hh | 467 ++++ src/io/MakeHeader | 48 + src/io/base64.cpp | 72 + src/io/base64.h | 82 + src/io/base64.hh | 200 ++ src/io/blockGifWriter.cpp | 32 + src/io/blockGifWriter.h | 90 + src/io/blockGifWriter.hh | 202 ++ src/io/blockVtkWriter2D.cpp | 37 + src/io/blockVtkWriter2D.h | 86 + src/io/blockVtkWriter2D.hh | 281 +++ src/io/blockVtkWriter3D.cpp | 37 + src/io/blockVtkWriter3D.h | 88 + src/io/blockVtkWriter3D.hh | 289 +++ src/io/colormaps.cpp | 46 + src/io/colormaps.h | 135 ++ src/io/colormaps.hh | 432 ++++ src/io/fileName.cpp | 98 + src/io/fileName.h | 59 + src/io/gnuplotHeatMapWriter.cpp | 33 + src/io/gnuplotHeatMapWriter.h | 127 ++ src/io/gnuplotHeatMapWriter.hh | 250 +++ src/io/gnuplotWriter.cpp | 32 + src/io/gnuplotWriter.h | 108 + src/io/gnuplotWriter.hh | 296 +++ src/io/io2D.h | 39 + src/io/io2D.hh | 35 + src/io/io3D.h | 42 + src/io/io3D.hh | 39 + src/io/module.mk | 27 + src/io/octree.h | 157 ++ src/io/octree.hh | 756 +++++++ src/io/ostreamManager.cpp | 133 ++ src/io/ostreamManager.h | 106 + src/io/parallelIO.cpp | 335 +++ src/io/parallelIO.h | 108 + src/io/serializerIO.cpp | 33 + src/io/serializerIO.h | 42 + src/io/serializerIO.hh | 94 + src/io/stlReader.cpp | 35 + src/io/stlReader.h | 290 +++ src/io/stlReader.hh | 1258 +++++++++++ src/io/superVtmWriter2D.cpp | 39 + src/io/superVtmWriter2D.h | 115 + src/io/superVtmWriter2D.hh | 448 ++++ src/io/superVtmWriter3D.cpp | 39 + src/io/superVtmWriter3D.h | 115 + src/io/superVtmWriter3D.hh | 439 ++++ src/io/vtiReader.cpp | 44 + src/io/vtiReader.h | 189 ++ src/io/vtiReader.hh | 534 +++++ src/io/vtiWriter.cpp | 38 + src/io/vtiWriter.h | 75 + src/io/vtiWriter.hh | 225 ++ src/io/xmlReader.cpp | 329 +++ src/io/xmlReader.h | 161 ++ src/olb2D.h | 9 + src/olb2D.hh | 9 + src/olb3D.h | 14 + src/olb3D.hh | 13 + src/particles/MakeHeader | 32 + src/particles/boundaries/MakeHeader | 29 + src/particles/boundaries/boundaries.h | 36 + src/particles/boundaries/boundaries.hh | 33 + src/particles/boundaries/boundary3D.cpp | 34 + src/particles/boundaries/boundary3D.h | 57 + src/particles/boundaries/boundary3D.hh | 48 + .../boundaries/boundarySimpleReflection3D.cpp | 35 + .../boundaries/boundarySimpleReflection3D.h | 56 + .../boundaries/boundarySimpleReflection3D.hh | 206 ++ src/particles/boundaries/materialBoundary3D.cpp | 34 + src/particles/boundaries/materialBoundary3D.h | 84 + src/particles/boundaries/materialBoundary3D.hh | 83 + src/particles/boundaries/module.mk | 27 + src/particles/boundaries/periodicBoundary3D.h | 136 ++ src/particles/boundaries/wireBoundaryForMagP3D.cpp | 33 + src/particles/boundaries/wireBoundaryForMagP3D.h | 80 + src/particles/boundaries/wireBoundaryForMagP3D.hh | 88 + src/particles/contactDetection/contactDetection.h | 66 + src/particles/contactDetection/nanoflann.hpp | 1634 ++++++++++++++ .../contactDetection/nanoflann_adaptor.hpp | 127 ++ src/particles/contactDetection/pLattice.h | 205 ++ src/particles/contactDetection/sortAlgorithms.h | 31 + src/particles/forces/MakeHeader | 36 + src/particles/forces/buoyancyForce3D.cpp | 35 + src/particles/forces/buoyancyForce3D.h | 58 + src/particles/forces/buoyancyForce3D.hh | 67 + src/particles/forces/force3D.cpp | 34 + src/particles/forces/force3D.h | 58 + src/particles/forces/force3D.hh | 50 + src/particles/forces/forceFromExtField3D.cpp | 35 + src/particles/forces/forceFromExtField3D.h | 57 + src/particles/forces/forceFromExtField3D.hh | 66 + src/particles/forces/forces.h | 42 + src/particles/forces/forces.hh | 40 + src/particles/forces/hertzMindlinDeresiewicz3D.cpp | 36 + src/particles/forces/hertzMindlinDeresiewicz3D.h | 75 + src/particles/forces/hertzMindlinDeresiewicz3D.hh | 202 ++ ...ndlinDeresiewiczForCombWithCollisionModel3D.cpp | 36 + ...MindlinDeresiewiczForCombWithCollisionModel3D.h | 76 + ...indlinDeresiewiczForCombWithCollisionModel3D.hh | 235 ++ src/particles/forces/interpMagForceForMagP3D.cpp | 40 + src/particles/forces/interpMagForceForMagP3D.h | 59 + src/particles/forces/interpMagForceForMagP3D.hh | 158 ++ src/particles/forces/linearContactForce3D.cpp | 36 + src/particles/forces/linearContactForce3D.h | 76 + src/particles/forces/linearContactForce3D.hh | 208 ++ .../linearDampingForceForMagDipoleMoment3D.cpp | 37 + .../linearDampingForceForMagDipoleMoment3D.h | 55 + .../linearDampingForceForMagDipoleMoment3D.hh | 63 + src/particles/forces/magneticForceForMagP3D.cpp | 35 + src/particles/forces/magneticForceForMagP3D.h | 64 + src/particles/forces/magneticForceForMagP3D.hh | 85 + src/particles/forces/magneticForceFromHField3D.cpp | 35 + src/particles/forces/magneticForceFromHField3D.h | 57 + src/particles/forces/magneticForceFromHField3D.hh | 119 ++ src/particles/forces/module.mk | 27 + src/particles/forces/stokesDragForce3D.cpp | 36 + src/particles/forces/stokesDragForce3D.h | 71 + src/particles/forces/stokesDragForce3D.hh | 127 ++ .../forces/stokesDragForceForHomVelField3D.cpp | 38 + .../forces/stokesDragForceForHomVelField3D.h | 54 + .../forces/stokesDragForceForHomVelField3D.hh | 57 + src/particles/forces/transferExternalForce3D.cpp | 33 + src/particles/forces/transferExternalForce3D.h | 48 + src/particles/forces/transferExternalForce3D.hh | 54 + src/particles/forces/weightForce3D.cpp | 34 + src/particles/forces/weightForce3D.h | 50 + src/particles/forces/weightForce3D.hh | 50 + src/particles/hlbm/hlbmDynamics2D.h | 110 + src/particles/hlbm/hlbmDynamics2D.hh | 261 +++ src/particles/hlbm/hlbmDynamics3D.h | 108 + src/particles/hlbm/hlbmDynamics3D.hh | 317 +++ src/particles/module.mk | 27 + src/particles/particle3D.cpp | 32 + src/particles/particle3D.h | 407 ++++ src/particles/particle3D.hh | 537 +++++ src/particles/particleSystem3D.cpp | 95 + src/particles/particleSystem3D.h | 456 ++++ src/particles/particleSystem3D.hh | 1917 +++++++++++++++++ src/particles/particles3D.h | 32 + src/particles/particles3D.hh | 32 + src/particles/superParticleSysVTUout.cpp | 36 + src/particles/superParticleSysVTUout.h | 138 ++ src/particles/superParticleSysVTUout.hh | 1328 ++++++++++++ src/particles/superParticleSystem3D.cpp | 85 + src/particles/superParticleSystem3D.h | 413 ++++ src/particles/superParticleSystem3D.hh | 2257 ++++++++++++++++++++ src/particles/twoWayCouplings/backCouplingModels.h | 124 ++ .../twoWayCouplings/backCouplingModels.hh | 230 ++ src/particles/twoWayCouplings/dragModels3D.h | 113 + src/particles/twoWayCouplings/dragModels3D.hh | 150 ++ .../twoWayCouplings/forwardCouplingModels3D.h | 148 ++ .../twoWayCouplings/forwardCouplingModels3D.hh | 280 +++ src/particles/twoWayCouplings/twoWayCouplings3D.h | 32 + src/particles/twoWayCouplings/twoWayCouplings3D.hh | 32 + .../twoWayCouplings/twoWayHelperFunctionals.h | 232 ++ .../twoWayCouplings/twoWayHelperFunctionals.hh | 431 ++++ src/utilities/MakeHeader | 34 + src/utilities/anisoDiscr.h | 298 +++ src/utilities/arithmetic.cpp | 50 + src/utilities/arithmetic.h | 102 + src/utilities/benchmarkUtil.cpp | 38 + src/utilities/benchmarkUtil.h | 144 ++ src/utilities/benchmarkUtil.hh | 330 +++ src/utilities/blockDataReductionMode.h | 45 + src/utilities/blockDataSyncMode.h | 55 + src/utilities/fraction.h | 73 + src/utilities/functorDsl2D.h | 79 + src/utilities/functorDsl2D.hh | 112 + src/utilities/functorDsl3D.h | 113 + src/utilities/functorDsl3D.hh | 113 + src/utilities/functorPtr.cpp | 64 + src/utilities/functorPtr.h | 143 ++ src/utilities/functorPtr.hh | 146 ++ src/utilities/hyperplane2D.cpp | 31 + src/utilities/hyperplane2D.h | 65 + src/utilities/hyperplane2D.hh | 109 + src/utilities/hyperplane3D.cpp | 31 + src/utilities/hyperplane3D.h | 99 + src/utilities/hyperplane3D.hh | 182 ++ src/utilities/hyperplaneLattice2D.cpp | 31 + src/utilities/hyperplaneLattice2D.h | 105 + src/utilities/hyperplaneLattice2D.hh | 199 ++ src/utilities/hyperplaneLattice3D.cpp | 31 + src/utilities/hyperplaneLattice3D.h | 123 ++ src/utilities/hyperplaneLattice3D.hh | 300 +++ src/utilities/meta.h | 95 + src/utilities/module.mk | 27 + src/utilities/namedType.h | 52 + src/utilities/timer.cpp | 40 + src/utilities/timer.h | 177 ++ src/utilities/timer.hh | 266 +++ src/utilities/utilities2D.h | 34 + src/utilities/utilities2D.hh | 33 + src/utilities/utilities3D.h | 35 + src/utilities/utilities3D.hh | 33 + src/utilities/vectorHelpers.cpp | 56 + src/utilities/vectorHelpers.h | 276 +++ 936 files changed, 175884 insertions(+) create mode 100644 src/boundary/MakeHeader create mode 100644 src/boundary/advectionDiffusionBoundaries.h create mode 100644 src/boundary/advectionDiffusionBoundaries.hh create mode 100644 src/boundary/advectionDiffusionBoundaryCondition2D.cpp create mode 100644 src/boundary/advectionDiffusionBoundaryCondition2D.h create mode 100644 src/boundary/advectionDiffusionBoundaryCondition2D.hh create mode 100644 src/boundary/advectionDiffusionBoundaryCondition3D.cpp create mode 100644 src/boundary/advectionDiffusionBoundaryCondition3D.h create mode 100644 src/boundary/advectionDiffusionBoundaryCondition3D.hh create mode 100644 src/boundary/advectionDiffusionBoundaryInstantiator2D.h create mode 100644 src/boundary/advectionDiffusionBoundaryInstantiator3D.h create mode 100644 src/boundary/advectionDiffusionBoundaryInstantiator3D.hh create mode 100644 src/boundary/advectionDiffusionBoundaryPostProcessor3D.cpp create mode 100644 src/boundary/advectionDiffusionBoundaryPostProcessor3D.h create mode 100644 src/boundary/advectionDiffusionBoundaryPostProcessor3D.hh create mode 100644 src/boundary/advectionDiffusionMomentaOnBoundaries.h create mode 100644 src/boundary/advectionDiffusionMomentaOnBoundaries.hh create mode 100644 src/boundary/boundary2D.h create mode 100644 src/boundary/boundary2D.hh create mode 100644 src/boundary/boundary3D.h create mode 100644 src/boundary/boundary3D.hh create mode 100644 src/boundary/boundaryCondition2D.cpp create mode 100644 src/boundary/boundaryCondition2D.h create mode 100644 src/boundary/boundaryCondition2D.hh create mode 100644 src/boundary/boundaryCondition3D.cpp create mode 100644 src/boundary/boundaryCondition3D.h create mode 100644 src/boundary/boundaryCondition3D.hh create mode 100644 src/boundary/boundaryInstantiator2D.h create mode 100644 src/boundary/boundaryInstantiator3D.h create mode 100644 src/boundary/boundaryPostProcessors2D.cpp create mode 100644 src/boundary/boundaryPostProcessors2D.h create mode 100644 src/boundary/boundaryPostProcessors2D.hh create mode 100644 src/boundary/boundaryPostProcessors3D.cpp create mode 100644 src/boundary/boundaryPostProcessors3D.h create mode 100644 src/boundary/boundaryPostProcessors3D.hh create mode 100644 src/boundary/extendedFiniteDifferenceBoundary2D.cpp create mode 100644 src/boundary/extendedFiniteDifferenceBoundary2D.h create mode 100644 src/boundary/extendedFiniteDifferenceBoundary2D.hh create mode 100644 src/boundary/extendedFiniteDifferenceBoundary3D.cpp create mode 100644 src/boundary/extendedFiniteDifferenceBoundary3D.h create mode 100644 src/boundary/extendedFiniteDifferenceBoundary3D.hh create mode 100644 src/boundary/inamuroAnalyticalDynamics.cpp create mode 100644 src/boundary/inamuroAnalyticalDynamics.h create mode 100644 src/boundary/inamuroAnalyticalDynamics.hh create mode 100644 src/boundary/inamuroBoundary2D.cpp create mode 100644 src/boundary/inamuroBoundary2D.h create mode 100644 src/boundary/inamuroBoundary2D.hh create mode 100644 src/boundary/inamuroBoundary3D.cpp create mode 100644 src/boundary/inamuroBoundary3D.h create mode 100644 src/boundary/inamuroBoundary3D.hh create mode 100644 src/boundary/inamuroNewtonRaphsonDynamics.cpp create mode 100644 src/boundary/inamuroNewtonRaphsonDynamics.h create mode 100644 src/boundary/inamuroNewtonRaphsonDynamics.hh create mode 100644 src/boundary/module.mk create mode 100644 src/boundary/momentaOnBoundaries.h create mode 100644 src/boundary/momentaOnBoundaries.hh create mode 100644 src/boundary/momentaOnBoundaries2D.cpp create mode 100644 src/boundary/momentaOnBoundaries2D.h create mode 100644 src/boundary/momentaOnBoundaries2D.hh create mode 100644 src/boundary/momentaOnBoundaries3D.cpp create mode 100644 src/boundary/momentaOnBoundaries3D.h create mode 100644 src/boundary/momentaOnBoundaries3D.hh create mode 100644 src/boundary/offBoundaryCondition2D.cpp create mode 100644 src/boundary/offBoundaryCondition2D.h create mode 100644 src/boundary/offBoundaryCondition2D.hh create mode 100644 src/boundary/offBoundaryCondition3D.cpp create mode 100644 src/boundary/offBoundaryCondition3D.h create mode 100644 src/boundary/offBoundaryCondition3D.hh create mode 100644 src/boundary/offBoundaryInstantiator2D.h create mode 100644 src/boundary/offBoundaryInstantiator3D.h create mode 100644 src/boundary/offBoundaryPostProcessors2D.cpp create mode 100644 src/boundary/offBoundaryPostProcessors2D.h create mode 100644 src/boundary/offBoundaryPostProcessors2D.hh create mode 100644 src/boundary/offBoundaryPostProcessors3D.cpp create mode 100644 src/boundary/offBoundaryPostProcessors3D.h create mode 100644 src/boundary/offBoundaryPostProcessors3D.hh create mode 100644 src/boundary/rtlbmBoundary.h create mode 100644 src/boundary/rtlbmBoundary.hh create mode 100644 src/boundary/rtlbmBoundaryDynamics.h create mode 100644 src/boundary/rtlbmBoundaryDynamics.hh create mode 100644 src/boundary/superBoundaryCondition2D.cpp create mode 100644 src/boundary/superBoundaryCondition2D.h create mode 100644 src/boundary/superBoundaryCondition2D.hh create mode 100644 src/boundary/superBoundaryCondition3D.cpp create mode 100644 src/boundary/superBoundaryCondition3D.h create mode 100644 src/boundary/superBoundaryCondition3D.hh create mode 100644 src/boundary/superOffBoundaryCondition2D.cpp create mode 100644 src/boundary/superOffBoundaryCondition2D.h create mode 100644 src/boundary/superOffBoundaryCondition2D.hh create mode 100644 src/boundary/superOffBoundaryCondition3D.cpp create mode 100644 src/boundary/superOffBoundaryCondition3D.h create mode 100644 src/boundary/superOffBoundaryCondition3D.hh create mode 100644 src/boundary/wallFunctionBoundaryPostProcessors3D.cpp create mode 100644 src/boundary/wallFunctionBoundaryPostProcessors3D.h create mode 100644 src/boundary/wallFunctionBoundaryPostProcessors3D.hh create mode 100644 src/boundary/zouHeBoundary2D.cpp create mode 100644 src/boundary/zouHeBoundary2D.h create mode 100644 src/boundary/zouHeBoundary2D.hh create mode 100644 src/boundary/zouHeBoundary3D.cpp create mode 100644 src/boundary/zouHeBoundary3D.h create mode 100644 src/boundary/zouHeBoundary3D.hh create mode 100644 src/boundary/zouHeDynamics.cpp create mode 100644 src/boundary/zouHeDynamics.h create mode 100644 src/boundary/zouHeDynamics.hh create mode 100644 src/communication/MakeHeader create mode 100644 src/communication/blockLoadBalancer.cpp create mode 100644 src/communication/blockLoadBalancer.h create mode 100644 src/communication/blockLoadBalancer.hh create mode 100644 src/communication/communication2D.h create mode 100644 src/communication/communication2D.hh create mode 100644 src/communication/communication3D.h create mode 100644 src/communication/communication3D.hh create mode 100644 src/communication/communicator2D.c