Skip to content
Snippets Groups Projects
Commit 2c8f6e70 authored by David Schwörer's avatar David Schwörer
Browse files

skip test-laplacexy with 3d metrics

parent 093706c1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
# Run the test, compare results against the benchmark
#
# requires: not metric_3d
# requires: petsc
# cores: 8
......@@ -59,7 +60,7 @@ for nproc in [8]:
"hypre not available as pre-conditioner in PETSc. Re-running with "
+ "pctype=shell..."
)
s, out = launch(cmd, nproc=nproc, pipe=True, verbose=True)
_, out = launch_safe(cmd, nproc=nproc, pipe=True, verbose=True)
f = open("run.log." + str(nproc), "w")
f.write(out)
......
......@@ -4,6 +4,7 @@
# Run the test, compare results against the benchmark
#
# requires: not metric_3d
# requires: petsc
# cores: 8
......@@ -13,12 +14,6 @@ from sys import exit
tol = 5.0e-8
# Note accuracy of test is limited when g12!=0 by inconsistency between the way boundary
# conditions are applied in LaplaceXY and the way they are applied in the D2DXDY()
# operator called by Laplace_perp(). In D2DXDY(f) 'free_o3' boundary conditions are
# applied to dfdy before calculating DDX(dfdy).
tol_nonorth = 2.0e-5
argslist = [
"laplacexy:core_bndry_dirichlet=true laplacexy:pf_bndry_dirichlet=true laplacexy:y_bndry=dirichlet "
"f:bndry_xin=dirichlet f:bndry_xout=dirichlet f:bndry_yup=dirichlet f:bndry_ydown=dirichlet",
......@@ -73,7 +68,7 @@ for nproc in [8]:
"hypre not available as pre-conditioner in PETSc. Re-running with "
+ "pctype=shell..."
)
s, out = launch(cmd, nproc=nproc, pipe=True, verbose=True)
_, out = launch_safe(cmd, nproc=nproc, pipe=True, verbose=True)
f = open("run.log." + str(nproc), "w")
f.write(out)
......
......@@ -4,6 +4,7 @@
# Run the test, compare results against the benchmark
#
# requires: not metric_3d
# requires: petsc
# requires: all_tests
# cores: 8
......
......@@ -30,6 +30,9 @@
#include <initialprofiles.hxx>
#include <options.hxx>
using bout::globals::dump;
using bout::globals::mesh;
int main(int argc, char** argv) {
BoutInitialise(argc, argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment