Searched refs:DMDABCApplyCompression (Results 1 – 1 of 1) sorted by relevance
74 static PetscErrorCode DMDABCApplyCompression(DM, Mat, Vec);998 PetscCall(DMDABCApplyCompression(elas_da, NULL, X)); in solve_elasticity_2d()1010 PetscCall(DMDABCApplyCompression(elas_da, A, f)); in solve_elasticity_2d()1179 static PetscErrorCode DMDABCApplyCompression(DM elas_da, Mat A, Vec f) in DMDABCApplyCompression() function