Mercurial > repos > public > sbplib_julia
diff src/Grids/multiblockgrids.jl @ 2019:fb2dc185c197 feature/grids/multiblock_grids
Add stubs for functions and tests to be implemented
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 12 Mar 2025 10:40:28 +0100 |
| parents | a3ffc3202813 |
| children | 50e7090f5a95 |
line wrap: on
line diff
--- a/src/Grids/multiblockgrids.jl Wed Mar 12 09:34:00 2025 +0100 +++ b/src/Grids/multiblockgrids.jl Wed Mar 12 10:40:28 2025 +0100 @@ -11,6 +11,20 @@ MultiBlockGrid{T,D,typeof(grids), typeof(connections)}(grids,connections) end +# function Base.getindex end +# function boundary_identifiers end # Requires function from manifolds? +# function boundary_grid end # Should return a MultiBlockGrid with the right connections? + +# function min_spacing end +# function refine end +# function coarsen end + +# function boundary_indices end # Need to figure out the grid functions first? +# function eval_on end # Need to figure out the grid functions first? +# function Base.map end # Need to figure out the grid functions first? + +# Plotting recipes + """ MultiBlockBoundary{N, BID} <: BoundaryIdentifier
