Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 44) sorted by relevance

12

/petsc/share/petsc/saws/js/
H A DboxTree.js33 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 Dex55_5a.out6 -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 Dex55_6a.out6 -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 Dmain.m19 NSLog(@"Exception - %@",[exception description]);
38 NSLog(@"Exception - %@",[exception description]);
/petsc/
H A Dsetup.py325 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 DtestValidFunctionDocStrings.patch487 + 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 Ddocumentation_standards.rst18 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 Dsectionimpl.h111 #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 Dhandson.md19 …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 Dsetup.py58 def description(): function
104 'description': description(),
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py33 description: str
74 self.description = descr
155 elif not self.description:
895 descr = item.description
/petsc/src/ksp/ksp/tests/
H A Dex63.cxx140 *fos << std::endl << A->description() << std::endl << std::endl; in main()
/petsc/src/benchmarks/
H A DbenchmarkAssembly.py90 parser = argparse.ArgumentParser(description = 'PETSc Benchmarking',
/petsc/src/sys/objects/
H A Dgarbage.c287 …PetscCall(PetscSynchronizedPrintf(comm, text, keys[ii], obj->class_name, obj->description, obj->id… in PetscGarbageView()
H A Dinherit.c43 h->description = (char *)descr; in PetscHeaderCreate_Private()
/petsc/config/BuildSystem/
H A Dscript.py137 (fp, pathname, description) = imp.find_module(name, [root])
139 return imp.load_module(name, fp, pathname, description)
/petsc/lib/petsc/bin/maint/
H A Dpetscdt_create_quadrature_headers.py227 …parser = argparse.ArgumentParser(description="Create quadrature headers from published compact rep…
/petsc/share/petsc/datafiles/meshes/
H A Dnozzle.stp8 /* description */ (''),
/petsc/doc/developers/contributing/
H A Dsubmittingmr.md11 …such as `Closes #123` in the MR’s description to automatically have the issue closed when the MR i…
H A Ddevelopingmr.md53 …$ git checkout -b <loginname>/<affected-package>-<short-description> origin/main # or origin/rele…
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dmain.py369 description='set options for clang static analysis tool',
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py476 description="Displays a CSV file generated from a DMNetwork using matplotlib"
/petsc/doc/developers/
H A Dstyle.md621 description.
627 03. If documenting a function, a description of the function’s
652 . arg - the integer argument description
/petsc/doc/manual/
H A Dfe.md25 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 Dex2_help.out15 -help intro: prints example description and PETSc version, and exits
16 -help: prints example description, PETSc version, and available options for used routines

12