Lines Matching refs:dm

22   MPI_Comm             comm = PetscObjectComm((PetscObject)user->dm);  in GridAnisotropyTensorProjectionSetupApply()
32 PetscCall(DMClone(user->dm, &grid_aniso_proj->dm)); in GridAnisotropyTensorProjectionSetupApply()
33 …PetscCall(PetscObjectSetName((PetscObject)grid_aniso_proj->dm, "Grid Anisotropy Tensor Projection"… in GridAnisotropyTensorProjectionSetupApply()
38 grid_aniso_proj->dm)); in GridAnisotropyTensorProjectionSetupApply()
40 PetscCall(DMGetLocalSection(grid_aniso_proj->dm, &section)); in GridAnisotropyTensorProjectionSetupApply()
54 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, grid_aniso_proj->dm, domain_label, label_value, he… in GridAnisotropyTensorProjectionSetupApply()
55 …PetscCall(CreateBasisFromPlex(ceed, grid_aniso_proj->dm, domain_label, label_value, height, dm_fie… in GridAnisotropyTensorProjectionSetupApply()
66 …PetscCall(OperatorApplyContextCreate(user->dm, grid_aniso_proj->dm, ceed, op_rhs_assemble, CEED_VE… in GridAnisotropyTensorProjectionSetupApply()
78 PetscCall(MatCreateCeed(grid_aniso_proj->dm, grid_aniso_proj->dm, op_mass, NULL, &mat_mass)); in GridAnisotropyTensorProjectionSetupApply()
99 PetscCall(DMGetGlobalVector(grid_aniso_proj->dm, &Grid_Anisotropy)); in GridAnisotropyTensorProjectionSetupApply()
107 PetscCall(DMGetLocalVector(grid_aniso_proj->dm, &grid_anisotropy_loc)); in GridAnisotropyTensorProjectionSetupApply()
109 …PetscCall(DMGlobalToLocal(grid_aniso_proj->dm, Grid_Anisotropy, INSERT_VALUES, grid_anisotropy_loc… in GridAnisotropyTensorProjectionSetupApply()
111 PetscCall(DMRestoreLocalVector(grid_aniso_proj->dm, &grid_anisotropy_loc)); in GridAnisotropyTensorProjectionSetupApply()
112 PetscCall(DMRestoreGlobalVector(grid_aniso_proj->dm, &Grid_Anisotropy)); in GridAnisotropyTensorProjectionSetupApply()
139 …PetscCall(DMPlexCeedElemRestrictionQDataCreate(ceed, user->dm, domain_label, label_value, height, … in GridAnisotropyTensorCalculateCollocatedVector()