def SinglePhase_2DSphericalExplosion_unstructured():
- inputfile="../resources/BoxWithMeshWithTriangularCells";
+ inputfile="./resources/BoxWithMeshWithTriangularCells";
fieldName="Initial variables for spherical explosion";
spaceDim=2
# 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);