Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 15 of 15) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dlibraries.py112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument
117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle):
186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument
196 if prototype:
197 if isinstance(prototype, str):
198 pre = prototype
200 pre = prototype[f]
303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… argument
308 …if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLin…
327 if self.check('', funcs, prototype = prototypes, call = calls):
[all …]
H A Dbase.py191 def addPrototype(self, prototype, language = 'All'): argument
195 self.logPrint('Added prototype '+prototype+' to language '+language)
199 self.prototypes[language].append(prototype)
H A Dframework.py900 for prototype in child.prototypes[language]:
901 f.write(prototype)
/petsc/config/PETSc/options/
H A DscalarTypes.py92 …if self.libraries.check('quadmath','logq',prototype='#include <quadmath.h>',call='__float128 f = 0…
115 …if self.libraries.check('quadmath','logq',prototype='#include <quadmath.h>',call='__float128 f = F…
125 …self.libraries.add('quadmath','logq',prototype='#include <quadmath.h>',call='__float128 f = 0.0; l…
130 …if self.libraries.check('','',call='__fp16 f = 1.0, g; g = ret___fp16(f); (void)g',prototype='stat…
/petsc/config/PETSc/
H A Dpetsc.py236 …ck(libraries, 'PetscInitializeNoArguments', otherLibs = self.otherLibs, prototype = 'int PetscInit…
237 …self.libraries.check(libraries, 'VecDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
238 …self.libraries.check(libraries, 'MatDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
239 …self.libraries.check(libraries, 'DMDestroy', otherLibs = self.otherLibs, prototype = 'typedef stru…
240 …self.libraries.check(libraries, 'KSPDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
241 …self.libraries.check(libraries, 'SNESDestroy', otherLibs = self.otherLibs, prototype = 'typedef st…
242 …self.libraries.check(libraries, 'TSDestroy', otherLibs = self.otherLibs, prototype = 'typedef stru…
H A DConfigure.py853 …if self.libraries.add('Kernel32.lib','GetComputerName',prototype='#include <windows.h>', call='Get…
857 …elif self.libraries.add('kernel32','GetComputerName',prototype='#include <windows.h>', call='GetCo…
876 …if self.libraries.add('Advapi32.lib','GetUserName',prototype='#include <windows.h>', call='GetUser…
878 …elif self.libraries.add('advapi32','GetUserName',prototype='#include <windows.h>', call='GetUserNa…
881 … if not self.libraries.add('User32.lib','GetDC',prototype='#include <windows.h>',call='GetDC(0);'):
882 self.libraries.add('user32','GetDC',prototype='#include <windows.h>',call='GetDC(0);')
883 …if not self.libraries.add('Gdi32.lib','CreateCompatibleDC',prototype='#include <windows.h>',call='…
884 …self.libraries.add('gdi32','CreateCompatibleDC',prototype='#include <windows.h>',call='CreateCompa…
/petsc/config/BuildSystem/config/utilities/
H A Dmissing.py70 …if self.libraries.add('Ws2_32.lib','socket',prototype='#include <Winsock2.h>',call='socket(0,0,0);…
/petsc/doc/changes/
H A D232.md76 - Removed PetscRandomType from the prototype of PetscRandomCreate().
H A D311.md86 - Added extra void\* (context) pointer to the function prototype to
H A D231.md18 VecMTDotBegin(), VecMTDotEnd() to confirm with PETSc prototype
H A D233.md52 - Change prototype for VecScatterBegin() and VecScatterEnd() [now
H A D323.md12 - Add `PetscCtxDestroyFn` as the prototype for all context destroy functions. It is `PetscErrorCode…
H A D324.md112 - Add `KSPFlexibleModifyPCFn` function prototype
/petsc/config/BuildSystem/config/packages/
H A DMPI.py693 …if not self.libraries.check(self.lib, 'MPI_Finalize', prototype = '#include <mpi.h>', call = 'int …
/petsc/doc/
H A Dpetsc.bib28420 title = {Software system for {UW}/{GE} tomotherapy prototype},