Home
last modified time | relevance | path

Searched refs:a_selected_2 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c428 …tscInt nselected_1, const PetscInt clid_lid_1[], const Mat Gmat1, IS *a_selected_2, Mat *a_Gmat_2,… in getGIDsOnSquareGraph() argument
444 …scCall(ISCreateGeneral(PETSC_COMM_SELF, nselected_1, clid_lid_1, PETSC_COPY_VALUES, a_selected_2)); in getGIDsOnSquareGraph()
506 if (a_selected_2 != NULL) { /* output */ in getGIDsOnSquareGraph()
507 …eral(PETSC_COMM_SELF, nselected_1 + num_crs_ghost, selected_set, PETSC_OWN_POINTER, a_selected_2)); in getGIDsOnSquareGraph()