Home
last modified time | relevance | path

Searched refs:rule (Results 1 – 19 of 19) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dpetscdt_create_quadrature_headers.py48 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 Dbase.py150 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 Dpackage.py1049 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 Dframework.py788 def outputMakeRule(self, f, name, dependencies,rule): argument
789 if rule:
791 for r in rule:
/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst42 or via the makefile rule ``test``::
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt42 Unless otherwise stated, exceptions to this rule are\:
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDT.pyx4 """Quadrature rule for integration."""
H A DSpace.pyx499 of a quadrature rule.
/petsc/
H A Dgmakefile.test256 …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 Dstyle.md197 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 Dbuildsystem.md13 are mechanical operations that reduce to applying a construction rule to
/petsc/doc/changes/
H A D319.md157 - Enforce the rule that `VecAssemblyBegin()` and `VecAssemblyEnd()` must be called on even sequenti…
H A D318.md195 - Add enforcement of the previously unenforced rule that `MAT_REUSE_MATRIX` with `MatTranspose()` c…
H A D2024.md165 compliance with this rule.
/petsc/doc/manual/
H A Dts.md109 The Jacobian needed for the nonlinear system is, by the chain rule,
142 again by the chain rule.
/petsc/doc/install/
H A Dinstall.md731 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 Dguide_to_stokes.md57 …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 Dtestcase3D.cas658 (shell/multi/cond-rule 1)
/petsc/doc/
H A Dpetsc.bib28303 @TechReport{ evett.spiehler:rule,