abarret / multiphase-stokes

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

Add support for BDF2 in momentum equation #77

Closed abarret closed 2 months ago

abarret commented 4 months ago

This adds support for BDF2. I've also moved the force accumulation to a separate function. Note that d_viscous_time_stepping_type should not be used and has been replaced with d_viscous_ts_type (because IBAMR does not support BDF2 time integration yet).