Lines Matching defs:mat
69 static PetscErrorCode MatMFFDSetType_MFFD(Mat mat, MatMFFDType ftype) in MatMFFDSetType_MFFD()
117 PetscErrorCode MatMFFDSetType(Mat mat, MatMFFDType ftype) in MatMFFDSetType()
129 static PetscErrorCode MatMFFDSetFunctioniBase_MFFD(Mat mat, FCN1 func) in MatMFFDSetFunctioniBase_MFFD()
140 static PetscErrorCode MatMFFDSetFunctioni_MFFD(Mat mat, FCN2 funci) in MatMFFDSetFunctioni_MFFD()
151 static PetscErrorCode MatMFFDGetH_MFFD(Mat mat, PetscScalar *h) in MatMFFDGetH_MFFD()
203 static PetscErrorCode MatDestroy_MFFD(Mat mat) in MatDestroy_MFFD()
303 static PetscErrorCode MatMult_MFFD(Mat mat, Vec a, Vec y) in MatMult_MFFD()
385 static PetscErrorCode MatGetDiagonal_MFFD(Mat mat, Vec a) in MatGetDiagonal_MFFD()
483 PetscErrorCode MatMFFDSetOptionsPrefix(Mat mat, const char prefix[]) in MatMFFDSetOptionsPrefix()
495 static PetscErrorCode MatSetFromOptions_MFFD(Mat mat, PetscOptionItems PetscOptionsObject) in MatSetFromOptions_MFFD()
522 static PetscErrorCode MatMFFDSetPeriod_MFFD(Mat mat, PetscInt period) in MatMFFDSetPeriod_MFFD()
532 static PetscErrorCode MatMFFDSetFunction_MFFD(Mat mat, MatMFFDFn *func, void *funcctx) in MatMFFDSetFunction_MFFD()
543 static PetscErrorCode MatMFFDSetFunctionError_MFFD(Mat mat, PetscReal error) in MatMFFDSetFunctionError_MFFD()
733 PetscErrorCode MatMFFDGetH(Mat mat, PetscScalar *h) in MatMFFDGetH()
763 PetscErrorCode MatMFFDSetFunction(Mat mat, MatMFFDFn *func, void *funcctx) in MatMFFDSetFunction()
792 PetscErrorCode MatMFFDSetFunctioni(Mat mat, MatMFFDiFn *funci) in MatMFFDSetFunctioni()
820 PetscErrorCode MatMFFDSetFunctioniBase(Mat mat, MatMFFDiBaseFn *func) in MatMFFDSetFunctioniBase()
845 PetscErrorCode MatMFFDSetPeriod(Mat mat, PetscInt period) in MatMFFDSetPeriod()
879 PetscErrorCode MatMFFDSetFunctionError(Mat mat, PetscReal error) in MatMFFDSetFunctionError()