Home
last modified time | relevance | path

Searched refs:required (Results 1 – 25 of 78) sorted by relevance

1234

/petsc/lib/petsc/bin/maint/
H A Dabicheck.py116 …("-old_dir", help="Old PETSC_DIR, which defines the PETSc library to compare with", required=True)
117 …"-old_arch", help="Old PETSC_ARCH, which defines the PETSc library to compare with", required=True)
118 parser.add_argument("-new_dir", help="New PETSC_DIR", required=True)
119 parser.add_argument("-new_arch", help="New PETSC_ARCH", required=True)
120 …parser.add_argument("-report_format", help="Format of the report file", default='html', required=F…
H A Dcheck_header_guard.py469 '--kind', required=True, choices=('verbose_header_guard', 'pragma_once'),
473 '--action', required=True, choices=('convert', 'check'),
H A Dgcov.py704 …parser.add_argument('--petsc_dir', default=petsc_dir, required=petsc_dir is None, type=pathlib.Pat…
705 …parser.add_argument('--petsc_arch', default=petsc_arch, required=petsc_arch is None, help='PETSc b…
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst45 This is required for methods unless there are no parameters, or it will be
63 If a "Returns" section is required, the type of the returned items *must* be
69 If any of the following apply, then this section is required. The order of
89 Type hints are not required when the static type signature includes a PETSc
H A Doverview.rst57 required for many parallel solutions of PDEs.
59 :Vec: Provides the vector operations required for setting up and
/petsc/config/BuildSystem/config/packages/
H A Dmkl_sparse.py17 …help.addArgument(self.PACKAGE,'-with-'+self.package+'=<bool>',nargs.ArgBool(None,self.required+sel…
H A Dmkl_sparse_optimize.py17 …help.addArgument(self.PACKAGE,'-with-'+self.package+'=<bool>',nargs.ArgBool(None,self.required+sel…
/petsc/doc/changes/
H A D220.md49 SNESGetIterationNumber() to get the number of iterations required
H A D39.md69 (symmetric A only). MKL version 18, update 2 or later is required
82 If separate numbers of smoothing steps are required for up and
H A D21.md126 required by most ODE integrators via PCDiagonalScaleSet().
H A D231.md122 - fblaslapack now has complete blas - as required by some external
H A D233.md35 is not required. The f90 interface impl used is a new universal
H A D2029.md183 local evaluation of the parallel nonlinear function required for
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py213 required: bool
227 …def __init__(self, name: str, required: bool = False, keywords: Optional[tuple[str, ...]] = None, …
268 self.required = required
439 if not self and self.required:
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m19 // The designated initializer. Override to perform setup that is required before the view is loaded.
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m41 % required to reach the cutoff value
/petsc/src/sys/yaml/src/
H A Dscanner.c1075 if (simple_key->required) { in yaml_parser_stale_simple_keys()
1102 int required = (!parser->flow_level in yaml_parser_save_simple_key() local
1113 simple_key.required = required; in yaml_parser_save_simple_key()
1139 if (simple_key->required) { in yaml_parser_remove_simple_key()
/petsc/src/sys/yaml/include/
H A Dyaml.h689 int required; member
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.m19 // The designated initializer. Override to perform setup that is required before the view is loaded.
/petsc/doc/manual/
H A Dprofiling.md124 operations that are required for its implementation (e.g., which
334 merely required adding `-llmpich` to the library list *before*
619 a few pages required to start it are loaded into memory rather than the
621 not in memory, a pagefault occurs, prompting the required pages to be
630 of interest. We thus ensure that all code required by a solver is loaded
632 to the actual (larger) problem of interest, all required pages have
/petsc/config/PETSc/
H A DConfigure.py433 if not i.required:
1194 required = bool(self.argDB['with-coverage'])
1199 log_print('{} to find an executable'.format('REQUIRED' if required else 'NOT required'))
1215 elif arg_opt == 'default-auto' and not required:
1260 if required:
/petsc/share/petsc/saws/
H A Ddocumentation49 …ome are retrieved from the Argonne servers or other servers, so an internet connection is required.
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg1 [epydoc] # Epydoc section marker (required by ConfigParser)
/petsc/doc/install/
H A Dinstall_tutorial.md83 they are not directly required to run PETSc in its default state. If they are
115 If git is not available - or if pre-generated Fortran stubs are required (i.e avoid download and
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx941 An instance of the Python class implementing the required methods.
962 """Set the instance of the class implementing the required Python methods.
974 """Return the instance of the class implementing the required Python methods.

1234