Searched refs:elas_da (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 75 static PetscErrorCode DMDABCApplySymmetricCompression(DM elas_da, Mat A, Vec f, IS *dofs, Mat *AA, … 566 static PetscErrorCode AssembleA_Elasticity(Mat A, DM elas_da, DM properties_da, Vec properties) in AssembleA_Elasticity() argument 582 PetscCall(DMGetCoordinateDM(elas_da, &cda)); in AssembleA_Elasticity() 583 PetscCall(DMGetCoordinatesLocal(elas_da, &coords)); in AssembleA_Elasticity() 592 PetscCall(DMDAGetElementsCorners(elas_da, &sex, &sey, 0)); in AssembleA_Elasticity() 593 PetscCall(DMDAGetElementsSizes(elas_da, &mx, &my, 0)); in AssembleA_Elasticity() 636 static PetscErrorCode AssembleF_Elasticity(Vec F, DM elas_da, DM properties_da, Vec properties) in AssembleF_Elasticity() argument 654 PetscCall(DMGetCoordinateDM(elas_da, &cda)); in AssembleF_Elasticity() 655 PetscCall(DMGetCoordinatesLocal(elas_da, &coords)); in AssembleF_Elasticity() 665 PetscCall(DMGetLocalVector(elas_da, &local_F)); in AssembleF_Elasticity() [all …]
|