PetscDSSetBdJacobian#

Set the pointwise boundary Jacobian function for given test and basis field

Synopsis#

Not Collective

Input Parameters#

  • ds - The PetscDS

  • f - The test field number

  • g - The field number

  • g0 - integrand for the test and basis function term, see PetscBdPointJacFn

  • g1 - integrand for the test function and basis function gradient term, see PetscBdPointJacFn

  • g2 - integrand for the test function gradient and basis function term, see PetscBdPointJacFn

  • g3 - integrand for the test function gradient and basis function gradient term, see PetscBdPointJacFn

Note#

We are using a first order FEM model for the weak form:

\[ \int_\Gamma \phi\, {\vec g}_0(u, u_t, \nabla u, x, t) \cdot \hat n \psi + \phi\, {\vec g}_1(u, u_t, \nabla u, x, t) \cdot \hat n \nabla \psi + \nabla\phi \cdot {\vec g}_2(u, u_t, \nabla u, x, t) \cdot \hat n \psi + \nabla\phi \cdot {\overleftrightarrow g}_3(u, u_t, \nabla u, x, t) \cdot \hat n \cdot \nabla \psi \]

See Also#

PetscDS, PetscBdPointJacFn, PetscDSGetBdJacobian()

Level#

intermediate

Location#

src/dm/dt/interface/dtds.c


Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages