Home
last modified time | relevance | path

Searched refs:checkweights (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c84 PetscBool checkweights; member
119 options->checkweights = PETSC_FALSE; in ProcessOptions()
130 …ure all particle weights are positive", "ex3.c", options->checkweights, &options->checkweights, NU… in ProcessOptions()
186 if (!user->checkweights) PetscFunctionReturn(PETSC_SUCCESS); in CheckNonNegativeWeights()
H A Dex2.c157 PetscBool checkweights; member
211 options->checkweights = PETSC_FALSE; in ProcessOptions()
226 …ure all particle weights are positive", "ex2.c", options->checkweights, &options->checkweights, NU… in ProcessOptions()
423 if (!ctx->checkweights) PetscFunctionReturn(PETSC_SUCCESS); in CheckNonNegativeWeights()
H A Dex4.c212 PetscBool checkweights; // Check weight normalization member
285 options->checkweights = PETSC_FALSE; in ProcessOptions()
304 …re all particle weights are positive", __FILE__, options->checkweights, &options->checkweights, NU… in ProcessOptions()
585 if (!ctx->checkweights) PetscFunctionReturn(PETSC_SUCCESS); in CheckNonNegativeWeights()