Lines Matching refs:coo_elem_point_offsets
484 …o_elem_fullNb, (*coo_elem_point_offsets)[LANDAU_MAX_NQND + 1] = (LandauIdx(*)[LANDAU_MAX_NQND + 1]… in LandauFormJacobian_Internal() local
522 …b_elem_idx] + fieldA * fullNb2 + fullNb * coo_elem_point_offsets[glb_elem_idx][f] + nr * coo_elem_… in LandauFormJacobian_Internal()
1139 ctx->SData_d.coo_elem_point_offsets = NULL; in ProcessOptions()
1482 …LandauIdx *coo_elem_offsets = NULL, *coo_elem_fullNb = NULL, (*coo_elem_point_offsets)[LANDA… in CreateStaticData() local
1491 …+ 1, &coo_elem_offsets, ncellsTot, &coo_elem_fullNb, ncellsTot, &coo_elem_point_offsets)); // arra… in CreateStaticData()
1497 ctx->SData_d.coo_elem_point_offsets = (void *)coo_elem_point_offsets; in CreateStaticData()
1629 coo_elem_point_offsets[glb_elem_idx][0] = 0; in CreateStaticData()
1632 …coo_elem_point_offsets[glb_elem_idx][f + 1] = coo_elem_point_offsets[glb_elem_idx][f]; // start at… in CreateStaticData()
1635 coo_elem_point_offsets[glb_elem_idx][f + 1]++; // inc in CreateStaticData()
1641 coo_elem_point_offsets[glb_elem_idx][f + 1]++; // inc in CreateStaticData()
1646 …coo_elem_point_offsets[glb_elem_idx][Nb] == fullNb, PETSC_COMM_SELF, PETSC_ERR_PLIB, "coo_elem_poi… in CreateStaticData()
1660 …const PetscInt nr = coo_elem_point_offsets[glb_elem_idx][f + 1] - coo_elem_point_offsets[glb_elem_… in CreateStaticData()
1667 …const PetscInt nc = coo_elem_point_offsets[glb_elem_idx][g + 1] - coo_elem_point_offsets[glb_elem_… in CreateStaticData()
1673 …b_elem_idx] + fieldA * fullNb2 + fullNb * coo_elem_point_offsets[glb_elem_idx][f] + nr * coo_elem_… in CreateStaticData()
2290 …o_elem_fullNb, (*coo_elem_point_offsets)[LANDAU_MAX_NQND + 1] = (LandauIdx(*)[LANDAU_MAX_NQND + 1]… in DMPlexLandauDestroyVelocitySpace() local
2293 …offsets) PetscCall(PetscFree3(coo_elem_offsets, coo_elem_fullNb, coo_elem_point_offsets)); // coul… in DMPlexLandauDestroyVelocitySpace()