Skip to content

Commit 26da679

Browse files
author
Vidar Stiernström
authored
Update README.md
1 parent eb71b43 commit 26da679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Boundary-optimized summation-by-parts finite difference operators for first deri
33

44
This repository contains Matlab code for boundary-optimized summation-by-parts (SBP) finite difference operators for first derivatives & second derivatives with variable coefficients. The boundary-optimized operators utilize stencils based on non-equispaced grid points close to the boundaries of the grid. This allows the operators to be more accurate compared to traditional central difference SBP operators.
55

6-
The set of operators typically used to create a SBP scheme (e.g, difference operators, quadratures and boundary operators) is implemented in the Matlab class `BoundaryOptimizedSBPOps.m`
6+
The set of operators typically used to create an SBP scheme (e.g, difference operators, quadratures and boundary operators) are implemented in the Matlab class `BoundaryOptimizedSBPOps.m`. The operators are available for orders of accuracy 4, 6, 8, 10 and 12.

0 commit comments

Comments
 (0)