Searched refs:hasNullSpace (Results 1 – 1 of 1) sorted by relevance
101 PetscBool hasNullSpace; /* Problem has the constant null space for pressure */ member1125 options->hasNullSpace = PETSC_TRUE; in ProcessOptions()1319 user->hasNullSpace = PETSC_FALSE; in SetupProblem()1350 user->hasNullSpace = PETSC_FALSE; in SetupProblem()1499 if (user->hasNullSpace) { in SetupDiscretization()1538 if (!user->hasNullSpace) PetscFunctionReturn(PETSC_SUCCESS); in RemoveDiscretePressureNullspace_Private()1639 if (user.hasNullSpace) PetscCall(DMSetNullSpaceConstructor(dm, 1, CreatePressureNullSpace)); in main()