Searched refs:offCohesive (Results 1 – 2 of 2) sorted by relevance
129 PetscInt *offCohesive[3]; /* Offsets for each field on side s of a cohesive cell */ member
377 …PetscCall(PetscCalloc6(Nf + 1, &prob->offCohesive[0], Nf + 1, &prob->offCohesive[1], Nf + 1, &prob… in PetscDSSetUp()497 prob->offCohesive[0][f + 1] = (prob->cohesive[f] ? Nc : Nc * 2) + prob->offCohesive[0][f]; in PetscDSSetUp()499 prob->offCohesive[1][f] = (prob->cohesive[f] ? 0 : Nc) + prob->offCohesive[0][f]; in PetscDSSetUp()501 prob->offCohesive[2][f + 1] = (prob->cohesive[f] ? Nc : Nc * 2) + prob->offCohesive[2][f]; in PetscDSSetUp()512 prob->offCohesive[1][Nf] = prob->offCohesive[0][Nf]; in PetscDSSetUp()530 …PetscCall(PetscFree6(prob->offCohesive[0], prob->offCohesive[1], prob->offCohesive[2], prob->offDe… in PetscDSDestroyStructs_Static()2916 *offsets = ds->offCohesive[s]; in PetscDSGetComponentOffsetsCohesive()