Home
last modified time | relevance | path

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

/honee/src/
H A Dgrid_anisotropy_tensor.c103 Vec Grid_Anisotropy, grid_anisotropy_loc; in GridAnisotropyTensorProjectionSetupApply() local
105 PetscCall(DMGetGlobalVector(grid_aniso_proj->dm, &Grid_Anisotropy)); in GridAnisotropyTensorProjectionSetupApply()
106 PetscCall(ApplyCeedOperatorLocalToGlobal(NULL, Grid_Anisotropy, grid_aniso_proj->l2_rhs_ctx)); in GridAnisotropyTensorProjectionSetupApply()
107 PetscCall(KSPSolve(grid_aniso_proj->ksp, Grid_Anisotropy, Grid_Anisotropy)); in GridAnisotropyTensorProjectionSetupApply()
112 …PetscCall(DMGlobalToLocal(grid_aniso_proj->dm, Grid_Anisotropy, INSERT_VALUES, grid_anisotropy_loc… in GridAnisotropyTensorProjectionSetupApply()
115 PetscCall(DMRestoreGlobalVector(grid_aniso_proj->dm, &Grid_Anisotropy)); in GridAnisotropyTensorProjectionSetupApply()