Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 28) sorted by relevance

12

/petsc/src/ts/tests/
H A Dex5.c138 extern PetscErrorCode readinput(struct in *put); /* reads input from text file …
149 struct in put; in main() local
179 PetscCall(readinput(&put)); in main()
181 sfctemp = put.Ts; in main()
182 dewtemp = put.Td; in main()
183 cloudTemp = put.Tc; in main()
184 airtemp = put.Ta; in main()
185 pwat = put.pwt; in main()
213 time = 3600 * put.time; /* sets amount of timesteps to run model */ in main()
234 user.fract = put.fr; /* fraction of sky covered by clouds */ in main()
[all …]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py87 def put(self: PoolImpl, item: PathLike) -> None: member in WorkerPoolBase
150 self.put(src_path)
161 self.put(Path(filename))
472 self.input_queue.put(packet, True, 2)
482 def put(self, path: PathLike) -> None: member in ParallelPool
541 def put(self, item: PathLike) -> None: member in SerialPool
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dqueue_main.py40 error_queue.put(error_message)
48 error_queue.put(f'{error_prefix} {filename}\n{send_exception_trace}\n')
74 return_queue.put(
/petsc/src/sys/classes/matlabengine/
H A Dmatlab.c240 PetscErrorCode (*put)(PetscObject, void *); in PetscMatlabEnginePut() local
244 PetscCall(PetscObjectQueryFunction(obj, "PetscMatlabEnginePut_C", &put)); in PetscMatlabEnginePut()
245 …PetscCheck(put, PETSC_COMM_SELF, PETSC_ERR_SUP, "Object %s cannot be put into MATLAB engine", obj-… in PetscMatlabEnginePut()
247 PetscCall((*put)(obj, mengine->ep)); in PetscMatlabEnginePut()
/petsc/src/binding/petsc4py/conf/
H A Dcyautodoc.py17 self.put('[')
22 self.put('()')
25 self.put(']')
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A DAppDelegate.m16 …Need to create a place in Cocoa to put the print messages; commented out code below is from iOS ex…
/petsc/include/petsc/private/
H A Dhashmap.txt447 - array - Array to put hash table keys in
468 - array - Array to put hash table values in
489 . karray - Array to put hash table keys in
490 - varray - Array to put hash table values in
H A Dhashset.txt265 - array - Array to put hash set entries in
/petsc/src/ksp/ksp/tutorials/output/
H A Dex56_latebs-2.out29 Using parallel coarse grid solver (all coarse grid equations not put on one process)
117 Using parallel coarse grid solver (all coarse grid equations not put on one process)
215 Using parallel coarse grid solver (all coarse grid equations not put on one process)
H A Dex56_latebs.out46 Using parallel coarse grid solver (all coarse grid equations not put on one process)
211 Using parallel coarse grid solver (all coarse grid equations not put on one process)
376 Using parallel coarse grid solver (all coarse grid equations not put on one process)
/petsc/doc/changes/
H A D2028.md89 just put 0.0 into the elements that are to be zeroed. Without this
167 Also you can put anything in \{anything} as long as it is an
H A D324.md21 - Change `make docs` to put all its artifacts in `${PETSC_ARCH}-doc` instead of `doc`
H A D312.md129 missing diagonal entries. (Previously it would put 0 into any
/petsc/doc/developers/
H A Dstyle.md91 4. **Never** blindly put in a cast from a potentially longer (in number of bits) to a shorter integ…
232 12. Do not put a `*` at the beginning or end of each line of a multi-line comment.
319 This prevents the caller from having to put a `(void **)` cast in
455 06. *Never* put a function call in a `return` statement; do not write
461 07. Do *not* put a blank line immediately after `PetscFunctionBegin;`
H A Ddocumentation.md194 …(especially because they persist in the integration branches' histories). Thus we do not put images
H A Dbuildsystem.md365 `addDefine()`, and `addTypedef()` and `addPrototype()` also put
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1377 PetscInt *put; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
1379 PetscCall(PetscSegBufferGet(my_donor_faces[bc / 2], 1, &put)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1380 *put = f; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1382 PetscCall(PetscSegBufferGet(per_faces[bc / 2], 1, &put)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1383 *put = f; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
/petsc/doc/community/
H A Dmailing.md50 - Please do **not** put huge files like `configure.log` DIRECTLY into the email
/petsc/doc/manual/
H A Dtests.md129 In any sub-directory of that directory named `tests` or `tutorials` put a PETSc makefile, for examp…
H A Dgetting_started.md612 Users can also put OpenMP pragmas into their own code. However, since standard PETSc is not thread-…
653 …that runs only on the GPU, one can also access and work with (for example, put entries into) the v…
H A Dother.md443 to print a traceback. A new error handler can be put on the stack with
512 is desired one should put
/petsc/config/BuildSystem/config/
H A Dframework.py1225 todo.put(child)
1306 done.put((ret, out, emsg, child))
1335 todo.put(child)
/petsc/doc/faq/
H A Dindex.md818 ### How can I put carriage returns in `PetscPrintf()` statements from Fortran?
820 You can use the same notation as in C, just put a `\n` in the string. Note that no other C
1120 - For nonsymmetric systems put the appropriate boundary solutions in the x vector and use
1131 vector and matrix, instead taking them into account as you put the other values into the
1373 PETSc binary viewers put some additional information into `.info` files like matrix
1433 example, the compiler could choose to put the single precision numbers into the usual
1865 problem is from memory corruption you can put the macro CHKMEMQ in the code near the crash
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx423 `SF` to put under this object.
H A DDMPlex.pyx632 The local index in the cone where the point should be put.
657 The local index in the cone where the point should be put.

12