comparison src/Grids/zero_dim_grid.jl @ 1530:46a1ad30f861 bugfix/sbp_operators/stencil_return_type

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 11 Apr 2024 22:47:31 +0200
parents 4ad1282f8bab
children
comparison
equal deleted inserted replaced
1446:d744b01be520 1530:46a1ad30f861
23 refine(g::ZeroDimGrid, ::Int) = g 23 refine(g::ZeroDimGrid, ::Int) = g
24 coarsen(g::ZeroDimGrid, ::Int) = g 24 coarsen(g::ZeroDimGrid, ::Int) = g
25 25
26 boundary_identifiers(g::ZeroDimGrid) = () 26 boundary_identifiers(g::ZeroDimGrid) = ()
27 boundary_grid(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries")) 27 boundary_grid(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries"))
28 boundary_indices(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries"))