Salome HOME
update CoreFlows
authorBernard Secher <bernard.secher@cea.fr>
Thu, 3 Sep 2020 05:41:15 +0000 (07:41 +0200)
committerBernard Secher <bernard.secher@cea.fr>
Thu, 3 Sep 2020 05:41:15 +0000 (07:41 +0200)
commit8d75250c8a620dc1bab221405876864c1227b9bb
tree605ee634f43bbc7dc59931e22ec4c756370493d9
parent2eae44c090c9a0c768e8a8b37e6b3eb875c14f15
update CoreFlows
255 files changed:
CoreFlows/CMakeLists.txt
CoreFlows/Models/inc/DiffusionEquation.hxx
CoreFlows/Models/inc/LinearElasticityModel.hxx [new file with mode: 0755]
CoreFlows/Models/inc/ProblemCoreFlows.hxx
CoreFlows/Models/inc/ProblemFluid.hxx
CoreFlows/Models/inc/SinglePhase.hxx
CoreFlows/Models/inc/StationaryDiffusionEquation.hxx
CoreFlows/Models/inc/TransportEquation.hxx
CoreFlows/Models/src/CMakeLists.txt
CoreFlows/Models/src/DiffusionEquation.cxx
CoreFlows/Models/src/DriftModel.cxx
CoreFlows/Models/src/FiveEqsTwoFluid.cxx
CoreFlows/Models/src/IsothermalTwoFluid.cxx
CoreFlows/Models/src/LinearElasticityModel.cxx [new file with mode: 0755]
CoreFlows/Models/src/ProblemCoreFlows.cxx
CoreFlows/Models/src/ProblemFluid.cxx
CoreFlows/Models/src/SinglePhase.cxx
CoreFlows/Models/src/StationaryDiffusionEquation.cxx
CoreFlows/Models/src/TransportEquation.cxx
CoreFlows/README.md
CoreFlows/cmake_files/FindCDMATH.cmake
CoreFlows/cmake_files/FindPETSc.cmake [changed mode: 0755->0644]
CoreFlows/cmake_files/FindPYTHON.cmake
CoreFlows/env_CoreFlows.sh
CoreFlows/examples/C/CMakeLists.txt [new file with mode: 0755]
CoreFlows/examples/C/CoupledTransportDiffusionEquations_1DHeatedChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/DiffusionEquation_1DHeatedRod.cxx [new file with mode: 0755]
CoreFlows/examples/C/DiffusionEquation_1DHeatedRod_FE.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DBoilingAssembly.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DBoilingChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DChannelGravity.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DDepressurisation.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DPorosityJump.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DPressureLoss.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DRiemannProblem.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_1DVidangeReservoir.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_2DInclinedBoilingChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_2DInclinedChannelGravity.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_2DInclinedChannelGravityBarriers.cxx [new file with mode: 0755]
CoreFlows/examples/C/DriftModel_3DCanalCloison.cxx [new file with mode: 0755]
CoreFlows/examples/C/FiveEqsTwoFluid_1DBoilingChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/FiveEqsTwoFluid_1DDepressurisation.cxx [new file with mode: 0755]
CoreFlows/examples/C/FiveEqsTwoFluid_1DRiemannProblem.cxx [new file with mode: 0755]
CoreFlows/examples/C/FiveEqsTwoFluid_2DInclinedBoilingChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/FiveEqsTwoFluid_2DInclinedSedimentation.cxx [new file with mode: 0755]
CoreFlows/examples/C/IsothermalTwoFluid_1DDepressurisation.cxx [new file with mode: 0755]
CoreFlows/examples/C/IsothermalTwoFluid_1DRiemannProblem.cxx [new file with mode: 0755]
CoreFlows/examples/C/IsothermalTwoFluid_1DSedimentation.cxx [new file with mode: 0755]
CoreFlows/examples/C/IsothermalTwoFluid_2DInclinedSedimentation.cxx [new file with mode: 0755]
CoreFlows/examples/C/IsothermalTwoFluid_2DVidangeReservoir.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_1DDepressurisation.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_1DHeatedChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_1DPorosityJump.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_1DRiemannProblem.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DHeatDrivenCavity.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DHeatDrivenCavity_unstructured.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DHeatedChannelInclined.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DLidDrivenCavity.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DLidDrivenCavity_unstructured.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DSphericalExplosion_unstructured.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DWallHeatedChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_2DWallHeatedChannel_ChangeSect.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_3DHeatDrivenCavity.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_3DSphericalExplosion_unstructured.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_HeatedWire_2Branches.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_2DEF_StructuredTriangles.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_2DEF_StructuredTriangles_Neumann.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_2DEF_UnstructuredTriangles.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredSquares.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_3DEF_StructuredTetrahedra.cxx [new file with mode: 0755]
CoreFlows/examples/C/StationaryDiffusionEquation_3DFV_StructuredTetrahedra.cxx [new file with mode: 0755]
CoreFlows/examples/C/TransportEquation_1DHeatedChannel.cxx [new file with mode: 0755]
CoreFlows/examples/C/main_tests.cxx [new file with mode: 0755]
CoreFlows/examples/C/testEOS.cxx [new file with mode: 0755]
CoreFlows/examples/CMakeLists.txt
CoreFlows/examples/CoupledTransportDiffusionEquations_1DHeatedChannel.cxx [deleted file]
CoreFlows/examples/DiffusionEquation_1DHeatedRod.cxx [deleted file]
CoreFlows/examples/DiffusionEquation_1DHeatedRod_FE.cxx [deleted file]
CoreFlows/examples/DriftModel_1DBoilingAssembly.cxx [deleted file]
CoreFlows/examples/DriftModel_1DBoilingChannel.cxx [deleted file]
CoreFlows/examples/DriftModel_1DChannelGravity.cxx [deleted file]
CoreFlows/examples/DriftModel_1DDepressurisation.cxx [deleted file]
CoreFlows/examples/DriftModel_1DPorosityJump.cxx [deleted file]
CoreFlows/examples/DriftModel_1DPressureLoss.cxx [deleted file]
CoreFlows/examples/DriftModel_1DRiemannProblem.cxx [deleted file]
CoreFlows/examples/DriftModel_1DVidangeReservoir.cxx [deleted file]
CoreFlows/examples/DriftModel_2DInclinedBoilingChannel.cxx [deleted file]
CoreFlows/examples/DriftModel_2DInclinedChannelGravity.cxx [deleted file]
CoreFlows/examples/DriftModel_2DInclinedChannelGravityBarriers.cxx [deleted file]
CoreFlows/examples/DriftModel_3DCanalCloison.cxx [deleted file]
CoreFlows/examples/FiveEqsTwoFluid_1DBoilingChannel.cxx [deleted file]
CoreFlows/examples/FiveEqsTwoFluid_1DDepressurisation.cxx [deleted file]
CoreFlows/examples/FiveEqsTwoFluid_1DRiemannProblem.cxx [deleted file]
CoreFlows/examples/FiveEqsTwoFluid_2DInclinedBoilingChannel.cxx [deleted file]
CoreFlows/examples/FiveEqsTwoFluid_2DInclinedSedimentation.cxx [deleted file]
CoreFlows/examples/IsothermalTwoFluid_1DDepressurisation.cxx [deleted file]
CoreFlows/examples/IsothermalTwoFluid_1DRiemannProblem.cxx [deleted file]
CoreFlows/examples/IsothermalTwoFluid_1DSedimentation.cxx [deleted file]
CoreFlows/examples/IsothermalTwoFluid_2DInclinedSedimentation.cxx [deleted file]
CoreFlows/examples/IsothermalTwoFluid_2DVidangeReservoir.cxx [deleted file]
CoreFlows/examples/Python/CMakeLists.txt
CoreFlows/examples/Python/DiffusionEquation/DiffusionEquation_1DHeatedRod.py [new file with mode: 0755]
CoreFlows/examples/Python/DiffusionEquation/DiffusionEquation_1DHeatedRod_FE.py [new file with mode: 0755]
CoreFlows/examples/Python/DiffusionEquation_1DHeatedRod.py [deleted file]
CoreFlows/examples/Python/DiffusionEquation_1DHeatedRod_FE.py [deleted file]
CoreFlows/examples/Python/DriftModel/DriftModel_1DBoilingAssembly.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DBoilingChannel.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DChannelGravity.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DDepressurisation.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DPorosityJump.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DPressureLoss.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DRiemannProblem.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_1DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2BranchesBoilingChannels.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DBoilingChannelBarrier.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DInclinedBoilingChannel.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DInclinedBoilingChannelBarrier.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DInclinedChannelGravity.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DInclinedChannelGravityBarriers.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DInclinedChannelGravityTriangles.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DPorosityJump.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DPressureLoss.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_2DVidangeReservoirUnstructured.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel/DriftModel_3DBoilingChannelBarrier.py [new file with mode: 0755]
CoreFlows/examples/Python/DriftModel_1DBoilingAssembly.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DBoilingChannel.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DChannelGravity.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DDepressurisation.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DPorosityJump.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DPressureLoss.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DRiemannProblem.py [deleted file]
CoreFlows/examples/Python/DriftModel_1DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/DriftModel_2BranchesBoilingChannels.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DBoilingChannelBarrier.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DInclinedBoilingChannel.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DInclinedBoilingChannelBarrier.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DInclinedChannelGravity.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DInclinedChannelGravityBarriers.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DInclinedChannelGravityTriangles.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DPorosityJump.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DPressureLoss.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/DriftModel_2DVidangeReservoirUnstructured.py [deleted file]
CoreFlows/examples/Python/DriftModel_3DBoilingChannelBarrier.py [deleted file]
CoreFlows/examples/Python/FiveEqsTwoFluid/FiveEqsTwoFluid_1DBoilingAssembly.py [new file with mode: 0755]
CoreFlows/examples/Python/FiveEqsTwoFluid/FiveEqsTwoFluid_1DBoilingChannel.py [new file with mode: 0755]
CoreFlows/examples/Python/FiveEqsTwoFluid/FiveEqsTwoFluid_1DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/FiveEqsTwoFluid/FiveEqsTwoFluid_2DInclinedBoilingChannel.py [new file with mode: 0755]
CoreFlows/examples/Python/FiveEqsTwoFluid/FiveEqsTwoFluid_2DInclinedSedimentation.py [new file with mode: 0755]
CoreFlows/examples/Python/FiveEqsTwoFluid/FiveEqsTwoFluid_2DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/FiveEqsTwoFluid_1DBoilingAssembly.py [deleted file]
CoreFlows/examples/Python/FiveEqsTwoFluid_1DBoilingChannel.py [deleted file]
CoreFlows/examples/Python/FiveEqsTwoFluid_1DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/FiveEqsTwoFluid_2DInclinedBoilingChannel.py [deleted file]
CoreFlows/examples/Python/FiveEqsTwoFluid_2DInclinedSedimentation.py [deleted file]
CoreFlows/examples/Python/FiveEqsTwoFluid_2DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/IsothermalTwoFluid/IsothermalTwoFluid_1DSedimentation.py [new file with mode: 0755]
CoreFlows/examples/Python/IsothermalTwoFluid/IsothermalTwoFluid_1DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/IsothermalTwoFluid/IsothermalTwoFluid_2DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/IsothermalTwoFluid_1DSedimentation.py [deleted file]
CoreFlows/examples/Python/IsothermalTwoFluid_1DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/IsothermalTwoFluid_2DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DDepressurisation.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DHeatedAssembly.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DHeatedChannel.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DRiemannProblem.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DWaterHammer.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2BranchesHeatedChannels.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DHeatedChannelInclined.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DLidDrivenCavity.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DLidDrivenCavity_unstructured.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DPoiseuilleFlow.py [new file with mode: 0644]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DPoiseuilleFlow_outputFields.py [new file with mode: 0644]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DPoiseuilleFlow_restart.py [new file with mode: 0644]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DSphericalExplosion_unstructured.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DThermalDiffusion.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DVidangeReservoir.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_2DWallHeatedChannel_ChangeSect.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_3DHeatDrivenCavity.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_3DSphericalExplosion_unstructured.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_3DVortexTube_NoCone_NoViscosity.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_3DVortexTube_WithCone_NoViscosity.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase_1DDepressurisation.py [deleted file]
CoreFlows/examples/Python/SinglePhase_1DHeatedAssembly.py [deleted file]
CoreFlows/examples/Python/SinglePhase_1DHeatedChannel.py [deleted file]
CoreFlows/examples/Python/SinglePhase_1DRiemannProblem.py [deleted file]
CoreFlows/examples/Python/SinglePhase_1DWaterHammer.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2BranchesHeatedChannels.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DHeatedChannelInclined.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DLidDrivenCavity.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DLidDrivenCavity_unstructured.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DSphericalExplosion_unstructured.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DThermalDiffusion.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DVidangeReservoir.py [deleted file]
CoreFlows/examples/Python/SinglePhase_2DWallHeatedChannel_ChangeSect.py [deleted file]
CoreFlows/examples/Python/SinglePhase_3DHeatDrivenCavity.py [deleted file]
CoreFlows/examples/Python/SinglePhase_3DSphericalExplosion_unstructured.py [deleted file]
CoreFlows/examples/Python/SinglePhase_3DVortexTube_NoCone_NoViscosity.py [deleted file]
CoreFlows/examples/Python/SinglePhase_3DVortexTube_WithCone_NoViscosity.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_2DEF.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_2DEF_Neumann.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_2DFV_EquilateralTriangles.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_2DFV_StructuredSquares.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_2DFV_StructuredSquares_Neumann.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_2DFV_StructuredTriangles.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_3DEF.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_3DEF_RoomCooling.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_3DFV_StructuredCubes.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_3DFV_StructuredTetrahedra.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_3DVF_RoomCooling_StructuredCubes.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation/StationaryDiffusionEquation_3DVF_RoomCooling_UnstructuredTetras.py [new file with mode: 0755]
CoreFlows/examples/Python/StationaryDiffusionEquation_2DEF.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_2DEF_Neumann.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_2DFV_EquilateralTriangles.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_2DFV_StructuredSquares.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_2DFV_StructuredSquares_Neumann.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_2DFV_StructuredTriangles.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_3DEF.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_3DEF_RoomCooling.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_3DFV_StructuredCubes.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_3DFV_StructuredTetrahedra.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_3DVF_RoomCooling_StructuredCubes.py [deleted file]
CoreFlows/examples/Python/StationaryDiffusionEquation_3DVF_RoomCooling_UnstructuredTetras.py [deleted file]
CoreFlows/examples/Python/TransportEquation/TransportEquation_1DHeatedChannel.py [new file with mode: 0755]
CoreFlows/examples/Python/TransportEquation_1DHeatedChannel.py [deleted file]
CoreFlows/examples/SinglePhase_1DDepressurisation.cxx [deleted file]
CoreFlows/examples/SinglePhase_1DHeatedChannel.cxx [deleted file]
CoreFlows/examples/SinglePhase_1DPorosityJump.cxx [deleted file]
CoreFlows/examples/SinglePhase_1DRiemannProblem.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DHeatDrivenCavity.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DHeatDrivenCavity_unstructured.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DHeatedChannelInclined.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DLidDrivenCavity.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DLidDrivenCavity_unstructured.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DSphericalExplosion_unstructured.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DWallHeatedChannel.cxx [deleted file]
CoreFlows/examples/SinglePhase_2DWallHeatedChannel_ChangeSect.cxx [deleted file]
CoreFlows/examples/SinglePhase_3DHeatDrivenCavity.cxx [deleted file]
CoreFlows/examples/SinglePhase_3DSphericalExplosion_unstructured.cxx [deleted file]
CoreFlows/examples/SinglePhase_HeatedWire_2Branches.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_2DEF_StructuredTriangles.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_2DEF_StructuredTriangles_Neumann.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_2DEF_UnstructuredTriangles.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_2DFV_StructuredSquares.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_2DFV_StructuredTriangles.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_3DEF_StructuredTetrahedra.cxx [deleted file]
CoreFlows/examples/StationaryDiffusionEquation_3DFV_StructuredTetrahedra.cxx [deleted file]
CoreFlows/examples/TransportEquation_1DHeatedChannel.cxx [deleted file]
CoreFlows/examples/main_tests.cxx [deleted file]
CoreFlows/examples/testEOS.cxx [deleted file]
CoreFlows/swig/CMakeLists.txt