Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c818 typedef PetscInt NState; typedef
819 static const NState NOT_DONE = -2;
820 static const NState DELETED = -1;
821 static const NState REMOVED = -3;
844 NState *lid_state; in fixAggregatesWithSquare()
903 NState state = lid_state[lid]; in fixAggregatesWithSquare()
954 NState state = lid_state[lid]; in fixAggregatesWithSquare()
963 NState statej = lid_state[lidj]; in fixAggregatesWithSquare()
1007 NState statej = (NState)PetscRealPart(cpcol_1_state[cpid]); in fixAggregatesWithSquare()
1079 NState state = (NState)PetscRealPart(cpcol_2_state[cpid]); in fixAggregatesWithSquare()
[all …]