# $Id: kaskade.init,v 1.1.1.1 1996/10/02 10:44:00 roitzsch Exp $ pause # stop when function pause() is called batchJob=0 # =1: terminates the job without confirming # by the user # ---------- class Problem ---------- material=DefaultMaterial DirichletBCs=ConstDirichletBCs problem=StaticHeatConduction # problem class selection file=unit-2d.geo # unit square #matFile=unit-2d.mat spaceDim=2 # space dimension globalPrecision=1e-3 # desired precision # (relative with respect to global energy) maxRefSteps=50 # max. no. of adaptive refinement steps in solve minRefSteps=0 # max. no. of adaptive refinement steps in solve # ---------- triangulation ---------- refTetrahedron=shortestEdge # shortestEdge Bey printMesh=0 # print Triangulation (lists) # ------------ graphics ------------- graphics=1 # graphics off plotSolution=1 plotTimeStep=1 postTimeStep=0 plotKeep=0 # keep all plots in separate windows plotSize=0.4 # size of plot window plotElements=1 plotBoundary=1 plotIsoLines=1 plotLevels=10 # desired no. of iso-lines in result plotTriangleNodes=0 plotPointNodes=0 plot3d=0 scaleX=1 scaleY=1 scaleZ=1 # parameters for quasi-3d plots postscript=0 # postscript output # -------------- read options ------------- readZIBFormat=1 # standard format for geometry input readGrapeFormat=0 # GRAPE format for geometry input readOldFormat=0 # old format for geometry input, # described in manual to KASKADE 2.1 # -------------- write options ------------- writeSolution=0 writeTimeStep=0 writeAVSFormat=0 # write output file for AVS (3D only) writeGrapeFormat=0 # write output file for grape (3D only) writeZIBFormat=1 # -------------- infos ------------- # linear solver infoAb=0 # general info about linear system infoPrecond=0 # info about preconditioner infoMG=0 # special info about multi-grid preconditioners infoRefinement=1 # mesh: info levels ranging from 0 to 2 infoLinSystem=25 # print each 25th iteration of iterative infoErrorEstimator=0 infoSolution=1 # solution step in solve writeStatistic=0 # time timeUpdate=0 timeRefinement=0 timeAssembler=0 timeLinSystem=0 timeErrorEstimator=0 timeTransport=0 accTimeLinSystem=0 # total accumulated time for solution of linear systems accTimeAssembler=0 # total accumulated time for assembling accTimeErrorEstimator=0 # total accumulated time for error estimation accTimeUpdate=0 # total accumulated time for updating data after refinement accTimeRefinement=0 # total accumulated time for mesh refinement # ------ class Linear System ------ extPrecFactor=1.0 # manipulate requested precision for # iterative solvers linSolver=PCG # CG, CGOdir, CROdir, CROmin, # Relaxation, gmres, lsqCG, # cgs, bicgstab, stdbicg maxOrthoGMRes=12 # max. no. of orthogonalized vectors in GMRES preConditioner=MLsgs # jacobi sgs ssor HB none # MGsgs MGjacobi AMGjacobi AMGsgs # MLsgs MLjacobi AMLjacobi bpx AMLsgs # SLjacobi SLsgs SLssor convergenceTest=residual # residual ccgDD ci decayOfResidual printCCGError=0 # print error estimated by CCG # omega=1.0 # relaxation parameter for ssor / jacobi # preconditioners/solvers Level0directSolverLimit=10000 # direct solver will be called on # level 0 up to 10000 nodes directSolverLimit=0 # direct solver will be active on all # levels up to 0 nodes # ------------- class MG ------------ nPreSmooth=1 # no of pre-smoothing steps in multigrid nPostSmooth=1 localsmooth=1 # local multigrid localontop=1 # local smoothing of top-level matrix localext=1 # extend smoothing pattern (=1: new nodes + neighbours) MGNodeProgFactor=2.0 # ------ class ErrorEstimator ------ minRefRatio=0.05 # elements marked for refinement: at least 5 % errorEstimator=dly # DLY ModDLY EFDLY refStrategy=extraPolation # refinement strategy # (maxValue uniform maxValue random) # ------- control prints --------- # printAb # Matrix A # printAL # Multi-level matrices # printMatLabFormat # Matrix A # printConnectionPattern # printParameters # cmd parameters # ------------ structure ------------ infoStructure # -------------- boxes -------------- infoBoxes boxesRefinementSteps=1 BoxesBlueThreshold=2.0 boxesGreenClosure=0; # ------------ info file ------------ #writeCpuTime #writeIterations # ------ temporary test options ------ #finalSolution=0 #finalPrecFactor=0.1 EnergyNorm=0 L2Norm=0