From 8a11bb1b320b84534dcc2322da9682995720094f Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 10 Dec 2021 14:44:56 +0100 Subject: [PATCH] Updated mesh path --- .../SinglePhase_3DSphericalExplosion_unstructured.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreFlows/examples/Python/SinglePhase/SinglePhase_3DSphericalExplosion_unstructured.py b/CoreFlows/examples/Python/SinglePhase/SinglePhase_3DSphericalExplosion_unstructured.py index 814dad6..095508b 100755 --- a/CoreFlows/examples/Python/SinglePhase/SinglePhase_3DSphericalExplosion_unstructured.py +++ b/CoreFlows/examples/Python/SinglePhase/SinglePhase_3DSphericalExplosion_unstructured.py @@ -7,7 +7,7 @@ import cdmath def SinglePhase_3DSphericalExplosion_unstructured(): - inputfile="../../resources/meshCube.med"; + inputfile="../resources/meshCube.med"; xinf=0; xsup=1; @@ -64,7 +64,7 @@ def SinglePhase_3DSphericalExplosion_unstructured(): # set the numerical method myProblem.setNumericalScheme(cf.upwind, cf.Explicit); - myProblem.setLinearSolver(cf.GMRES,cf.ILU,True); + myProblem.setLinearSolver(cf.GMRES,cf.ILU,True); myProblem.setEntropicCorrection(False); myProblem.setWellBalancedCorrection(False); -- 2.39.2