-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update python tests to Firedrake revision aa5b26cee
- Loading branch information
Showing
9 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 5 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 5 | ||
Nonlinear s_ solve converged due to CONVERGED_FNORM_RELATIVE iterations 2 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 5 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 5 | ||
Nonlinear s_ solve converged due to CONVERGED_FNORM_RELATIVE iterations 2 | ||
done on 5 x 5 grid with P_1 elements: | ||
error |u-uexact|_inf = 9.285e-04, |u-uexact|_h = 4.695e-04 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
DM Object: firedrake_default_topology 10 MPI processes | ||
type: plex | ||
firedrake_default_topology in 2 dimensions: | ||
Number of 0-cells per rank: 3 0 3 3 3 3 3 0 3 3 | ||
Number of 1-cells per rank: 3 0 3 3 3 3 3 0 3 3 | ||
Number of 2-cells per rank: 1 0 1 1 1 1 1 0 1 1 | ||
Number of 0-cells per rank: 3 3 3 3 3 3 3 3 0 0 | ||
Number of 1-cells per rank: 3 3 3 3 3 3 3 3 0 0 | ||
Number of 2-cells per rank: 1 1 1 1 1 1 1 1 0 0 | ||
Labels: | ||
depth: 3 strata with value/size (0 (3), 1 (3), 2 (1)) | ||
celltype: 3 strata with value/size (0 (3), 1 (3), 3 (1)) | ||
Face Sets: 0 strata with value/size () | ||
exterior_facets: 0 strata with value/size () | ||
interior_facets: 1 strata with value/size (1 (3)) | ||
Face Sets: 2 strata with value/size (2 (1), 4 (1)) | ||
exterior_facets: 1 strata with value/size (1 (2)) | ||
interior_facets: 1 strata with value/size (1 (1)) | ||
done on 3 x 3 grid with P_1 elements: | ||
error |u-uexact|_inf = 3.365e-03, |u-uexact|_h = 1.190e-03 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 1 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 1 | ||
done on 5 x 5 grid with Q_1 elements: | ||
error |u-uexact|_inf = 3.414e-04, |u-uexact|_h = 1.751e-04 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
solving on 4 x 4 grid with P_2 x P_1 Taylor-Hood elements ... | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 7 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 7 | ||
numerical errors: |u-uexact|_h = 5.31e-01, |p-pexact|_h = 1.44e+00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
reading mesh from coarse.msh ... | ||
solving on mesh (1 levels refinement) with P_2 x P_1 Taylor-Hood elements ... | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 14 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
solving on 5 x 5 grid with P_2 x P_0 CD elements ... | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 21 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
solving on 5 x 5 grid with P_2 x P_1 Taylor-Hood elements ... | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 13 | ||
Linear s_ solve converged due to CONVERGED_RTOL iterations 13 | ||
numerical errors: |u-uexact|_h = 3.66e-01, |p-pexact|_h = 3.07e+00 |