You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I want to solve the three-dimensional Navier-Stokes equations using DGSEM, but DGSEM solver only supports generating grids with 2^N points in each direction, while I want to specify a particular number of grids in each direction, DGMultiMesh seems to be able to achieve this functionality. Therefore, I want to implement DGSEM through the DGMulti solver. How should I set up a DGMulti solver?
Since I want to solve the three-dimensional Navier-Stokes equations using
DGSEM
, butDGSEM
solver only supports generating grids with 2^N points in each direction, while I want to specify a particular number of grids in each direction,DGMultiMesh
seems to be able to achieve this functionality. Therefore, I want to implementDGSEM
through theDGMult
i solver. How should I set up aDGMulti
solver?The text was updated successfully, but these errors were encountered: