| /petsc/include/petsc/private/ |
| H A D | logimpldeprecated.h | 72 …longer used.") static inline PetscErrorCode PetscClassPerfLogEnsureSize(PetscClassPerfLog a, int b) in PetscClassPerfLogEnsureSize() 155 …ic inline PetscErrorCode PetscClassRegLogRegister(PetscClassRegLog a, const char *b, PetscClassId … in PetscClassRegLogRegister() 202 …) static inline PetscErrorCode PetscEventPerfInfoCopy(PetscEventPerfInfo *a, PetscEventPerfInfo *b) in PetscEventPerfInfoCopy() 218 …sed.") static inline PetscErrorCode PetscEventPerfLogActivate(PetscEventPerfLog a, PetscLogEvent b) in PetscEventPerfLogActivate() 236 …PetscErrorCode PetscEventPerfLogActivateClass(PetscEventPerfLog a, PetscEventRegLog b, PetscClassI… in PetscEventPerfLogActivateClass() 272 …d.") static inline PetscErrorCode PetscEventPerfLogDeactivate(PetscEventPerfLog a, PetscLogEvent b) in PetscEventPerfLogDeactivate() 290 …tscErrorCode PetscEventPerfLogDeactivateClass(PetscEventPerfLog a, PetscEventRegLog b, PetscClassI… in PetscEventPerfLogDeactivateClass() 309 …) static inline PetscErrorCode PetscEventPerfLogDeactivatePop(PetscEventPerfLog a, PetscLogEvent b) in PetscEventPerfLogDeactivatePop() 327 … static inline PetscErrorCode PetscEventPerfLogDeactivatePush(PetscEventPerfLog a, PetscLogEvent b) in PetscEventPerfLogDeactivatePush() 362 …longer used.") static inline PetscErrorCode PetscEventPerfLogEnsureSize(PetscEventPerfLog a, int b) in PetscEventPerfLogEnsureSize() [all …]
|
| H A D | petsclegacycupmblas.h | 9 …#define cublasXaxpy(a, b, c, d, e, f, g) cublasCaxpy((a), (b), (cuComplex *)(… argument 10 …#define cublasXscal(a, b, c, d, e) cublasCscal((a), (b), (cuComplex *)(… argument 11 …#define cublasXdotu(a, b, c, d, e, f, g) cublasCdotu((a), (b), (cuComplex *)(… argument 12 …#define cublasXdot(a, b, c, d, e, f, g) cublasCdotc((a), (b), (cuComplex *)(… argument 13 …#define cublasXswap(a, b, c, d, e, f) cublasCswap((a), (b), (cuComplex *)(… argument 14 …#define cublasXnrm2(a, b, c, d, e) cublasScnrm2((a), (b), (cuComplex *)… argument 15 …#define cublasIXamax(a, b, c, d, e) cublasIcamax((a), (b), (cuComplex *)… argument 16 …#define cublasXasum(a, b, c, d, e) cublasScasum((a), (b), (cuComplex *)… argument 17 …#define cublasXgemv(a, b, c, d, e, f, g, h, i, j, k, l) cublasCgemv((a), (b), (c), (d), (cuC… argument 18 …#define cublasXgemm(a, b, c, d, e, f, g, h, i, j, k, l, m, n) cublasCgemm((a), (b), (c), (d), (e),… argument [all …]
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | spai.h | 11 PetscErrorCode PCSPAISetEpsilon(PETSC_UNUSED PC a,PETSC_UNUSED PetscReal b) {PetscSPAIError;} in PCSPAISetEpsilon() 12 PetscErrorCode PCSPAISetNBSteps(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetNBSteps() 13 PetscErrorCode PCSPAISetMax(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetMax() 14 PetscErrorCode PCSPAISetMaxNew(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetMaxNew() 15 PetscErrorCode PCSPAISetBlockSize(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetBlockSize() 16 PetscErrorCode PCSPAISetCacheSize(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetCacheSize() 17 PetscErrorCode PCSPAISetVerbose(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetVerbose() 18 PetscErrorCode PCSPAISetSp(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetSp()
|
| H A D | h2opus.h | 11 PetscErrorCode MatCreateH2OpusFromMat(PETSC_UNUSED Mat a,PETSC_UNUSED PetscInt b,PETSC_UNUSED const… in MatCreateH2OpusFromMat() 13 PetscErrorCode MatH2OpusCompress(PETSC_UNUSED Mat a,PETSC_UNUSED PetscReal b) {PetscMatH2OPUSError;} in MatH2OpusCompress() 14 PetscErrorCode MatH2OpusLowRankUpdate(PETSC_UNUSED Mat a,PETSC_UNUSED Mat b,PETSC_UNUSED Mat c,PETS… in MatH2OpusLowRankUpdate()
|
| /petsc/src/sys/tests/linter/ |
| H A D | testDuplicates.c | 3 PetscErrorCode testDuplicatesWithChanges(PetscInt *a, PetscScalar *b) in testDuplicatesWithChanges() 17 PetscErrorCode testDuplicatesScoped(PetscInt *a, PetscScalar *b) in testDuplicatesScoped() 33 PetscErrorCode testDuplicatesDoubleScoped(PetscInt *a, PetscScalar *b) in testDuplicatesDoubleScoped() 54 PetscErrorCode testNoDuplicatesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesSwitch() 71 PetscErrorCode testDuplicatesNoChangesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testDuplicatesNoChangesSwitch() 91 PetscErrorCode testNoDuplicatesIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesIfElse() 105 PetscErrorCode testDuplicatesIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testDuplicatesIfElse() 122 PetscErrorCode testNoDuplicatesIfElseIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesIfElseIfElse()
|
| H A D | testValidPointers.c | 3 PetscErrorCode testValidPointers(void *a, char *b, PetscInt *c, PetscMPIInt *d, PetscInt *e, PetscB… in testValidPointers() 27 void testValidPointers2(void *a, char *b, PetscInt *c, PetscMPIInt *d, PetscInt *e, PetscBool *f, P… in testValidPointers2() 51 void testValidPointers3(void **a, char **b, PetscInt **c, PetscMPIInt **d, PetscInt **e, PetscBool … in testValidPointers3()
|
| /petsc/src/benchmarks/streams/ |
| H A D | CUDAVersion.cu | 60 __global__ void STREAM_Copy(float *a, float *b, size_t len) in STREAM_Copy() 69 __global__ void STREAM_Copy_double(double *a, double *b, size_t len) in STREAM_Copy_double() 78 __global__ void STREAM_Copy_Optimized(float *a, float *b, size_t len) in STREAM_Copy_Optimized() 89 __global__ void STREAM_Copy_Optimized_double(double *a, double *b, size_t len) in STREAM_Copy_Optimized_double() 100 __global__ void STREAM_Scale(float *a, float *b, float scale, size_t len) in STREAM_Scale() 109 __global__ void STREAM_Scale_double(double *a, double *b, double scale, size_t len) in STREAM_Scale_double() 118 __global__ void STREAM_Scale_Optimized(float *a, float *b, float scale, size_t len) in STREAM_Scale_Optimized() 129 __global__ void STREAM_Scale_Optimized_double(double *a, double *b, double scale, size_t len) in STREAM_Scale_Optimized_double() 140 __global__ void STREAM_Add(float *a, float *b, float *c, size_t len) in STREAM_Add() 149 __global__ void STREAM_Add_double(double *a, double *b, double *c, size_t len) in STREAM_Add_double() [all …]
|
| /petsc/include/ |
| H A D | petscstring.h | 162 static inline void PetscStrcmpNoError(const char a[], const char b[], PetscBool *flg) in PetscStrcmpNoError() 193 static inline PetscErrorCode PetscStrcmp(const char a[], const char b[], PetscBool *flg) in PetscStrcmp() 325 static inline PetscErrorCode PetscStrncmp(const char a[], const char b[], size_t n, PetscBool *t) in PetscStrncmp() 360 static inline PetscErrorCode PetscStrrstr(const char a[], const char b[], char *tmp[]) PeNS in PetscStrrstr() 432 static inline PetscErrorCode PetscStrgrt(const char a[], const char b[], PetscBool *t) in PetscStrgrt() 468 static inline PetscErrorCode PetscStrchr(const char a[], char b, char *c[]) PeNS in PetscStrchr() 498 static inline PetscErrorCode PetscStrrchr(const char a[], char b, char *c[]) PeNS in PetscStrrchr() 534 static inline PetscErrorCode PetscStrendswith(const char a[], const char b[], PetscBool *flg) in PetscStrendswith() 578 static inline PetscErrorCode PetscStrbeginswith(const char a[], const char b[], PetscBool *flg) in PetscStrbeginswith() 615 static inline PetscErrorCode PetscMemmove(void *a, const void *b, size_t n) in PetscMemmove() [all …]
|
| H A D | petscblaslapack.h | 82 …#define LAPACKorgqr_(a, b, c, d, e, f, g, h, i) PetscMissingLapack("ORGQR", a, b, c, d, e, f, g, h… argument 103 …#define LAPACKstein_(a, b, c, d, e, f, g, h, i, j, k, l, m) PetscMissingLapack("STEIN", a, b, c, d… argument 116 #define LAPACKsytri_(a, b, c, d, e, f, g) PetscMissingLapack("SYTRI", a, b, c, d, e, f, g) argument 131 …#define LAPACKormqr_(a, b, c, d, e, f, g, h, i, j, k, l, m) PetscMissingLapack("ORMQR", a, b, c, d… argument 136 …#define LAPACKstegr_(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) PetscMissingLapac… argument 142 …#define LAPACKsteqr_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEQR", a, b, c, d, e, f, g, … argument 143 …#define LAPACKREALsteqr_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEQR", a, b, c, d, e, f, g, … argument 149 #define LAPACKstev_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEV", a, b, c, d, e, f, g, h) argument 150 #define LAPACKREALstev_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEV", a, b, c, d, e, f, g, h) argument 155 …#define LAPACKhgeqz_(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) PetscMissingLapac… argument [all …]
|
| H A D | petscmath.h | 28 #define PetscHypotReal(a, b) hypotf(a, b) argument 29 #define PetscAtan2Real(a, b) atan2f(a, b) argument 30 #define PetscPowReal(a, b) powf(a, b) argument 51 #define PetscFmodReal(a, b) fmodf(a, b) argument 52 #define PetscCopysignReal(a, b) copysignf(a, b) argument 63 #define PetscHypotReal(a, b) hypot(a, b) argument 64 #define PetscAtan2Real(a, b) atan2(a, b) argument 65 #define PetscPowReal(a, b) pow(a, b) argument 86 #define PetscFmodReal(a, b) fmod(a, b) argument 87 #define PetscCopysignReal(a, b) copysign(a, b) argument [all …]
|
| H A D | petscviewerhdf5.h | 12 #define H5_VERSION_GE(a, b, c) 0 argument 41 static inline PetscErrorCode PetscHDF5IntCast(PetscInt a, hsize_t *b) in PetscHDF5IntCast()
|
| /petsc/src/sys/utils/ |
| H A D | matheq.c | 19 PetscBool PetscEqualReal(PetscReal a, PetscReal b) in PetscEqualReal() 40 PetscBool PetscEqualScalar(PetscScalar a, PetscScalar b) in PetscEqualScalar()
|
| /petsc/src/snes/tests/ |
| H A D | ex68.c | 34 PetscErrorCode ConstructProblem1(Mat A, Vec b) in ConstructProblem1() 51 PetscErrorCode CheckProblem1(Mat A, Vec b, Vec u) in CheckProblem1() 66 PetscErrorCode ConstructProblem2(Mat A, Vec b) in ConstructProblem2() 97 PetscErrorCode CheckProblem2(Mat A, Vec b, Vec u) in CheckProblem2() 128 Vec u, r, b; /* solution, residual, and rhs vectors */ in main() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | pyscalar.h | 12 double b = (double)PetscImaginaryPart(s); in PyPetscScalar_FromPetscScalar() local 25 PetscReal b = (PetscReal)PyComplex_ImagAsDouble(o); in PyPetscScalar_AsPetscScalar() local
|
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | 188 const PetscReal b[1] = {RC(1.0)}; in TSRKRegisterAll() local 196 const PetscReal b[2] = {RC(0.5), RC(0.5)}; in TSRKRegisterAll() local 205 const PetscReal b[2] = {0, RC(1.0)}; in TSRKRegisterAll() local 214 const PetscReal b[3] = {RC(0.25), RC(0.5), RC(0.25)}; in TSRKRegisterAll() local 224 const PetscReal b[4] = {RC(2.0) / RC(9.0), RC(1.0) / RC(3.0), RC(4.0) / RC(9.0), 0}; in TSRKRegisterAll() local 235 …const PetscReal b[4] = {RC(1.0) / RC(6.0), RC(1.0) / RC(3.0), RC(1.0) / RC(3.0), RC(1.0) / RC(6.0)… in TSRKRegisterAll() local 247 …const PetscReal b[6] = {RC(16.0) / RC(135.0), 0, RC(6656.0) / RC(12825.0), RC(28561.0) / RC(5… in TSRKRegisterAll() local 261 …const PetscReal b[7] = {RC(35.0) / RC(384.0), 0, RC(500.0) / RC(1113.0), RC(125.0) / RC(1… in TSRKRegisterAll() local 285 …const PetscReal b[8] = {RC(587.0) / RC(8064.0), 0, RC(4440339.0) / RC(15491840.0), RC(24353.0… in TSRKRegisterAll() local 301 …const PetscReal b[9] = {RC(7.6388888888888888888888888888888888888889e-02), 0, 0, RC(3.69408369408… in TSRKRegisterAll() local [all …]
|
| /petsc/src/sys/tests/ |
| H A D | ex25.c | 10 PetscReal a, b, c; in main() local 72 PetscScalar a, b, c; in main() local
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | cmap.c | 33 static inline void PetscHlsToRgb(double h, double l, double s, double *r, double *g, double *b) in PetscHlsToRgb() 47 static inline void PetscGammaCorrect(double *r, double *g, double *b) in PetscGammaCorrect() 62 double hue = maxhue * (double)i / (mapsize - 1), r, g, b; in PetscDrawCmap_Hue() local 87 double m, r = 0, g = 0, b = 0; in PetscDrawCmap_Jet() local 133 double m, r = 0, g = 0, b = 0; in PetscDrawCmap_Hot() local 169 double b = (7 * u + R[i] / 255.0) / 8; in PetscDrawCmap_Bone() local 258 PetscReal b = PetscPowReal((PetscReal)B[i] / 255, gamma); in PetscDrawUtilitySetCmap() local
|
| /petsc/src/mat/impls/kaij/ |
| H A D | kaij.c | 55 Mat_MPIKAIJ *b = (Mat_MPIKAIJ *)A->data; in MatKAIJGetAIJ() local 59 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatKAIJGetAIJ() local 88 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatKAIJGetS() local 119 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatKAIJGetSRead() local 199 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatKAIJGetT() local 230 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatKAIJGetTRead() local 460 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatDestroy_SeqKAIJ() local 617 Mat_MPIKAIJ *b = (Mat_MPIKAIJ *)A->data; in MatView_KAIJ() local 634 Mat_MPIKAIJ *b = (Mat_MPIKAIJ *)A->data; in MatDestroy_MPIKAIJ() local 654 Mat_SeqKAIJ *b = (Mat_SeqKAIJ *)A->data; in MatMultAdd_SeqKAIJ() local [all …]
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | hipsparsematimpl.h | 33 …#define hipsparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseCcsrilu02_bufferSize(a,… argument 34 …#define hipsparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) hipsparseCcsrilu02_analysis(a, b… argument 35 …#define hipsparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) hipsparseCcsrilu02(a, b, c, d, (… argument 36 …#define hipsparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseCcsric02_bufferSize(a, … argument 37 …#define hipsparseXcsric02_analysis(a, b, c, d, e, f, g, h, i, j) hipsparseCcsric02_analysis(a, b,… argument 38 …#define hipsparseXcsric02(a, b, c, d, e, f, g, h, i, j) hipsparseCcsric02(a, b, c, d, (h… argument 42 …#define hipsparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseZcsrilu02_bufferSize(a,… argument 43 …#define hipsparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) hipsparseZcsrilu02_analysis(a, b… argument 44 …#define hipsparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) hipsparseZcsrilu02(a, b, c, d, (… argument 45 …#define hipsparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseZcsric02_bufferSize(a, … argument [all …]
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | cusparsematimpl.h | 23 …#define cusparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseCcsrilu02_bufferSize(a, b… argument 24 …#define cusparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) cusparseCcsrilu02_analysis(a, b, … argument 25 …#define cusparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) cusparseCcsrilu02(a, b, c, d, (cu… argument 26 …#define cusparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseCcsric02_bufferSize(a, b,… argument 27 …#define cusparseXcsric02_analysis(a, b, c, d, e, f, g, h, i, j) cusparseCcsric02_analysis(a, b, c… argument 28 …#define cusparseXcsric02(a, b, c, d, e, f, g, h, i, j) cusparseCcsric02(a, b, c, d, (cuC… argument 32 …#define cusparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseZcsrilu02_bufferSize(a, b… argument 33 …#define cusparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) cusparseZcsrilu02_analysis(a, b, … argument 34 …#define cusparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) cusparseZcsrilu02(a, b, c, d, (cu… argument 35 …#define cusparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseZcsric02_bufferSize(a, b,… argument [all …]
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 450 const PetscReal b[2] = {RC(0.5), RC(0.5)}; in TSARKIMEXRegisterAll() local 461 const PetscReal b[2] = {RC(0.0), RC(1.0)}; in TSARKIMEXRegisterAll() local 475 const PetscReal b[3] = {s2 / RC(4.0), s2 / RC(4.0), us2}; in TSARKIMEXRegisterAll() local 510 const PetscReal b[4] = {RC(1.0) - b2 - b3 - g, b2, b3, g}; in TSARKIMEXRegisterAll() local 534 …const PetscReal b[5] = {RC(7415.0) / RC(34776.0), RC(9920.0) / RC(30429.0), RC(4845.0) / RC(9… in TSARKIMEXRegisterAll() local 550 …const PetscReal b[7] = {RC(0.257561510484877), RC(0.234281287047716), RC(0.126658904241469), … in TSARKIMEXRegisterAll() local 566 …const PetscReal b[8] = {RC(0.0802253121418085), RC(0.281196044671022), RC(0.406758926172157),… in TSARKIMEXRegisterAll() local 582 …const PetscReal b[8] = {RC(0.0), RC(0.22732353410559), RC(0.308415837980118), RC(0.1572634195… in TSARKIMEXRegisterAll() local 599 …const PetscReal b[9] = {RC(0.0), RC(-0.15504452530869), RC(0.194518478660789), RC(0.635156402… in TSARKIMEXRegisterAll() local 617 …const PetscReal b[10] = {RC(0.0), RC(0.235563761744267), RC(0.658651488684319), RC(0.0308877804992… in TSARKIMEXRegisterAll() local [all …]
|
| /petsc/src/mat/impls/aij/seq/klu/ |
| H A D | klu.c | 14 …#define klu_K_analyze(a, b, c, d) klu_l_analyze((SuiteSparse_long)a, (SuiteSparse_long… argument 15 …#define klu_K_analyze_given(a, b, c, d, e, f) klu_l_analyze_given((SuiteSparse_long)a, (SuiteSpars… argument 22 …#define klu_K_factor(a, b, c, d, e) klu_zl_factor((SuiteSparse_long *)a, (SuiteSparse_long *… argument 24 …#define klu_K_tsolve(a, b, c, d, e, f, g) klu_zl_tsolve((a), (b), (c), (d), (PetscReal *)(e), (f),… argument 33 …#define klu_K_factor(a, b, c, d, e) klu_l_factor((SuiteSparse_long *)a, (SuiteSparse_long *)… argument 35 #define klu_K_tsolve(a, b, c, d, e, f, g) klu_l_tsolve((a), (b), (c), (d), (e), (g)) argument 56 …#define klu_K_tsolve(a, b, c, d, e, f, g) klu_z_tsolve((a), (b), (c), (d), (PetscReal *)(e), (f), … argument 67 #define klu_K_tsolve(a, b, c, d, e, f, g) klu_tsolve((a), (b), (c), (d), (e), (g)) argument 110 static PetscErrorCode MatSolveTranspose_KLU(Mat A, Vec b, Vec x) in MatSolveTranspose_KLU() 126 static PetscErrorCode MatSolve_KLU(Mat A, Vec b, Vec x) in MatSolve_KLU()
|
| /petsc/src/mat/impls/baij/seq/ftn-kernels/ |
| H A D | fsolvebaij.F90 | 10 pure subroutine FortranSolveBAIJ4Unroll(n, x, ai, aj, adiag, a, b) argument 80 pure subroutine FortranSolveBAIJ4(n, x, ai, aj, adiag, a, b, w) argument
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex45f.F90 | 12 subroutine ComputeInitialGuess(ksp, b, ctx, ierr) argument 23 subroutine ComputeRHS(ksp, b, unused, ierr) argument
|
| /petsc/src/mat/impls/aij/seq/umfpack/ |
| H A D | umfpack.c | 17 …#define umfpack_UMF_wsolve(a, b, c, d, e, f, g, h, i, j, k, l, m, n) umfpack_zl_wsolve(a, (SuiteSp… argument 18 …#define umfpack_UMF_numeric(a, b, c, d, e, f, g, h) umfpack_zl_numeric((SuiteSpar… argument 24 …#define umfpack_UMF_qsymbolic(a, b, c, d, e, f, g, h, i, j) umfpack_zl_qsymbolic(a, b, (S… argument 25 …#define umfpack_UMF_symbolic(a, b, c, d, e, f, g, h, i) umfpack_zl_symbolic(a, b, (Su… argument 31 …#define umfpack_UMF_wsolve(a, b, c, d, e, f, g, h, i, j, k) umfpack_dl_wsolve(a, (SuiteSparse_long… argument 32 …#define umfpack_UMF_numeric(a, b, c, d, e, f, g) umfpack_dl_numeric((SuiteSparse_long *… argument 38 …#define umfpack_UMF_qsymbolic(a, b, c, d, e, f, g, h, i) umfpack_dl_qsymbolic(a, b, (SuiteSpars… argument 39 …#define umfpack_UMF_symbolic(a, b, c, d, e, f, g, h) umfpack_dl_symbolic(a, b, (SuiteSparse… argument 109 static PetscErrorCode MatSolve_UMFPACK_Private(Mat A, Vec b, Vec x, int uflag) in MatSolve_UMFPACK_Private() 149 static PetscErrorCode MatSolve_UMFPACK(Mat A, Vec b, Vec x) in MatSolve_UMFPACK() [all …]
|