Searched refs:checkweights (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 84 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 D | ex2.c | 157 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 D | ex4.c | 212 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()
|