Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 95) sorted by relevance

1234

/petsc/src/ts/tutorials/output/
H A Dex20opt_ic_4.out1 MATSHELL and matrix-free multiple appear to produce the same results
2 MATSHELL transpose and matrix-free multiple appear to produce the same results
3 MATSHELL and matrix-free multiple appear to produce the same results
4 MATSHELL transpose and matrix-free multiple appear to produce the same results
5 MATSHELL and matrix-free multiple appear to produce the same results
6 MATSHELL transpose and matrix-free multiple appear to produce the same results
7 MATSHELL and matrix-free multiple appear to produce the same results
8 MATSHELL transpose and matrix-free multiple appear to produce the same results
13 MATSHELL and matrix-free multiple appear to produce the same results
14 MATSHELL transpose and matrix-free multiple appear to produce the same results
[all …]
/petsc/src/ksp/pc/impls/tfs/
H A Dxyt.c128 free(xyt_handle->info->nsep); in XYT_free()
129 free(xyt_handle->info->lnsep); in XYT_free()
130 free(xyt_handle->info->fo); in XYT_free()
131 free(xyt_handle->info->stages); in XYT_free()
132 free(xyt_handle->info->solve_uu); in XYT_free()
133 free(xyt_handle->info->solve_w); in XYT_free()
134 free(xyt_handle->info->x); in XYT_free()
135 free(xyt_handle->info->xcol_vals); in XYT_free()
136 free(xyt_handle->info->xcol_sz); in XYT_free()
137 free(xyt_handle->info->xcol_indices); in XYT_free()
[all …]
H A Dxxt.c126 free(xxt_handle->info->nsep); in XXT_free()
127 free(xxt_handle->info->lnsep); in XXT_free()
128 free(xxt_handle->info->fo); in XXT_free()
129 free(xxt_handle->info->stages); in XXT_free()
130 free(xxt_handle->info->solve_uu); in XXT_free()
131 free(xxt_handle->info->solve_w); in XXT_free()
132 free(xxt_handle->info->x); in XXT_free()
133 free(xxt_handle->info->col_vals); in XXT_free()
134 free(xxt_handle->info->col_sz); in XXT_free()
135 free(xxt_handle->info->col_indices); in XXT_free()
[all …]
H A Dgs.c454 free((void *)gs->local_elms); in gsi_via_bit_mask()
455 free((void *)gs->companion); in gsi_via_bit_mask()
456 free((void *)gs->elms); in gsi_via_bit_mask()
457 free((void *)gs->ngh_buf); in gsi_via_bit_mask()
475 free(tp); in place_in_tree()
628 free((void *)t_mask); in get_ngh_buf()
629 free((void *)buf1); in get_ngh_buf()
648 free((void *)p_mask); in get_ngh_buf()
649 free((void *)sh_proc_mask); in get_ngh_buf()
767 free((void *)p_mask); in set_pairwise()
[all …]
/petsc/src/tao/complementarity/impls/asls/
H A Dasils.c55 asls->free = NULL; in TaoSetUp_ASILS()
105 PetscCall(ISDestroy(&ssls->free)); in TaoDestroy_ASILS()
173 PetscCall(ISDestroy(&asls->free)); in TaoSolve_ASILS()
175 PetscCall(ISComplementVec(asls->fixed, asls->t1, &asls->free)); in TaoSolve_ASILS()
193 PetscCall(TaoVecGetSubVec(asls->da, asls->free, tao->subset_type, 0.0, &asls->r1)); in TaoSolve_ASILS()
194 PetscCall(TaoVecGetSubVec(asls->ff, asls->free, tao->subset_type, 0.0, &asls->r2)); in TaoSolve_ASILS()
195 PetscCall(TaoVecGetSubVec(asls->db, asls->free, tao->subset_type, 1.0, &asls->r3)); in TaoSolve_ASILS()
208 PetscCall(TaoVecGetSubVec(asls->t1, asls->free, tao->subset_type, 0.0, &asls->r3)); in TaoSolve_ASILS()
213 PetscCall(TaoMatGetSubMat(tao->jacobian, asls->free, asls->w, tao->subset_type, &asls->J_sub)); in TaoSolve_ASILS()
215 …PetscCall(TaoMatGetSubMat(tao->jacobian_pre, asls->free, asls->w, tao->subset_type, &asls->Jpre_su… in TaoSolve_ASILS()
[all …]
H A Dasfls.c56 asls->free = NULL; in TaoSetUp_ASFLS()
105 PetscCall(ISDestroy(&ssls->free)); in TaoDestroy_ASFLS()
176 PetscCall(ISDestroy(&asls->free)); in TaoSolve_ASFLS()
178 PetscCall(ISComplementVec(asls->fixed, asls->t1, &asls->free)); in TaoSolve_ASFLS()
196 PetscCall(TaoVecGetSubVec(asls->da, asls->free, tao->subset_type, 0.0, &asls->r1)); in TaoSolve_ASFLS()
197 PetscCall(TaoVecGetSubVec(asls->ff, asls->free, tao->subset_type, 0.0, &asls->r2)); in TaoSolve_ASFLS()
198 PetscCall(TaoVecGetSubVec(asls->db, asls->free, tao->subset_type, 1.0, &asls->r3)); in TaoSolve_ASFLS()
211 PetscCall(TaoVecGetSubVec(asls->t1, asls->free, tao->subset_type, 0.0, &asls->r3)); in TaoSolve_ASFLS()
215 PetscCall(TaoMatGetSubMat(tao->jacobian, asls->free, asls->w, tao->subset_type, &asls->J_sub)); in TaoSolve_ASFLS()
217 …PetscCall(TaoMatGetSubMat(tao->jacobian_pre, asls->free, asls->w, tao->subset_type, &asls->Jpre_su… in TaoSolve_ASFLS()
[all …]
/petsc/src/mat/tests/output/
H A Dex218_1.out1 MATSHELL and matrix-free multiple appear to produce the same results
2 MATSHELL transpose and matrix-free multiple appear to produce the same results
/petsc/src/mat/tests/
H A Dbench_spmv.c69 free(content); in ParseJSON()
111 free(content); in UpdateJSON()
115 free(content); in UpdateJSON()
361 free(filenames[i]); in main()
362 free(groupnames[i]); in main()
363 free(matnames[i]); in main()
365 free(filenames); in main()
366 free(groupnames); in main()
367 free(matnames); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Ddlpack.pxi16 void free(void* ptr)
74 free(tensor.dl_tensor.shape)
77 free(tensor)
/petsc/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c50 free(outputCtx->pointlist); in FiniOutput_Triangle()
51 free(outputCtx->pointmarkerlist); in FiniOutput_Triangle()
52 free(outputCtx->segmentlist); in FiniOutput_Triangle()
53 free(outputCtx->segmentmarkerlist); in FiniOutput_Triangle()
54 free(outputCtx->edgelist); in FiniOutput_Triangle()
55 free(outputCtx->edgemarkerlist); in FiniOutput_Triangle()
56 free(outputCtx->trianglelist); in FiniOutput_Triangle()
57 free(outputCtx->neighborlist); in FiniOutput_Triangle()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE18 free software--to make sure the software is free for all its users.
27 When we speak of free software, we are referring to freedom of use,
29 you have the freedom to distribute copies of free software (and charge
32 it in new free programs; and that you are informed that you can do
53 there is no warranty for the free library. Also, if the library is
60 any free program. We wish to make sure that a company cannot
61 effectively restrict the users of a free program by obtaining a
71 libraries into non-free programs.
83 Public License. It also provides other free software developers Less
84 of an advantage over competing non-free programs. These disadvantages
[all …]
/petsc/src/snes/tutorials/output/
H A Dex22_1.out52 Matrix-free approximation:
71 Matrix-free approximation:
91 Matrix-free approximation:
100 Matrix-free approximation:
H A Dex22_1_alt_2.out52 Matrix-free approximation:
71 Matrix-free approximation:
91 Matrix-free approximation:
100 Matrix-free approximation:
H A Dex22_1_alt_3.out52 Matrix-free approximation:
71 Matrix-free approximation:
91 Matrix-free approximation:
100 Matrix-free approximation:
H A Dex22_1_alt.out52 Matrix-free approximation:
71 Matrix-free approximation:
91 Matrix-free approximation:
100 Matrix-free approximation:
/petsc/src/sys/tests/output/
H A Dex73_0_alt_3.out1 free(): invalid pointer
H A Dex70_1.out3 [0]PETSC ERROR: Object already free: Parameter # 1
/petsc/src/sys/utils/
H A Dstr.c83 free(lens); in PetscStrToArray()
84 for (j = 0; j < i; j++) free((*args)[j]); in PetscStrToArray()
85 free(*args); in PetscStrToArray()
89 free(lens); in PetscStrToArray()
128 for (int i = 0; i < argc; ++i) free(args[i]); in PetscStrToArrayDestroy()
129 if (args) free(args); in PetscStrToArrayDestroy()
/petsc/doc/manualpages/MANSECHeaders/
H A DSNESMF3 The `MatSNESMF` routines provide "matrix-free" Newton nonlinear solver via `SNES`. Users guide sect…
/petsc/share/petsc/suppressions/
H A Dlsan3 # when MPI_Abort() is called, some MPI implementations do not free
/petsc/src/sys/memory/
H A Dmal.c100 int err = free(ptr); in PetscFreeAlign()
103 free(ptr); in PetscFreeAlign()
172 int err = free(*result); in PetscReallocAlign()
179 free(*result); in PetscReallocAlign()
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/
H A Dex1_3.out34 Jacobian is applied matrix-free with differencing
60 Matrix-free approximation:
/petsc/src/sys/objects/
H A Doptions.c181 free(*options); in PetscOptionsDestroy()
409 free(buf); in Petscgetline()
547 free(string); in PetscOptionsInsertFilePetsc()
1138 if (options->names[i]) free(options->names[i]); in PetscOptionsClear()
1139 if (options->values[i]) free(options->values[i]); in PetscOptionsClear()
1142 free(options->names); in PetscOptionsClear()
1143 free(options->values); in PetscOptionsClear()
1144 free(options->used); in PetscOptionsClear()
1145 free(options->source); in PetscOptionsClear()
1153 free(options->aliases1[i]); in PetscOptionsClear()
[all …]
/petsc/src/tao/complementarity/impls/ssls/
H A Dssls.h78 IS free; member
/petsc/src/sys/dll/
H A Ddemangle.c75 free(newname); in PetscDemangleSymbol()

1234