Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex55k.kokkos.cxx31 KOKKOS_INLINE_FUNCTION PetscErrorCode MMSForcing1(PetscReal user_param, const DMDACoor2d *c, PetscS… in MMSForcing1() argument
34 f[0] = 2 * x * (1 - x) + 2 * y * (1 - y) - user_param * PetscExpReal(x * (1 - x) * y * (1 - y)); in MMSForcing1()
42 PetscReal user_param = user->param; in FormFunctionLocalVec() local
104 static_cast<void>(MMSForcing1(user_param, &c, &mms_forcing)); in FormFunctionLocalVec()