| /petsc/config/BuildSystem/config/utilities/ |
| H A D | getResidentSetSize.py | 25 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 D | FPTrap.py | 22 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 D | missing.py | 21 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 D | PF | 1 # Defining your own mathematical functions (PF) 3 PETSc functions (`PF` objects) are used to compute grid functions, element functions, etc.
|
| H A D | Sensitivity | 6 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 D | module.rst | 30 {% block functions %} 31 {%- if functions %} 35 {% for item in functions %}
|
| /petsc/src/sys/tests/output/ |
| H A D | ex65_1.out | 3 functions: 59 functions: 84 functions: 109 functions:
|
| /petsc/doc/developers/ |
| H A D | callbacks.md | 4 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 D | objects.md | 14 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 D | functions.py | 5 def __init__(self, framework, functions = []): argument 9 self.functions = functions 172 self.executeTest(self.checkClassify, set(self.functions))
|
| /petsc/doc/manual/ |
| H A D | fe.md | 5 …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 97 …functions 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 D | fortran.md | 131 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 D | dev.md | 84 …-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 D | getStack.bash | 11 …in/saws/getSAWs.bash PETSc/Stack | jshon -e directories -e Stack -e variables -e functions -e data
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | giflib.py | 9 self.functions = ['EGifOpenFileName']
|
| H A D | yaml.py | 8 self.functions = ['yaml_parser_load']
|
| H A D | memkind.py | 7 self.functions = ['hbw_malloc']
|
| H A D | OpenCL.py | 7 self.functions = ['clGetPlatformIDs']
|
| H A D | pugixml.py | 8 self.functions = []
|
| H A D | gmp.py | 9 self.functions = ['__gmpz_init']
|
| H A D | X.py | 7 self.functions = ['XSetWMName']
|
| H A D | opengles.py | 7 self.functions = []
|
| H A D | szlib.py | 10 self.functions = ['SZ_BufftoBuffCompress', 'SZ_BufftoBuffDecompress']
|
| H A D | OpenGL.py | 7 self.functions = ['glFlush','gluBeginCurve']
|
| H A D | unittestcpp.py | 8 self.functions = []
|