Searched refs:fullNb (Results 1 – 2 of 2) sorted by relevance
521 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in LandauFormJacobian_Internal() local522 …offset[num_grids]] + coo_elem_offsets[glb_elem_idx] + fieldA * fullNb2 + fullNb * coo_elem_point_o… in LandauFormJacobian_Internal()1519 PetscInt fullNb = 0; in CreateStaticData() local1529 fullNb++; in CreateStaticData()1540 fullNb++; in CreateStaticData()1563 fullNb++; in CreateStaticData()1594 …coo_elem_offsets[glb_elem_idx + 1] += fullNb * fullNb; // one species block, adds a block for each… in CreateStaticData()1596 coo_elem_fullNb[glb_elem_idx] = fullNb; in CreateStaticData()1597 if (fullNb > ctx->SData_d.coo_max_fullnb) ctx->SData_d.coo_max_fullnb = fullNb; in CreateStaticData()1598 …fullNb, PETSC_COMM_SELF, PETSC_ERR_PLIB, "full element size change with species %" PetscInt_FMT " … in CreateStaticData()[all …]
349 const int fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in landau_mat_assemble() local373 …const int idx0 = bid_coo_sz_batch + coo_elem_offsets[glb_elem_idx] + fieldA * fullNb2 + fullNb * c… in landau_mat_assemble()