Searched refs:assumed (Results 1 – 13 of 13) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | cupmatomics.hpp | 128 ullint old = *address_as_ull, assumed; in operator ()() 130 assumed = old; in operator ()() 131 …old = atomicCAS(address_as_ull, assumed, __double_as_longlong(val + __longlong_as_double(assum… in operator ()() 133 } while (assumed != old); in operator ()() 148 int old = *address_as_int, assumed; in operator ()() 150 assumed = old; in operator ()() 151 old = atomicCAS(address_as_int, assumed, __float_as_int(val + __int_as_float(assumed))); in operator ()() 153 } while (assumed != old); in operator ()() 183 ullint old = *address_as_ull, assumed; in atomicMult() local 185 assumed = old; in atomicMult() [all …]
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMDA | 4 …e through the `PCTELESCOPE` object. A piecewise linear discretization is assumed for operations wh…
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 74 grep -v "object file assumed" | \ 119 grep -v "object file assumed" | \
|
| /petsc/doc/manual/ |
| H A D | section.md | 40 If `ndof` is not set for a mesh point, it is assumed to be 0. 195 …cSectionSetUp()` is called, the data laid out in the associated array is assumed to be in the same…
|
| H A D | fortran.md | 407 it is assumed that this
|
| H A D | snes.md | 717 map. We describe the “get” operations here, and it can be assumed that
|
| H A D | tao.md | 506 Inequality constraints are assumed to be formulated as $c_i(x) \geq 0$ 2427 dictionary is provided, the dictionary is assumed to be an identity
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 4663 /* ASCII is assumed - ZCODE is the ASCII code of either lower o 4676 /* EBCDIC is assumed - ZCODE is the EBCDIC code of either lower 4691 /* ASCII is assumed, on Prime machines - ZCODE is the ASCII cod
|
| /petsc/doc/developers/ |
| H A D | testing.md | 149 with `Error:`, then the test is assumed to be testing the `stderr` output, and the 282 Here the output for each `-matload_block_size` value is assumed to be
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMSwarm.pyx | 693 If set to `True`, it is assumed that coordinates are only valid on
|
| H A D | IS.pyx | 826 The index set is assumed to be of type `IS.Type.GENERAL`.
|
| /petsc/doc/faq/ |
| H A D | index.md | 1610 ### I get the error message: Actual argument at (1) to assumed-type dummy is of derived type with t…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 327 (inert/assumed? #t) 332 (inert/assumed-species ("co2" "h2o" "n2")) 333 (inert/assumed-comp (0.19110313 0.088028589 0.72086828))
|