Lines Matching refs:be
17 - VecSetBlockSize() cannot be called after VecCreateSeq() or
18 VecCreateMPI() and must be called before VecSetUp() or
36 - MatSetBlockSize() must be called before MatSetUp() or
79 argument to indicate whether local subdomains should be
89 preconditioner so it can be used with normal Krylov methods rather
116 - Changed options and command-line arguments for SNESFAS to be in
124 - SNES line search type should be set by name with
132 - The default SNESLineSearch of a SNES may be gotten with
134 - The linesearch type may be set with SNESLineSearchSetType() or
138 - Pre/Post-check methods may be set with
140 - The previous steplength may be accessed through
142 - The damping parameter may be set through
146 - Custom linesearches may be built through
150 SNES_LS_QUADRATIC, and order may be set with
153 SNES_LS_BASICNONORMS. Norms may be turned off with
188 - The communicator argument to DMRefine() and DMCoarsen() can be
189 MPI_COMM_NULL, but not PETSC_NULL, because the latter may not be
195 - DMDASNESSetFunctionLocal() and DMDASNESSetJacobianLocal() can be
204 functionality can now be obtained by calling SNESSetDM() or
208 DMCoarsenHookAdd(), and DMRefineHookAdd() can be used to manage