| /petsc/share/petsc/saws/js/ |
| H A D | boxTree.js | 33 var description = getSimpleDescription(data,endtag); 34 var numLines = countNumOccurances("<br>",description); 75 var indx = description.indexOf("<br>"); 76 var chunk = description.substring(0,indx); 77 description = description.substring(indx+4,description.length); 91 var description = getSimpleDescription(data,endtag); 92 …var height = 2*node_radius + 12 * countNumOccurances("<br>",description); //make each line 15 pixe…
|
| /petsc/src/sys/tests/options/output/ |
| H A D | ex55_5a.out | 6 -help intro: prints example description and PETSc version, and exits 7 -help: prints example description, PETSc version, and available options for used routines
|
| H A D | ex55_6a.out | 6 -help intro: prints example description and PETSc version, and exits 7 -help: prints example description, PETSc version, and available options for used routines
|
| /petsc/systems/Apple/iOS/examples/testopengl/ |
| H A D | main.m | 19 NSLog(@"Exception - %@",[exception description]); 38 NSLog(@"Exception - %@",[exception description]);
|
| /petsc/ |
| H A D | setup.py | 325 description = __doc__.split('\n')[1:-1] variable 326 del description[1:3] 346 description=description.pop(0), 347 long_description='\n'.join(description),
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 487 + foo - the input description for an in-out param 490 - foo - a duplicate description 493 + foo - the input description for an in-out param 495 -- foo - a duplicate description 496 +- foo - a duplicate description 504 - foo - the output description for an in-out param 509 -- foo - the output description for an in-out param 510 +. foo - the output description for an in-out param
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | documentation_standards.rst | 18 description of the method in imperative mood ("Return the norm of the matrix.") 20 follow this description. Use one-liner descriptions for properties. 28 The initial description section can contain more information if this is useful. 61 initial description and typing.
|
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 111 #define PetscSectionCheckValid_(description, item, nitems) \ argument 113 …em) < (nitems)), PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Invalid " description " %" PetscInt_F…
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 19 …ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex50.c.html#line1">Mathematical description of the problem<… 83 …_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex2.c.html#line13">Mathematical description of the problem<… 145 …T_ROOT_PLACEHOLDER/src/snes/tutorials/ex19.c.html#line19">Mathematical description of the problem<… 296 - <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex11.c.html">Mathematical description of…
|
| /petsc/src/binding/petsc4py/ |
| H A D | setup.py | 58 def description(): function 104 'description': description(),
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 33 description: str 74 self.description = descr 155 elif not self.description: 895 descr = item.description
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex63.cxx | 140 *fos << std::endl << A->description() << std::endl << std::endl; in main()
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkAssembly.py | 90 parser = argparse.ArgumentParser(description = 'PETSc Benchmarking',
|
| /petsc/src/sys/objects/ |
| H A D | garbage.c | 287 …PetscCall(PetscSynchronizedPrintf(comm, text, keys[ii], obj->class_name, obj->description, obj->id… in PetscGarbageView()
|
| H A D | inherit.c | 43 h->description = (char *)descr; in PetscHeaderCreate_Private()
|
| /petsc/config/BuildSystem/ |
| H A D | script.py | 137 (fp, pathname, description) = imp.find_module(name, [root]) 139 return imp.load_module(name, fp, pathname, description)
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | petscdt_create_quadrature_headers.py | 227 …parser = argparse.ArgumentParser(description="Create quadrature headers from published compact rep…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | nozzle.stp | 8 /* description */ (''),
|
| /petsc/doc/developers/contributing/ |
| H A D | submittingmr.md | 11 …such as `Closes #123` in the MR’s description to automatically have the issue closed when the MR i…
|
| H A D | developingmr.md | 53 …$ git checkout -b <loginname>/<affected-package>-<short-description> origin/main # or origin/rele…
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 369 description='set options for clang static analysis tool',
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 476 description="Displays a CSV file generated from a DMNetwork using matplotlib"
|
| /petsc/doc/developers/ |
| H A D | style.md | 621 description. 627 03. If documenting a function, a description of the function’s 652 . arg - the integer argument description
|
| /petsc/doc/manual/ |
| H A D | fe.md | 25 The DS provides the user a description of the approximation space on any given cell. It also gives …
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 15 -help intro: prints example description and PETSc version, and exits 16 -help: prints example description, PETSc version, and available options for used routines
|