Skip to content
Snippets Groups Projects
Commit 1231e7ea authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

update error tables

parent 23425616
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -3,5 +3,5 @@ Box-DFM 1078 74 4.1e-1 0.0e-0 4312 148 4.1e-1 0.0e-0
CC-DFM 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0
EDFM 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0
mortar-DFM 1280 75 4.5e-3 4.9e-3 5120 131 2.6e-3 2.5e-3 20480 277 1.7e-3 1.7e-3
P-XFEM 961 318 0.0e-0 0.0e-0 3969 606 0.0e-0 0.0e-0 16129 1182 0.0e-0 0.0e-0
P-XFEM 961 318 2.7e-3 0.0e-0 3969 606 1.4e-3 0.0e-0 16129 1182 7.3e-4 0.0e-0
D-XFEM 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0
......@@ -3,5 +3,5 @@ Box-DFM 1078 74 1.1e-2 0.0e-0 4312 148 5.3e-3 0.0e-0
CC-DFM 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0
EDFM 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0
mortar-DFM 1280 75 1.0e-2 7.4e-3 5120 131 5.2e-3 3.4e-3 20480 277 2.6e-3 1.6e-3
P-XFEM 961 318 1.7e-2 0.0e-0 3969 606 8.3e-3 0.0e-0 16129 1182 2.7e-3 0.0e-0
P-XFEM 961 318 1.3e-2 0.0e-0 3969 606 6.8e-3 0.0e-0 16129 1182 2.1e-3 0.0e-0
D-XFEM 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0 0 0 0.0e-0 0.0e-0
......@@ -11,7 +11,7 @@ function hdf5_to_mat_matrix(infilename, cellwise, solutionname, outfilename)
% outfilename: the name of the output Matlab .mat-file
T = h5read(infilename, '/Block_0_t000000/Topology');
T = T' + 1;
T = T' + 1
Points = h5read(infilename, '/Block_0_t000000/Geometry/Coordinates');
Points = Points([1 2], :)';
if cellwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment