Skip to content
Snippets Groups Projects
Select Git revision
  • 3276-reconstructparmesh-does-not-reconstruct-finitearea
  • PDRFoam-rc1
  • PDRfoam-rc0
  • demand-driven-schemes+solution
  • develop protected
  • develop-feature-clouds-refactor
  • develop.mol
  • develop.mol1
  • develop.swapnil
  • feature-AMI-from-mesh
  • feature-PDRfitMesh
  • feature-ami-numerics
  • feature-cloudInfo-selection
  • feature-clouds-refactor
  • feature-clouds-refactor-charge-parcel
  • feature-compilation
  • feature-compressibleInterFoam
  • feature-dlLibrary-unloader
  • feature-empty-surface-handling
  • feature-evapotranspiration
  • OpenFOAM-v2412 protected
  • OpenFOAM-v2406 protected
  • OpenFOAM-v2312 protected
  • OpenFOAM-v2306 protected
  • OpenFOAM-v2212 protected
  • OpenFOAM-v2206 protected
  • OpenFOAM-v2112.220610 protected
  • OpenFOAM-v2112 protected
  • OpenFOAM-v2106.211215 protected
  • OpenFOAM-v2106 protected
  • OpenFOAM-v2012_210414 protected
  • OpenFOAM-v2012 protected
  • OpenFOAM-v2006 protected
  • OpenFOAM-v1912.200626 protected
  • OpenFOAM-v1912.200506 protected
  • OpenFOAM-v1912.200417 protected
  • OpenFOAM-v1812.200417 protected
  • OpenFOAM-v1906.200417 protected
  • OpenFOAM-v1912.200403 protected
  • OpenFOAM-v1812.200312 protected
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.06Mar527Feb252421191713111075431Jan2927241613109863231Dec242320191817161514121110954228Nov272522212018141376425Oct24232116320Sep19181264322Aug1931Jul1817104128Jun26252420191814131211107654331May3029282322201887632129Apr2524232219181615111085330Mar2827222120191813111076528Feb24232221201916141312762131Jan25242319181715119843222Dec2120191815COMP: workaround for broken in-place reduce INTEL-MPI (#3331)STYLE: prefer listReduce() to using listCombineReduce() when possibleENH: remove gatherv/scatterv direct codingENH: generalize mpiGather/mpiScatter/mpiAllGatherENH: generalize reduce/all-reduce to include MPI typesENH: extend MPI send/recv typesENH: generalize MPI broadcast to basic and user-defined MPI typesENH: add opaque data types to UPstream bridge codeENH: refine the dataTypes handlingSTYLE: more consistency in communicator types (int vs label)ENH: cleanup broadcast streamsENH: add UPstream::localNode_parentProcs() methodENH: expand VectorSpaceOps to include copy_n/fill_n methodsCOMP: add pTraits for int16/uint16 types (simplifies messages)ENH: simplify operator calls for error, messageStreamENH: PatchTools: version with supplied local pointsENH: fvMatrix: adding setValues for patchfeature-fvMatri…feature-fvMatrix-setValuesCOMP: fix up merg eENH: AMIInterpolation: use local communicatorSUBMODULE: runTime postProcessing updated for change in minMaxOpMerge branch 'pstream-types' into 'develop'ENH: add UPstreamTraits support to map data types and opcodesENH: add mapping for fundamental and OpenFOAM types -> MPI data typesENH: add simple handling for point-to-point barriersMerge branch 'pstream-cleanups' into 'develop'ENH: provide isolated "*_algorithm" versions of Pstream gather routinesENH: retain linear vs tree state in commsStructListSTYLE: use UPstream::reduceAnd(), UPstream::reduceOr() instead of longer formsSTYLE: unify some handling of warn communicator, minor code cleanupDEFEATURE: remove non-blocking reduce() with global request trackingENH: support non-worldComm for Dimensioned/Geometric field functionsENH: update MinMax to accept multiple values for add()COMP: remove 'special purpose' minMaxOp (#3326)ENH: print node/topology information in human-readable form at startupTUT: backwardFacingStep2D: add missing probes (fixes #3319)Merge branch 'pstream-adjustments' into 'develop'GIT: relocate Pstream template '.C' files to '.txx' prior to further changesENH: extend Pstream gather templates to support combine or assign operationENH: mpiGather/mpiScatter now also support in-place useENH: misc Pstream adjustments