Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 45) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpybuffer.h69 view->internal = NULL; in PyPetscBuffer_FillInfo()
73 view->internal = malloc(2*sizeof(Py_ssize_t)); in PyPetscBuffer_FillInfo()
75 view->internal = PyMem_Malloc(2*sizeof(Py_ssize_t)); in PyPetscBuffer_FillInfo()
77 if (!view->internal) { PyErr_NoMemory(); return -1; } in PyPetscBuffer_FillInfo()
78 view->shape = (Py_ssize_t *) view->internal; in PyPetscBuffer_FillInfo()
93 if (view->internal) free(view->internal); in PyPetscBuffer_Release()
95 if (view->internal) PyMem_Free(view->internal); in PyPetscBuffer_Release()
97 view->internal = NULL; in PyPetscBuffer_Release()
/petsc/doc/changes/
H A D213.md6 This is primarily a bug-fix release and minor internal updates. Some
12 - updates to DA - which delays allocation of internal objects until
H A D318.md197 - Add `MatShellSetContextDestroy()` and add internal refrence counting for user defined `MatShell` …
198 - Add `MatShellSetContextDestroy()` and add internal reference counting for user defined `MatShell`…
283 - Add `DMPlexSetOverlap()` to promote an internal interface
297 - Add `DMNetworkFinalizeComponents()` to setup the internal data structures for components on a net…
H A D34.md51 - PetscSF was split into interface and impls. The internal
93 internal members of Vec may need to include the private header,
H A D2022.md34 - Changed the internal structure of the PETSc objects. This will not
H A D313.md269 - Add PetscInfoDestroy() - Destroys and resets internal
H A D320.md183 …`SNESConverged()` function that runs the convergence test and updates the internal converged reason
H A D321.md154 - Add `TSGetStepRollBack()` to access the internal rollback flag
H A D316.md108 …automatically rebuilds internal data structures before executing operations with the KAIJ matrix i…
/petsc/src/ksp/ksp/tests/output/
H A Dex81_1.out39 …INFOG(36) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - val…
40 …INFOG(37) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - sum…
41 …INFOG(38) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
42 …INFOG(39) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
88 …INFOG(36) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - val…
89 …INFOG(37) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - sum…
90 …INFOG(38) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
91 …INFOG(39) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
H A Dex81_2.out51 …INFOG(36) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - val…
52 …INFOG(37) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - sum…
53 …INFOG(38) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
54 …INFOG(39) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
119 …INFOG(36) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - val…
120 …INFOG(37) (after analysis: estimated size of all MUMPS internal data for running BLR in-core - sum…
121 …INFOG(38) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
122 …INFOG(39) (after analysis: estimated size of all MUMPS internal data for running BLR out-of-core -…
/petsc/src/binding/petsc4py/src/
H A Dpyapicompat.h22 void *internal; member
/petsc/doc/overview/
H A Dplex_transform_table.md54 - Extrude a layer of cells into a mesh from an internal surface
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DRegressor.pyx105 """Set up the internal data structures for using the solver.
169 """Destroy internal data structures of the solver.
H A DScatter.pyx187 """Set up the internal data structures for using the scatter.
H A Dlibpetsc4py.pyx171 @cython.internal
305 @cython.internal
577 @cython.internal
1428 @cython.internal
1724 @cython.internal
2067 @cython.internal
2390 @cython.internal
2790 @cython.internal
H A DDevice.pyx337 """Set up the internal data structures for using the device context.
H A DDMLabel.pyx80 """Destroy internal data structures in the `DMLabel`.
H A DTS.pyx2446 """Set up the internal data structures for the `TS`.
2602 """Enable to save solutions as an internal `TS` trajectory.
2621 """Remove the internal `TS` trajectory object.
2873 """Set up the internal data structures for the later use of an adjoint solver.
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt37 the contents of any externally held references to internal data structures should be
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DREADME.md89 … in the ABI Tracker and Upstream Tracker projects, by the community and by the internal test suite:
/petsc/doc/manual/
H A Ddmstag.md81 array. To avoid the user having to know about the {ref}`internal numbering conventions used <sec_dm…
119 ## Numberings and internal data layout
121 While `DMSTAG` aims to hide the details of its internal data layout, for debugging, optimization, a…
H A Ddmnetwork.md117 7. Set up network internal data structures.
H A Dadvanced.md228 do manage numerical pivoting internal to their API.
/petsc/doc/developers/
H A Ddocumentation.md124 - For internal links, use explicit labels, e.g
139 - For internal links in the manual with targets outside the manual, always provide alt text

12