Home
last modified time | relevance | path

Searched refs:ffunc (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dcompilers.py753 def testMangling(self, cfunc, ffunc, clanguage = 'C', extraObjs = []): argument
775 found = self.checkLink(None, ffunc)
794 ffunc = self.manglerFuncs[mangler][2]
796 if self.testMangling(cfunc, ffunc):
1318 cinc, cfunc, ffunc = self.manglerFuncs[self.fortranMangling]
1333 if self.testMangling(cinc+cfunc, ffunc, 'Cxx', extraObjs = [cxxobj]):
1339 if self.testMangling(cinc+cfunc, ffunc, 'Cxx', extraObjs = [cxxobj]):
/petsc/src/dm/impls/plex/
H A Dplexfem.c3669 PetscQuadrature ffunc; in DMPlexComputeInjectorFEM() local
3674 PetscCall(PetscDualSpaceGetFunctional(QF, f, &ffunc)); in DMPlexComputeInjectorFEM()
3675 PetscCall(PetscQuadratureGetData(ffunc, NULL, &NqcF, &NpF, &fqpoints, &fqweights)); in DMPlexComputeInjectorFEM()