Skip to content
Snippets Groups Projects
  1. May 01, 2020
  2. Apr 30, 2020
  3. Apr 29, 2020
    • Kutalmış Berçin's avatar
      ENH: add directionalMeshWave functionality · ea16cb4b
      Kutalmış Berçin authored
        For a given point within a given mesh, the existing `meshWave` method gives
        the orthogonal distance to a patch. In meshes with very steep terrain (e.g.
        a hill of 90 [deg], this might be problematic for the fields that require
        the distance to the patch associated with the terrain surface.
      
        `directionalMeshWave` is a variant of `meshWave` distance-to-patch method,
        which ignores the component in the specified direction. Can be used e.g. to
        calculate the distance in the z-direction only.
      
        TUT: add example of directionalMeshWave to mesh/moveDynamicMesh/SnakeCanyon
      
        Requirement by CENER
        Implementation by Mattijs Janssens
      ea16cb4b
  4. Apr 28, 2020
  5. Apr 27, 2020
  6. Apr 24, 2020
  7. Apr 21, 2020
  8. Apr 20, 2020
  9. Apr 17, 2020
  10. Apr 16, 2020
  11. Apr 15, 2020