Searched refs:l_0_count (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 484 PetscInt *l_to_g_ind, *l_to_g_ind_0, *loc_ind, l_0_count; in main() local 501 l_0_count = 0; in main() 512 l_to_g_ind_0[l_0_count] = l_to_g_ind[here]; in main() 513 loc_ind[l_0_count++] = here; in main() 519 …PetscCall(ISCreateBlock(comm, num_comp_u, l_0_count, l_to_g_ind_0, PETSC_OWN_POINTER, &l_to_g_is_0… in main() 520 PetscCall(ISCreateBlock(comm, num_comp_u, l_0_count, loc_ind, PETSC_OWN_POINTER, &loc_is)); in main()
|