Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h53 …PetscBool usecomplex; /* use the Lyness complex number trick to compute the matrix-vector product … member
H A Dmffd.c255 …if (ctx->usecomplex) PetscCall(PetscViewerASCIIPrintf(viewer, "Using Lyness complex number trick t… in MatView_MFFD()
350 if (ctx->usecomplex) h = PETSC_i * h; in MatMult_MFFD()
361 if (ctx->usecomplex) { in MatMult_MFFD()
515 … trick to compute the matrix-vector product", "None", mfctx->usecomplex, &mfctx->usecomplex, NULL)… in MatSetFromOptions_MFFD()