abarret / multiphase-stokes

Solver a mixture of fluids based on IBAMR
1 stars 0 forks source link

Added convergence tester to four roll mill examples. #51

Closed abarret closed 1 year ago

abarret commented 1 year ago

@bindi-nagda I've added a target frm_convergence target that should compute difference norms between two successive grids. It expects the ratio between coarse run and fine run to be 2 (i.e. N=32 and N=64). It also will only run on a single time step.

abarret commented 1 year ago

Once @bindi-nagda approves this, I will merge.