Skip to content
Snippets Groups Projects
  1. Apr 21, 2016
  2. Apr 20, 2016
  3. Apr 04, 2016
  4. Mar 30, 2016
  5. Mar 23, 2016
  6. Mar 21, 2016
  7. Mar 14, 2016
    • Andrew Heather's avatar
      Merge branch 'feature-shared-file' into 'develop' · 53eadb02
      Andrew Heather authored
      Feature shared file
      
      This contains the functionality from dev to do with (processor-)global/local file marking.
      global files are those that are the same on all processors (e.g. dictionaries) and so can be read on the master processor only.  'local' files are specific to the processor (e.g. fields).
      
      
      See merge request !30
      53eadb02
  8. Mar 09, 2016
  9. Mar 02, 2016
  10. Feb 04, 2016
  11. Jan 28, 2016
  12. Jan 27, 2016
  13. Jan 25, 2016
    • mattijs's avatar
    • mattijs's avatar
      Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus into feature-shared-file · 9e3ce4ec
      mattijs authored
      Conflicts:
      	applications/utilities/mesh/advanced/refinementLevel/refinementLevel.C
      	applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C
      	applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C
      	applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C
      	applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4FoamUpdateInfo.C
      	applications/utilities/postProcessing/turbulence/createTurbulenceFields/createTurbulenceFields.C
      	applications/utilities/postProcessing/velocityField/Co/Co.C
      	applications/utilities/postProcessing/velocityField/Pe/Pe.C
      	applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C
      	applications/utilities/preProcessing/changeDictionary/changeDictionary.C
      	applications/utilities/preProcessing/setFields/setFields.C
      	applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C
      	applications/utilities/surface/surfaceMeshExport/surfaceMeshExport.C
      	applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C
      	applications/utilities/surface/surfaceRedistributePar/surfaceRedistributePar.C
      	src/OpenFOAM/db/IOobject/IOobject.C
      	src/OpenFOAM/db/IOobjects/CompactIOList/CompactIOList.C
      	src/OpenFOAM/db/IOobjects/IOField/IOField.C
      	src/OpenFOAM/db/IOobjects/IOList/IOList.C
      	src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C
      	src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C
      	src/OpenFOAM/db/Time/findInstance.C
      	src/OpenFOAM/db/regIOobject/regIOobject.C
      	src/OpenFOAM/db/regIOobject/regIOobjectI.H
      	src/OpenFOAM/db/regIOobject/regIOobjectRead.C
      	src/OpenFOAM/db/regIOobject/regIOobjectWrite.C
      	src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/IOmapDistribute.C
      	src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
      	src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
      	src/dynamicMesh/fvMeshDistribute/IOmapDistributePolyMesh.C
      	src/dynamicMesh/motionSolver/componentDisplacement/componentDisplacementMotionSolver.C
      	src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.C
      	src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.C
      	src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C
      	src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.C
      	src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.C
      	src/edgeMesh/extendedEdgeMesh/extendedFeatureEdgeMesh/extendedFeatureEdgeMesh.C
      	src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationMotionSolver.C
      	src/fvMotionSolver/pointPatchFields/derived/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.C
      	src/lagrangian/basic/Cloud/CloudIO.C
      	src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C
      	src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.C
      	src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransformTemplates.C
      	src/postProcessing/functionObjects/field/readFields/readFieldsTemplates.C
      	src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C
      	src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C
      9e3ce4ec
    • mattijs's avatar
      ENH: glboal file handling: initial commit · e4240592
      mattijs authored
      Moved file path handling to regIOobject and made it type specific so
      now every object can have its own rules. Examples:
      - faceZones are now processor local (and don't search up anymore)
      - timeStampMaster is now no longer hardcoded inside IOdictionary
        (e.g. uniformDimensionedFields support it as well)
      - the distributedTriSurfaceMesh is properly processor-local; no need
        for fileModificationChecking manipulation.
      e4240592
    • mattijs's avatar
      BUG: autoHexMesh: merging faceZones with layers added · e00acab9
      mattijs authored
      - was merging all boundary points originating from the same point
      - which caused merging of multiple extruded points (since all originating
        from the same point)
      - there is no more addressing available from addPatchCell layer so
        instead do a geometric merge
      - additional bug: calculating weights if faceZone on processor patch
      e00acab9
  14. Jan 21, 2016
  15. Jan 18, 2016
  16. Jan 13, 2016
  17. Jan 11, 2016
  18. Jan 08, 2016
  19. Jan 07, 2016
  20. Jan 06, 2016
  21. Jan 05, 2016