Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/ !
H A Dex11.c164 PetscInt rhsOrder; /* the polynomial order for the right-hand side */ member
177 options->rhsOrder = 1; in ProcessOptions()
186 …the approximation of the right-hand side", __FILE__, options->rhsOrder, &options->rhsOrder, NULL)); in ProcessOptions()
195 …m, " right-hand side: %s, order %" PetscInt_FMT "\n", rhsTypes[options->rhs], options->rhsOrder)); in ProcessOptions()
273 …PetscCall(PetscFECreateLagrangeByCell(PETSC_COMM_SELF, dim, 1, ct, user->rhsOrder, PETSC_DETERMINE… in SetupProblem()