Skip to content
Snippets Groups Projects
  1. Nov 21, 2019
    • Timo Koch's avatar
      7c8aab70
    • Timo Koch's avatar
      97df7931
    • Timo Koch's avatar
      [discretization] Implement radially symmetric grid geometries · bdfd2337
      Timo Koch authored
      This implements wrappers for scvs and scvf that turn them into
      radially symmetric counterparts by overloading the volume() and
      area() functions. We support three modes:
      
      * disc (annulus): A 1d grid is extruded into an annulus or disc
      In the case of a disc (inner pos: 0) the inner scvf.area() is 0!
      
      * ball (shell): A 1d grid is extruded into a spherical shell or a ball
      In the case of a ball the inner scvf.area() is 0!
      
      * toroid: A 2d grid is extruded into a toroid
      In the case that on grid side is aligned with the axis the inner
      scvf.area() for all inner scvfs is 0!
      The grid points all have to be >= 0!
      We also support unstructured grids and random convex shapes
      bdfd2337
  2. Nov 20, 2019
  3. Nov 19, 2019
  4. Nov 16, 2019
  5. Nov 15, 2019
  6. Nov 13, 2019
  7. Nov 12, 2019
  8. Nov 11, 2019
  9. Nov 08, 2019
  10. Oct 31, 2019
Loading