Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 980 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 980 Bytes

Incompressible2D

Custom discontinuous Galerkin / Fourier spectral solver for incompressible 2D Navier-Stokes equation

About

Vector-valued variable is fluid velocity, whose curl is computed spectrally in order to plot vorticity in post-processing. Mass density is supposed to be a constant background.

Objectives

Experimental objectives of this project on high-order discontinuous Galerkin methods:

  1. robustly tested experimental spectral methods for the pressure Poisson equation and viscosity,
  2. concisely-coded and efficient GPU implementations,

Information

Implementation notes can be found at: https://dcrews.gitlab.io/potential-flux/papers/incompressible_euler.pdf