Home
last modified time | relevance | path

Searched refs:DMStagVecGetValuesStencil (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex40.c39 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &row, &x_val)); in FormFunction1DNoCoupling()
51 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &row, &x_val)); in FormFunction1DNoCoupling()
85 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &row_vertex, &x_val)); in FormJacobian1DNoCoupling()
97 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &row_element, &x_val)); in FormJacobian1DNoCoupling()
159 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &col, &x_val)); in FormFunction1D()
177 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &col, &x_val)); in FormFunction1D()
196 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &col, &x_val)); in FormFunction1D()
214 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &col, &x_val)); in FormFunction1D()
273 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &col, &x_val)); in FormJacobian1D()
291 PetscCall(DMStagVecGetValuesStencil(dm, x_local, 1, &col, &x_val)); in FormJacobian1D()
[all …]
/petsc/src/dm/impls/stag/
H A Dstagda.c213 PetscCall(DMStagVecGetValuesStencil(dm, vecLocal, 1, &pos, &arrTo[i][d])); in DMStagMigrateVecDMDA()
223 PetscCall(DMStagVecGetValuesStencil(dm, vecLocal, 1, &pos, &arrTo[i][0])); in DMStagMigrateVecDMDA()
240 PetscCall(DMStagVecGetValuesStencil(dm, vecLocal, 1, &pos, &arrTo[j][i][d])); in DMStagMigrateVecDMDA()
253 PetscCall(DMStagVecGetValuesStencil(dm, vecLocal, 1, &pos, &arrTo[j][i][0])); in DMStagMigrateVecDMDA()
273 PetscCall(DMStagVecGetValuesStencil(dm, vecLocal, 1, &pos, &arrTo[k][j][i][d])); in DMStagMigrateVecDMDA()
289 PetscCall(DMStagVecGetValuesStencil(dm, vecLocal, 1, &pos, &arrTo[k][j][i][0])); in DMStagMigrateVecDMDA()
H A Dstagstencil.c448 PetscErrorCode DMStagVecGetValuesStencil(DM dm, Vec vec, PetscInt n, const DMStagStencil *pos, Pets… in DMStagVecGetValuesStencil() function
/petsc/src/dm/impls/stag/tutorials/
H A Dex1.c213 PetscCall(DMStagVecGetValuesStencil(dmForcing, fLocal, 1, &pos[idxLoc], &fVal)); in main()
262 PetscCall(DMStagVecGetValuesStencil(dmCoordSol, coordSolLocal, 2, col, xp)); in main()
308 PetscCall(DMStagVecGetValuesStencil(dmCoordSol, coordSolLocal, 2, col, xu)); in main()
H A Dex4.c673 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coefficients_local, 2, rhoPoint, rho)); in CreateSystem2d()
693 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coefficients_local, 4, etaPoint, eta)); in CreateSystem2d()
836 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coefficients_local, 4, etaPoint, eta)); in CreateSystem2d()
1132 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 6, eta_point, eta)); in CreateSystem3d()
1347 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 4, rho_point, rho)); in CreateSystem3d()
1384 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 6, eta_point, eta)); in CreateSystem3d()
1608 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 6, eta_point, eta)); in CreateSystem3d()
1991 PetscCall(DMStagVecGetValuesStencil(dm_coefficients, coeff_local, 1, &from, &val)); in OperatorInsertInverseViscosityPressureTerms()
2088 PetscCall(DMStagVecGetValuesStencil(dm_stokes, stokesLocal, 4, from, valFrom)); in DumpSolution()
2139 PetscCall(DMStagVecGetValuesStencil(dm_stokes, stokesLocal, 6, from, valFrom)); in DumpSolution()
H A Dex6.c863 PetscCall(DMStagVecGetValuesStencil(ctx->dm_velocity, velocity_local, 4, from, valFrom)); in DumpVelocity()
914 PetscCall(DMStagVecGetValuesStencil(ctx->dm_velocity, velocity_local, 6, from, valFrom)); in DumpVelocity()
/petsc/include/
H A Dpetscdmstag.h141 PETSC_EXTERN PetscErrorCode DMStagVecGetValuesStencil(DM, Vec, PetscInt, const DMStagStencil *, Pet…