Searched refs:integrand (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 222 PetscScalar integrand = 0.; in PetscFEIntegrate_Basic() local 244 …f_x, u, NULL, u_x, aOff, aOff_x, a, NULL, a_x, 0.0, fegeom.v, numConstants, constants, &integrand); in PetscFEIntegrate_Basic() 245 integrand *= w; in PetscFEIntegrate_Basic() 246 integral[e * Nf + field] += integrand; in PetscFEIntegrate_Basic() 329 PetscScalar integrand = 0.; in PetscFEIntegrateBd_Basic() local 378 …LL, u_x, aOff, aOff_x, a, NULL, a_x, 0.0, fegeom.v, fegeom.n, numConstants, constants, &integrand); in PetscFEIntegrateBd_Basic() 379 integrand *= w; in PetscFEIntegrateBd_Basic() 380 integral[e * Nf + field] += integrand; in PetscFEIntegrateBd_Basic() 381 …cPrintf(PETSC_COMM_SELF, " int: %g tot: %g\n", (double)PetscRealPart(integrand), (double)PetscR… in PetscFEIntegrateBd_Basic()
|
| /petsc/doc/changes/ |
| H A D | 312.md | 200 - Changed the APIs for integrand evaluations and corresponding
|
| /petsc/doc/manual/ |
| H A D | ts.md | 1196 and provide the ODE RHS function (which evaluates the integrand 1203 Similar to the settings for the original ODE, Jacobians of the integrand 1285 integrand $r=c \left( \max(0, \phi - \phi_S ) \right)^2$,
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 57 …integrand is determined by the physics. Given a quadrature rule to evaluate the form integral, we …
|