Skip to content

Commit 4f7fe0d

Browse files
authored
update readme
1 parent c981b3b commit 4f7fe0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Currently supported grid types: `center_align` and `edge_align`
2222
`center_align`: naive grid, starting from lower boundary, ending on upper boundary with step of `dx`
2323

2424
`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`.
25-
This provides higher accuracy with neumann/robin boundary conditions.
2625

2726
Currently boundary conditions defined in terms of derivatives at the boundary are unsupported above 1 discretized dimension. Periodic conditions are also unsupported.
2827

0 commit comments

Comments
 (0)