MatHtoolSetKernel#
Sets the kernel and context used for the assembly of a MATHTOOL.
Synopsis#
PetscErrorCode MatHtoolSetKernel(Mat A, MatHtoolKernelFn *kernel, void *kernelctx)
Collective; No Fortran Support
Input Parameters#
A - hierarchical matrix
kernel - computational kernel (or
NULL)kernelctx - kernel context (if kernel is
NULL, the pointer must be of typehtool::VirtualGenerator<PetscScalar> *)
See Also#
Level#
advanced
Location#
Implementations#
MatHtoolSetKernel_Htool() in src/mat/impls/htool/impl/ihtool.cxx
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages