Skip to content
Snippets Groups Projects
Select Git revision
  • a50be0a8f37579a17d59c130e4f5e11b1c61245b
  • develop default protected
  • feature/variational-hydro
  • origin/stage/bouguettaia
  • feature/gmsh-reader
  • feature/reconstruction
  • save_clemence
  • feature/kinetic-schemes
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

pugs

  • Clone with SSH
  • Clone with HTTPS
  • Stephane Del Pino's avatar
    Stéphane Del Pino authored
    - These functions treat only owned items to perform reductions.
    
    - ItemValue now know the Connectivity it is built on.
      To do so, one adds a `shared_ptr` to the Connectivity to preserve coherence
      of the data, even when Connectivity is no more used (for instance replaced by
      another).
    
    - Since it is convenient to be able to use the ItemValue mechanism to describe
      the Connectivity itself, we introduced "WeakItemValue" types which do not
      point to the connectivity through a `shared_ptr` but using a `weak_ptr`. These
      template types (WeakNodeValue, WeakEdgeValue, WeakFaceValue and WeakCellValue)
      **should not be used** outside of the Connectivity classes
    
    - Actually "WeakItemValue" is build using the third template parameter of
      ItemValue which is defaulted to `shared_ptr`.
    
    - During these developments, simple clean-up were performed to Mesh, MeshData and
      MeshNodeBoundary: one now accesses to the dimension using T::Dimension (for
      static use) of through the dimension() member function (for dynamic use).
    
    - Note that same kind of work will be performed for SubItemValuePerItem (use a
      pointer to the Connectivity) and define a "WeakSubItemValuePerItem" to the
      case of Connectivity internal members
    a50be0a8
    History
    Name Last commit Last update