Home
last modified time | relevance | path

Searched defs:mat (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/src/
H A Dmat-ceed.c317 …e MatCreateCeed(DM dm_x, DM dm_y, CeedOperator op_mult, CeedOperator op_mult_transpose, Mat *mat) { in MatCreateCeed()
755 PetscErrorCode MatCeedSetContextDouble(Mat mat, const char *name, double value) { in MatCeedSetContextDouble()
806 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble()
843 PetscErrorCode MatCeedSetContextReal(Mat mat, const char *name, PetscReal value) { in MatCeedSetContextReal()
862 PetscErrorCode MatCeedGetContextReal(Mat mat, const char *name, PetscReal *value) { in MatCeedGetContextReal()
881 PetscErrorCode MatCeedSetTime(Mat mat, PetscReal time) { in MatCeedSetTime()
901 PetscErrorCode MatCeedGetTime(Mat mat, PetscReal *time) { in MatCeedGetTime()
923 PetscErrorCode MatCeedSetDt(Mat mat, PetscReal dt) { in MatCeedSetDt()
944 PetscErrorCode MatCeedSetShifts(Mat mat, PetscReal shift_v, PetscReal shift_a) { in MatCeedSetShifts()
970 PetscErrorCode MatCeedSetContext(Mat mat, PetscCtxDestroyFn f, void *ctx) { in MatCeedSetContext()
[all …]
/libCEED/interface/
H A Dceed-basis.c1171 int CeedQRFactorization(Ceed ceed, CeedScalar *mat, CeedScalar *tau, CeedInt m, CeedInt n) { in CeedQRFactorization()
1256 int CeedMatrixPseudoinverse(Ceed ceed, const CeedScalar *mat, CeedInt m, CeedInt n, CeedScalar *mat… in CeedMatrixPseudoinverse()
1300 int CeedSymmetricSchurDecomposition(Ceed ceed, CeedScalar *mat, CeedScalar *lambda, CeedInt n) { in CeedSymmetricSchurDecomposition()
/libCEED/examples/petsc/
H A Dbpsraw.c349 Mat mat; in main() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1458 function CeedQRFactorization(ceed, mat, tau, m, n) argument
1466 function CeedSymmetricSchurDecomposition(ceed, mat, lambda, n) argument