Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2018:a3ffc3202813 | 2019:fb2dc185c197 |
|---|---|
| 8 T = eltype(valtype(grids)) | 8 T = eltype(valtype(grids)) |
| 9 D = ndims(valtype(grids)) | 9 D = ndims(valtype(grids)) |
| 10 | 10 |
| 11 MultiBlockGrid{T,D,typeof(grids), typeof(connections)}(grids,connections) | 11 MultiBlockGrid{T,D,typeof(grids), typeof(connections)}(grids,connections) |
| 12 end | 12 end |
| 13 | |
| 14 # function Base.getindex end | |
| 15 # function boundary_identifiers end # Requires function from manifolds? | |
| 16 # function boundary_grid end # Should return a MultiBlockGrid with the right connections? | |
| 17 | |
| 18 # function min_spacing end | |
| 19 # function refine end | |
| 20 # function coarsen end | |
| 21 | |
| 22 # function boundary_indices end # Need to figure out the grid functions first? | |
| 23 # function eval_on end # Need to figure out the grid functions first? | |
| 24 # function Base.map end # Need to figure out the grid functions first? | |
| 25 | |
| 26 # Plotting recipes | |
| 13 | 27 |
| 14 | 28 |
| 15 """ | 29 """ |
| 16 MultiBlockBoundary{N, BID} <: BoundaryIdentifier | 30 MultiBlockBoundary{N, BID} <: BoundaryIdentifier |
| 17 | 31 |
