Searched refs:CreateMatrix (Results 1 – 3 of 3) sorted by relevance
27 static PetscErrorCode CreateMatrix(DM, Mat *);41 PetscCall(DMShellSetCreateMatrix(*shell, CreateMatrix)); in MyDMShellCreate()88 static PetscErrorCode CreateMatrix(DM shell, Mat *A) in CreateMatrix() function
47 static PetscErrorCode CreateMatrix(FEStruct *fe, Mat *A) in CreateMatrix() function152 PetscCall(CreateMatrix(&fe, &B)); in main()
49 static PetscErrorCode CreateMatrix(UserCtx ctx) in CreateMatrix() function152 PetscCall(CreateMatrix(ctx)); in ConfigureContext()