Lines Matching refs:coo_elem_fullNb
484 …= (LandauIdx *)ctx->SData_d.coo_elem_offsets, *coo_elem_fullNb = (LandauIdx *)ctx->SData_d.coo_ele… in LandauFormJacobian_Internal() local
521 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in LandauFormJacobian_Internal()
1140 ctx->SData_d.coo_elem_fullNb = NULL; in ProcessOptions()
1482 …LandauIdx *coo_elem_offsets = NULL, *coo_elem_fullNb = NULL, (*coo_elem_point_offsets)[LANDA… in CreateStaticData() local
1491 …PetscCall(PetscMalloc3(ncellsTot + 1, &coo_elem_offsets, ncellsTot, &coo_elem_fullNb, ncellsTot, &… in CreateStaticData()
1496 ctx->SData_d.coo_elem_fullNb = (void *)coo_elem_fullNb; in CreateStaticData()
1596 coo_elem_fullNb[glb_elem_idx] = fullNb; in CreateStaticData()
1598 …coo_elem_fullNb[glb_elem_idx] == fullNb, PETSC_COMM_SELF, PETSC_ERR_PLIB, "full element size chang… in CreateStaticData()
1627 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx]; in CreateStaticData()
1654 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in CreateStaticData()
2290 …= (LandauIdx *)ctx->SData_d.coo_elem_offsets, *coo_elem_fullNb = (LandauIdx *)ctx->SData_d.coo_ele… in DMPlexLandauDestroyVelocitySpace() local
2293 …if (coo_elem_offsets) PetscCall(PetscFree3(coo_elem_offsets, coo_elem_fullNb, coo_elem_point_offse… in DMPlexLandauDestroyVelocitySpace()