Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/ !
H A Dhtool.hpp18 class WrapperHtool : public htool::VirtualGenerator<PetscScalar> { class
24WrapperHtool(PetscInt dim, MatHtoolKernelFn *&g, void *kernelctx) : VirtualGenerator<PetscScalar>(… in WrapperHtool() function in WrapperHtool
52 WrapperHtool *wrapper;
H A Dhtool.cxx476 if (a->kernel) a->wrapper = new WrapperHtool(a->dim, a->kernel, a->kernelctx); in MatAssemblyEnd_Htool()
619 if (a->kernel) a->wrapper = new WrapperHtool(a->dim, a->kernel, a->kernelctx); in MatHtoolSetKernel_Htool()