Mercurial > repos > public > sbplib_julia
changeset 1469:54ae92803b0b feature/grids/boundary_indicies
Fix wording/typos
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 30 Nov 2023 16:43:46 +0100 |
parents | b4601f106140 |
children | 07882e390ff5 |
files | Notes.md |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Notes.md Wed Nov 29 15:37:59 2023 +0100 +++ b/Notes.md Thu Nov 30 16:43:46 2023 +0100 @@ -315,7 +315,7 @@ as TensorGrid) ## Implementation of boundary_indices for more complex grids -To represent boundaries of for example tet-elements we can use a type `IndexCollection` which should be able to be used to index a grid function directly. +To represent boundaries of for example tet-elements we can use a type `IndexCollection` to index a grid function directly. ```julia I = IndexCollection(...) @@ -324,4 +324,4 @@ * This would impact how tensor grid works. * To make things homogenous maybe these index collections should be used for the more simple grids too. -* The function `to_indices` from Base could be usefull to implement for `IndexCollection` +* The function `to_indices` from Base could be useful to implement for `IndexCollection`