Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 15 of 15) sorted by relevance

/petsc/src/sys/tutorials/output/
H A Dex5f90_1.out18 …c = a whole new string ; string help m…
29 …c = a whole new string ; string help m…
/petsc/
H A DCONTRIBUTING21 (a) The contribution was created in whole or in part by me and I
28 work with modifications, whether created in whole or in part
/petsc/doc/community/meetings/
H A Dmeeting.md28whole week as many amazing things are going on in Firedrake Land. The link has all details includi…
/petsc/doc/manualpages/MANSECHeaders/
H A DSensitivity10 Typical cost functions of interest may depend on the final solution to the ODE/DAE or on the whole
/petsc/doc/install/
H A Dlicense.md50 > 1. The contribution was created in whole or in part by me and I
56 > work with modifications, whether created in whole or in part
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE100 non-free programs enables many more people to use the whole GNU
172 c) You must cause the whole of the work to be licensed at no
190 These requirements apply to the modified work as a whole. If
195 distribute the same sections as part of a whole which is a work based
196 on the Library, the distribution of the whole must be on the terms of
198 entire whole, and thus to each and every part regardless of who wrote
389 and the section as a whole is intended to apply in other circumstances.
/petsc/src/mat/impls/aij/seq/mkl_pardiso/
H A Dmkl_pardiso.c353 …MatMKLPardisoScatterSchur_Private(Mat_MKL_PARDISO *mpardiso, PetscScalar *whole, PetscScalar *schu… in MatMKLPardisoScatterSchur_Private() argument
360 for (j = 0; j < mpardiso->schur_size; j++) schur[p + j] = whole[m + mpardiso->schur_idxs[j]]; in MatMKLPardisoScatterSchur_Private()
368 for (j = 0; j < mpardiso->schur_size; j++) whole[m + mpardiso->schur_idxs[j]] = schur[p + j]; in MatMKLPardisoScatterSchur_Private()
/petsc/doc/
H A Dindex.md14 … the end of the week, and we would encourage everyone to try and stay the whole week. More info at…
/petsc/doc/community/meetings/2023/
H A Dindex.md347 indices cover the whole space - this poses an indexing challenge and can
399 tokamak reactor. In the case of whole device modeling, we further consider
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMDA.pyx918 whole grid, then the next component, etc.).
/petsc/doc/manual/
H A Dts.md1334 whole trajectory to disk as binary files, each of which contains the
1363 - `-ts_trajectory_type visualization` may be used to save the whole
H A Dsnes.md788 begin, the type of subdomain updates to the whole solution are limited
H A Dksp.md1522 iterates on the whole set of degrees of freedom, allowing the use of
H A Dtao.md2834 function that is finite on the whole space. $\lambda$ is a
/petsc/doc/developers/
H A Dtesting.md628 For loops it sometimes can become onerous to run the whole test.