You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ Boundary-optimized summation-by-parts finite difference operators for first deri
3
3
4
4
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.
5
5
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