Home
last modified time | relevance | path

Searched refs:integrand (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c222 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 D312.md200 - Changed the APIs for integrand evaluations and corresponding
/petsc/doc/manual/
H A Dts.md1196 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 Dguide_to_stokes.md57integrand is determined by the physics. Given a quadrature rule to evaluate the form integral, we …