Home
last modified time | relevance | path

Searched refs:reproduce (Results 1 – 11 of 11) sorted by relevance

/petsc/share/petsc/matlab/
H A Dlaplacianlicense.txt10 * Redistributions in binary form must reproduce the above copyright
/petsc/src/binding/petsc4py/
H A DLICENSE.rst19 * Redistributions in binary form must reproduce the above copyright
/petsc/src/sys/perfstubs/
H A DLICENSE12 2. Redistributions in binary form must reproduce the above copyright notice,
/petsc/
H A DLICENSE9 * Redistributions in binary form must reproduce the above copyright notice, this
/petsc/doc/install/
H A Dlicense.md15 - Redistributions in binary form must reproduce the above copyright notice, this
81 Permission to use, reproduce, prepare derivative works, and to redistribute to others this
/petsc/doc/changes/
H A D311.md61 reproduce previous behavior change the number of smoother
/petsc/src/mat/utils/
H A Dmatstash.c76 stash->reproduce = PETSC_FALSE; in MatStashCreate_Private()
79 PetscCall(PetscOptionsGetBool(NULL, NULL, "-matstash_reproduce", &stash->reproduce, NULL)); in MatStashCreate_Private()
643 if (stash->reproduce) { in MatStashScatterGetMesg_Ref()
/petsc/doc/manual/
H A Dfe.md97 …th particular subsets of the mesh using labels and label values. We can reproduce the above proble…
H A Ddmplex.md183 including the vertices, thus being able to reproduce a cubic function)
H A Dksp.md1387 …adaptive procedure can optimize the coefficients of the interpolator to reproduce pairs of coarse/…
1399 For a multigrid cycle, the interpolator $P$ is intended to accurately reproduce "smooth" functions …
/petsc/include/petsc/private/
H A Dmatimpl.h363 PetscBool reproduce; member