Searched refs:offDerCohesive (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | petscdsimpl.h | 130 …PetscInt *offDerCohesive[3]; /* Derivative offsets for each field on side s of a cohesive c… member
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 377 …ob->offCohesive[2], Nf + 1, &prob->offDerCohesive[0], Nf + 1, &prob->offDerCohesive[1], Nf + 1, &p… in PetscDSSetUp() 498 …prob->offDerCohesive[0][f + 1] = (prob->cohesive[f] ? Nc : Nc * 2) * dimEmbed + prob->offDerCohesi… in PetscDSSetUp() 500 …prob->offDerCohesive[1][f] = (prob->cohesive[f] ? 0 : Nc) * dimEmbed + prob->offDerCohesive[0]… in PetscDSSetUp() 502 …prob->offDerCohesive[2][f + 1] = (prob->cohesive[f] ? Nc : Nc * 2) * dimEmbed + prob->offDerCohesi… in PetscDSSetUp() 513 prob->offDerCohesive[1][Nf] = prob->offDerCohesive[0][Nf]; in PetscDSSetUp() 530 …offCohesive[1], prob->offCohesive[2], prob->offDerCohesive[0], prob->offDerCohesive[1], prob->offD… in PetscDSDestroyStructs_Static() 2944 *offsets = ds->offDerCohesive[s]; in PetscDSGetComponentDerivativeOffsetsCohesive()
|