Skip to content

Commit c7fd858

Browse files
authored
update readme
1 parent 7243350 commit c7fd858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ prob = discretize(pdesys, discretization)
1414
Where dxs is a vector of pairs of parameters to the grid step in this dimension, i.e. `[x=>0.2, y=>0.1]`
1515

1616
Currently supported grid types: `center_align` and `edge_align`
17+
1718
center_align: naive grid, starting from lower boundary, ending on upper boundary with step of dx
19+
1820
edge_align: offset grid, set halfway between the points that would be generated with center_align, with extra points at either end that are above and below the supremum and infimum by dx/2.
1921
This provides higher accuracy with neumann/robin boundary conditions.
2022

0 commit comments

Comments
 (0)