Pressio / pressio-demoapps

Suite of 1D, 2D, 3D demo apps of varying complexity with built-in support for sample mesh and exact Jacobians

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

burgers2d: erro in doc

fnrizzi opened this issue · comments

this is wrong, the default case needs both schemes

image

inviscidScheme = pda.InviscidFluxReconstruction.FirstOrder;
viscousScheme  = pda.ViscousFluxReconstruction.FirstOrder;

probId  = pda.AdvectionDiffusion2d.Burgers
appObj = pda.create_problem(meshObj, probId, inviscidScheme, viscousScheme)