Lines Matching refs:N_SPECIES
40 #define N_SPECIES 3 macro
44 #define stoich(i, j) ctx->stoichiometry[N_SPECIES * i + j]
47 PetscScalar sp[N_SPECIES];
53 PetscReal stoichiometry[N_SPECIES * N_REACTIONS];
90 for (j = 0; j < N_SPECIES; j++) stoich(i, j) = 0.; in SetFromOptions()
98 PetscInt as = N_SPECIES; in SetFromOptions()
108 as = N_SPECIES; in SetFromOptions()
129 …M_BOUNDARY_NONE, DMDA_STENCIL_STAR, -4, -4, PETSC_DECIDE, PETSC_DECIDE, N_SPECIES, 1, NULL, NULL, … in main()
174 for (l = 0; l < N_SPECIES; l++) { in FormInitialGuess()
216 for (l = 0; l < N_SPECIES; l++) { in FormIFunctionLocal()
266 for (l = 0; l < N_SPECIES; l++) { in FormIFunctionLocal()
273 for (l = 0; l < N_SPECIES; l++) { in FormIFunctionLocal()
281 PetscCall(PetscLogFlops((N_SPECIES * (28.0 + 13.0 * N_REACTIONS)) * info->ym * info->xm)); in FormIFunctionLocal()
306 for (l = 0; l < N_SPECIES; l++) { in ReactingFlowPostCheck()