Searched refs:DMDABCApplyFreeSlip (Results 1 – 1 of 1) sorted by relevance
61 static PetscErrorCode DMDABCApplyFreeSlip(DM, Mat, Vec);1447 PetscCall(DMDABCApplyFreeSlip(da_Stokes, A, f)); in solve_stokes_2d_coupled()1448 PetscCall(DMDABCApplyFreeSlip(da_Stokes, B, NULL)); in solve_stokes_2d_coupled()1865 static PetscErrorCode DMDABCApplyFreeSlip(DM da_Stokes, Mat A, Vec f) in DMDABCApplyFreeSlip() function