Lines Matching refs:val_alloc
575 …PetscScalar *val, *val_alloc; /* For some matrices, we can directly access their data array with… member
907 PetscCall(PetscMalloc1(alloc_size, &mumps->val_alloc)); in MatConvertToTriples_seqsbaij_seqsbaij()
908 mumps->val = mumps->val_alloc; in MatConvertToTriples_seqsbaij_seqsbaij()
1001 mumps->val = mumps->val_alloc = val; in MatConvertToTriples_seqaij_seqsbaij()
1104 mumps->val = mumps->val_alloc = val; in MatConvertToTriples_mpisbaij_mpisbaij()
1205 mumps->val = mumps->val_alloc = val; in MatConvertToTriples_mpiaij_mpiaij()
1267 mumps->val = mumps->val_alloc = val; in MatConvertToTriples_mpibaij_mpiaij()
1364 mumps->val = mumps->val_alloc = val; in MatConvertToTriples_mpiaij_mpisbaij()
1456 mumps->val_alloc = mumps->val; in MatConvertToTriples_dense_xaij()
1684 PetscCall(PetscFree(mumps->val_alloc)); in MatConvertToTriples_nest_xaij()
1727 …mumps->val_alloc = NULL; /* do not use val_alloc since it may be reallocated with the OMP callpath… in MatConvertToTriples_nest_xaij()
1774 PetscCall(PetscFree(mumps->val_alloc)); in MatDestroy_MUMPS()
2423 PetscCall(PetscFree(mumps->val_alloc)); in MatMumpsGatherNonzerosOnMaster()
2427 mumps->val = mumps->val_alloc = val; in MatMumpsGatherNonzerosOnMaster()