| /petsc/lib/petsc/bin/maint/ |
| H A D | abicheck.py | 116 …("-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 D | check_header_guard.py | 469 '--kind', required=True, choices=('verbose_header_guard', 'pragma_once'), 473 '--action', required=True, choices=('convert', 'check'),
|
| H A D | gcov.py | 704 …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 D | documentation_standards.rst | 45 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 D | overview.rst | 57 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 D | mkl_sparse.py | 17 …help.addArgument(self.PACKAGE,'-with-'+self.package+'=<bool>',nargs.ArgBool(None,self.required+sel…
|
| H A D | mkl_sparse_optimize.py | 17 …help.addArgument(self.PACKAGE,'-with-'+self.package+'=<bool>',nargs.ArgBool(None,self.required+sel…
|
| /petsc/doc/changes/ |
| H A D | 220.md | 49 SNESGetIterationNumber() to get the number of iterations required
|
| H A D | 39.md | 69 (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 D | 21.md | 126 required by most ODE integrators via PCDiagonalScaleSet().
|
| H A D | 231.md | 122 - fblaslapack now has complete blas - as required by some external
|
| H A D | 233.md | 35 is not required. The f90 interface impl used is a new universal
|
| H A D | 2029.md | 183 local evaluation of the parallel nonlinear function required for
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 213 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 D | iphoneViewController.m | 19 // 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 D | perf_profile.m | 41 % required to reach the cutoff value
|
| /petsc/src/sys/yaml/src/ |
| H A D | scanner.c | 1075 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 D | yaml.h | 689 int required; member
|
| /petsc/systems/Apple/iOS/examples/testopengl/Classes/ |
| H A D | iphoneViewController.m | 19 // The designated initializer. Override to perform setup that is required before the view is loaded.
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 124 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 D | Configure.py | 433 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 D | documentation | 49 …ome are retrieved from the Argonne servers or other servers, so an internet connection is required.
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 1 [epydoc] # Epydoc section marker (required by ConfigParser)
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 83 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 D | Viewer.pyx | 941 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.
|