comparison src/Grids/zero_dim_grid.jl @ 1854:654a2b7e6824 tooling/benchmarks

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 11 Jan 2025 10:19:47 +0100
parents 4ad1282f8bab
children
comparison
equal deleted inserted replaced
1378:2b5480e2d4bf 1854:654a2b7e6824
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"))