Searched refs:PC_ASM_RESTRICT (Results 1 – 8 of 8) sorted by relevance
161 PC_ASM_RESTRICT = 1, enumerator
439 if (!(osm->type & PC_ASM_RESTRICT)) { in PCApply_ASM()507 …if ((!transpose && !(osm->type & PC_ASM_RESTRICT)) || (transpose && !(osm->type & PC_ASM_INTERPOLA… in PCMatApply_ASM_Private()512 …&& !(osm->type & PC_ASM_INTERPOLATE)) || (transpose && !(osm->type & PC_ASM_RESTRICT))) reverse = … in PCMatApply_ASM_Private()552 …se && osm->type != PC_ASM_INTERPOLATE) || (transpose && osm->type != PC_ASM_RESTRICT))) { /* inter… in PCMatApply_ASM_Private()606 if (!(osm->type & PC_ASM_RESTRICT)) reverse = SCATTER_REVERSE_LOCAL; in PCApplyTranspose_ASM()628 …if (osm->lprolongation && osm->type != PC_ASM_RESTRICT) { /* interpolate the non-overlapping i-blo… in PCApplyTranspose_ASM()1305 osm->type = PC_ASM_RESTRICT; in PCCreate_ASM()
282 …PetscCheck(type == PC_ASM_BASIC || type == PC_ASM_RESTRICT, PetscObjectComm((PetscObject)snes), PE… in SNESNASMSetType_NASM()654 } else if (type == PC_ASM_RESTRICT) { in SNESNASMSolveLocal_Private()
62 PC_ASM_RESTRICT
72 RESTRICT = PC_ASM_RESTRICT
967 `PC_ASM_INTERPOLATE`, `PC_ASM_RESTRICT`, or `PC_ASM_NONE` and may972 type `PC_ASM_RESTRICT` (or `-pc_asm_type` `restrict`) uses a full980 {cite}`cs99`. `PC_ASM_RESTRICT` is the PETSc default, as
790 overlapping updates added. `PC_ASM_RESTRICT` updates in a
715 if (type == PC_ASM_RESTRICT || type == PC_ASM_INTERPOLATE) { in PCPreSolve_HPDDM()