Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 227) sorted by relevance

12345678910

/petsc/config/BuildSystem/config/utilities/
H A DgetResidentSetSize.py25 self.functions = framework.require('config.functions', self)
26 self.functions.functions.append('getrusage')
27 self.functions.functions.append('sbreak')
28 self.functions.functions.append('getpagesize')
35 if self.functions.haveFunction('sbreak'):
55 if self.functions.haveFunction('getrusage') and not self.argDB['with-batch']:
56 if self.functions.haveFunction('getpagesize'):
H A DFPTrap.py22 self.functions = framework.require('config.functions', self)
29 self.functions.saveLog()
31 if self.functions.check('handle_sigfpes', libraries = 'fpe'):
35 …if reduce(lambda x,y: x and y, map(self.functions.check, ['fp_sh_trap_info', 'fp_trap', 'fp_enable…
38 if self.functions.check('ieee_flags') and self.functions.check('ieee_handler'):
44 self.logWrite(self.functions.restoreLog())
H A Dmissing.py21 self.functions = framework.require('config.functions', self)
62 if not self.functions.haveFunction('socket'):
66 if self.functions.check('socket',['-lsocket','-lnsl']):
138 if self.functions.check('shmget'):
/petsc/doc/manualpages/MANSECHeaders/
H A DPF1 # Defining your own mathematical functions (PF)
3 PETSc functions (`PF` objects) are used to compute grid functions, element functions, etc.
H A DSensitivity6 The adjoint solvers support gradient calculation for multiple cost functions, and the tangent linea…
7 Adjoint is particularly efficient when the number of cost functions is much less than the number of…
10 Typical cost functions of interest may depend on the final solution to the ODE/DAE or on the whole …
/petsc/src/binding/petsc4py/docs/source/_templates/autosummary/
H A Dmodule.rst30 {% block functions %}
31 {%- if functions %}
35 {% for item in functions %}
/petsc/src/sys/tests/output/
H A Dex65_1.out3 functions:
59 functions:
84 functions:
109 functions:
/petsc/doc/developers/
H A Dcallbacks.md4 require user provided callback functions (and contexts for the
5 functions) that define the problem to be solved. These functions are
8 functions provided would be attached to the appropriate solver object,
13 case. Rather, the callback functions are attached to an inner nonpublic
39 functions (or their contexts) without affecting the original DMKSP, call
56 The `DMKSP` object is essentially the list of callback functions and
169 attach to the `DM` object two functions that are automatically called
206 The `TS` object manages its callback functions in a way similar to
H A Dobjects.md14 operations on the data (much like virtual functions in C++ classes).
54 An abstract interface that defines the application-callable functions
201 The `obj->ops` functions provide implementations of the standard methods of the object class. Each …
230 These include the specific functions in the PETSc common function table.
233 functions listed below with the first letter of each word capitalized.
288 `query()`, `composefunction()`, and `queryfunction()` functions
290 implementations are free to manage these functions in any manner; but
322 The PETSc object `compose()` and `query()` functions are as follows
344 PETSc allows you to compose functions by specifying a name and function
379 functions into PETSc objects, it is also used to allow registration of
[all …]
/petsc/config/BuildSystem/config/
H A Dfunctions.py5 def __init__(self, framework, functions = []): argument
9 self.functions = functions
172 self.executeTest(self.checkClassify, set(self.functions))
/petsc/doc/manual/
H A Dfe.md5 …tions. It details there interaction with the `DMPLEX` class to assemble functions and operators ov…
9 …rxiv.org/abs/1309.1204), which explains the use of pointwise evaluation functions to describe weak…
25 …n of the approximation space on any given cell. It also gives pointwise functions representing the…
36 …bject describing the discrete system on that subdomain. There are query functions to get the set o…
56 where the pointwise functions are
97functions for a given field, and also allows functions to be associated with particular subsets of…
131 Once the pointwise functions are set in each `PetscDS`, mesh traversals can be automatically determ…
H A Dfortran.md131 The key differences in handling arguments when calling PETSc functions from Fortran are
174 Many PETSc functions take arrays as arguments; in Fortran they must be passed as arrays even if the…
175 is of length one (unlike Fortran 77 where one can pass scalars to functions expecting arrays). When…
193 ### Passing null pointers to PETSc functions
195 Many PETSc C functions have the option of passing a `NULL`
251 ### Output Arrays from PETSc functions
304 Some PETSc functions take as arguments user-functions and contexts for the function. For example
378 Certain PETSc functions return a context in an argument, for example, `SNESGetApplicationContext()`…
413 If you are using Fortran classes that have bound functions (methods) as in
483 C functions from Fortran or Fortran functions from C.
/petsc/doc/changes/
H A Ddev.md84 …-of-core facility with the option `-mat_mumps_ooc_tmpdir <dir>` and new functions `MatMumpsSetOocT…
102 - Add developer functions `SNESCheckFunctionDomainError()`, `SNESLineSearchCheckFunctionDomainError…
138 - Change `verticesAdjSaved` parameter in `DMPlexCreateFromCell*Parallel*()` functions to be allocat…
158 - Fortran interface definitions are now automatically generated for all functions that take context…
159 - For all PETSc functions `XXXGetYYY()` that return a context variable as an argument, represented …
/petsc/lib/petsc/bin/saws/
H A DgetStack.bash11 …in/saws/getSAWs.bash PETSc/Stack | jshon -e directories -e Stack -e variables -e functions -e data
/petsc/config/BuildSystem/config/packages/
H A Dgiflib.py9 self.functions = ['EGifOpenFileName']
H A Dyaml.py8 self.functions = ['yaml_parser_load']
H A Dmemkind.py7 self.functions = ['hbw_malloc']
H A DOpenCL.py7 self.functions = ['clGetPlatformIDs']
H A Dpugixml.py8 self.functions = []
H A Dgmp.py9 self.functions = ['__gmpz_init']
H A DX.py7 self.functions = ['XSetWMName']
H A Dopengles.py7 self.functions = []
H A Dszlib.py10 self.functions = ['SZ_BufftoBuffCompress', 'SZ_BufftoBuffDecompress']
H A DOpenGL.py7 self.functions = ['glFlush','gluBeginCurve']
H A Dunittestcpp.py8 self.functions = []

12345678910