Mercurial > repos > public > sbplib
comparison +scheme/Hypsyst3d.m @ 503:feebfca90080 feature/quantumTriangles
Added the new abstract classes to hypsyst3D and Upwind1D to make them work with Jonatans changes
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 16 May 2017 09:18:10 +0200 |
parents | 0fd6561964b0 |
children |
comparison
equal
deleted
inserted
replaced
502:2d5dea05456d | 503:feebfca90080 |
---|---|
5 h % Grid spacing | 5 h % Grid spacing |
6 x, y, z % Grid | 6 x, y, z % Grid |
7 X, Y, Z% Values of x and y for each grid point | 7 X, Y, Z% Values of x and y for each grid point |
8 Yx, Zx, Xy, Zy, Xz, Yz %Grid values for boundary surfaces | 8 Yx, Zx, Xy, Zy, Xz, Yz %Grid values for boundary surfaces |
9 order % Order accuracy for the approximation | 9 order % Order accuracy for the approximation |
10 grid | |
10 | 11 |
11 D % non-stabalized scheme operator | 12 D % non-stabalized scheme operator |
12 A, B, C, E % Symbolic coefficient matrices | 13 A, B, C, E % Symbolic coefficient matrices |
13 Aevaluated,Bevaluated,Cevaluated, Eevaluated | 14 Aevaluated,Bevaluated,Cevaluated, Eevaluated |
14 | 15 |