Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Jan 06, 2019
  2. Dec 19, 2018
  3. Nov 27, 2018
  4. Nov 23, 2018
  5. Nov 02, 2018
    • Dmitri Naumov's avatar
      [MGTL] Allow multiple bulk element ids in identify · b2d3ff8f
      Dmitri Naumov authored
      If the lower dimensional elements are inside the bulk mesh,
      there is no unique bulk element associated with it, but
      multiple elements.
      In the case of unique elements, the behaviour didn't change.
      In the case of multiple elements, the bulk element ids are
      stored in the FieldData with accompanying CellData array
      'number_bulk_elements'.
      b2d3ff8f
  6. Oct 02, 2018
  7. Sep 14, 2018
  8. Aug 23, 2018
  9. Jul 13, 2018
  10. Jun 28, 2018
    • Dmitri Naumov's avatar
      [MGTL] Pass axial symmetry to constructed meshes. · 4f7a85f7
      Dmitri Naumov authored
      The bulk mesh property must be set on the newly created
      meshes. The bulk mesh is not available upon the mesh construction
      and it is simpler to set the property afterwards, than
      to pass it through two function calls.
      4f7a85f7
  11. Jun 22, 2018
  12. Jun 20, 2018
  13. Jun 19, 2018
  14. Jun 14, 2018
  15. Jun 11, 2018
    • Dmitri Naumov's avatar
      [MGTL] BoundaryElemAtPoint checks for line element · 060afc87
      Dmitri Naumov authored
      The identifyFace call with only one valid point in the
      nodes list is only valid for lines. Calling this
      function on other elements will most likely end in
      a SEGV.
      
      The problem didn't appear before, because this function
      was only called for line elements.
      060afc87
  16. May 23, 2018
  17. Jan 10, 2018
  18. Jan 08, 2018
  19. Jan 02, 2018
  20. Nov 08, 2017
  21. Oct 19, 2017
  22. Oct 18, 2017
  23. Aug 29, 2017
    • Dmitri Naumov's avatar
      [MGTL] BoundaryElems; Change assertion to error. · b6744a40
      Dmitri Naumov authored
      The BoundaryElementsAtPoint algorithm expects the given
      point to be found in the mesh. If this fails the preconditions
      for the algorithm are not fulfilled.
      
      Distinguish two cases of empty and more than one nodes.
      b6744a40
  24. May 30, 2017
  25. May 22, 2017
  26. May 18, 2017
Loading