| /petsc/lib/petsc/bin/maint/ |
| H A D | petscdt_create_quadrature_headers.py | 48 rule = {} 49 rule['num_nodes'] = num_points 50 rule['counts'] = counts 51 rule['nodes'] = [[], [], []] 52 rule['weights'] = [] 59 rule['weights'].append(weight) 61 rule['nodes'][i].append([mpfr(1) / mpfr(3)]) 68 rule['nodes'][i].append([nodes[-1], nodes[0]]) 70 rule['nodes'][i].append([nodes[0], nodes[-1]]) 74 rule['nodes'][i].append(B) [all …]
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 150 def addMakeRule(self, name, dependencies, rule = []): argument 152 …Print('Defined make rule "'+name+'" with dependencies "'+str(dependencies)+'" and code '+str(rule)) 153 if not isinstance(rule,list): rule = [rule] 154 self.makeRules[name] = [dependencies,rule]
|
| H A D | package.py | 1049 for rule in rules: 1050 …steps.append('$(shell [ "$(V)" != "1" ] && echo @)cd ' + dir + ' && ' + rule + ' >> ${PETSC_DIR}/$… 1063 def addMakeCheck(self, dir, rule): argument 1067 …'$(shell [ "$(V)" != "1" ] && echo @)cd ' + dir + ' && ' + rule + ' || (echo "***** Error checking… 1070 def addTest(self, dir, rule): argument 1075 …'$(shell [ "$(V)" != "1" ] && echo @)cd ' + dir + ' && ' + rule + ' || (echo "***** Error testing …
|
| H A D | framework.py | 788 def outputMakeRule(self, f, name, dependencies,rule): argument 789 if rule: 791 for r in rule:
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 42 or via the makefile rule ``test``::
|
| /petsc/doc/manualpages/doctext/ |
| H A D | doctextcommon.txt | 42 Unless otherwise stated, exceptions to this rule are\:
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DT.pyx | 4 """Quadrature rule for integration."""
|
| H A D | Space.pyx | 499 of a quadrature rule.
|
| /petsc/ |
| H A D | gmakefile.test | 256 …if ! sudo -n true 2>/dev/null; then printf "Asking for sudo password to add new firewall rule for\… 357 .DELETE_ON_ERROR: # Delete likely-corrupt target file if rule fails 450 -@echo " ${OMAKE} rule <V=1 for verbose output> <other options>"
|
| /petsc/doc/developers/ |
| H A D | style.md | 197 The only exceptions to this rule are begin-end style macros which embed local variables 208 As a rule, always try to wrap the function first; if this fails to compile, you do 328 rule is for header guards, where the `#ifndef` form is preferred (see below).
|
| H A D | buildsystem.md | 13 are mechanical operations that reduce to applying a construction rule to
|
| /petsc/doc/changes/ |
| H A D | 319.md | 157 - Enforce the rule that `VecAssemblyBegin()` and `VecAssemblyEnd()` must be called on even sequenti…
|
| H A D | 318.md | 195 - Add enforcement of the previously unenforced rule that `MAT_REUSE_MATRIX` with `MatTranspose()` c…
|
| H A D | 2024.md | 165 compliance with this rule.
|
| /petsc/doc/manual/ |
| H A D | ts.md | 109 The Jacobian needed for the nonlinear system is, by the chain rule, 142 again by the chain rule.
|
| /petsc/doc/install/ |
| H A D | install.md | 731 The rule for linking may be found in <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/lib/petsc/conf/rules">…
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 57 …he form of the integrand is determined by the physics. Given a quadrature rule to evaluate the for…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 658 (shell/multi/cond-rule 1)
|
| /petsc/doc/ |
| H A D | petsc.bib | 28303 @TechReport{ evett.spiehler:rule,
|