Mercurial > repos > public > sbplib_julia
changeset 939:d8da3a1060b7 feature/variable_derivatives
Add note about where to put Regions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 09 Mar 2022 10:14:16 +0100 |
parents | 025a506ca2fa |
children | b15f39ae1643 |
files | Notes.md |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Notes.md Wed Mar 02 10:54:39 2022 +0100 +++ b/Notes.md Wed Mar 09 10:14:16 2022 +0100 @@ -148,6 +148,9 @@ - [ ] Can we have a trait to tell if a TensorMapping is transposable? - [ ] Is it ok to have "Constructors" for abstract types which create subtypes? For example a Grids() functions that gives different kind of grids based on input? +## Identifiers for regions +The identifiers (`Upper`, `Lower`, `Interior`) used for region indecies should probabily be included in the grid module. This allows new grid types to come with their own regions. + ## Regions and tensormappings - [ ] Use a trait to indicate if a TensorMapping uses indices with regions. The default should be that they do NOT.