Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
  2. Aug 01, 2022
  3. Jul 14, 2022
  4. Jul 10, 2022
  5. Jun 28, 2022
    • Dmitri Naumov's avatar
      [MeL] Add move-ctor to Mesh, disable assignments · d6c48373
      Dmitri Naumov authored
      Saves few deep copies in the current implementation of
      the deactivated subdomains and can be further used
      to eliminate the unique_ptr return type pattern
      occuring in the construction of final or intermediate
      objects.
      
      Explicitly delete Mesh assignments:
      Because the mesh id is unique (const member set from global
      counter) the assignments should be forbidden (explicitly)
      because comparison of meshes by ids would be broken.
      d6c48373
    • Dmitri Naumov's avatar
      [MeL] Use ranges and ids · 2aa8f856
      Dmitri Naumov authored
      In:
       - createMeshFromElementSelection: creation of bulk node ids
       - createMeshFromElementSelection: iteration over a map of nodes
       - findElementsConnectedToNodes: iteration over element's nodes
       - Mesh copy constructor: iteration over cloned elements
      2aa8f856
  6. Jun 27, 2022
  7. Jun 21, 2022
  8. Jun 16, 2022
  9. Jun 13, 2022
  10. Jun 01, 2022
  11. May 16, 2022
  12. May 11, 2022
  13. Apr 27, 2022
  14. Apr 26, 2022
Loading