Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcimpl.h54 PetscBool new_primal_space; member
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c1121 if (pcbddc->new_primal_space || fetidp->statechanged) { in KSPSetUp_FETIDP()
1146 pcbddc->new_primal_space = PETSC_FALSE; in KSPSetUp_FETIDP()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c1607 pcbddc->new_primal_space = PETSC_FALSE; in PCSetUp_BDDC()
H A Dbddcprivate.c7527 …PetscCallMPI(MPIU_Allreduce(&pcbddc->new_primal_space_local, &pcbddc->new_primal_space, 1, MPI_C_B… in PCBDDCConstraintsSetUp()
8541 …if (pcbddc->new_primal_space || pcbddc->coarse_size == -1) { /* a new primal space is present or i… in PCBDDCSetUpCoarseSolver()
8545 pcbddc->new_primal_space = PETSC_TRUE; in PCBDDCSetUpCoarseSolver()