Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex17.c31 static const char *const JacobianTypes[] = {"analytic", "fd_coloring", "fd_full", "JacobianType", "… variable
111 …PetscCall(PetscOptionsEnum("-jac_type", "Type of Jacobian", "", JacobianTypes, (PetscEnum)jacType,… in main()
H A Dex10.c28 static const char *const JacobianTypes[] = {"ANALYTIC", "MATRIXFREE", "FD_COLORING", "FD_FULL", "Ja… variable
1026 …OptionsEnum("-rd_jacobian", "Type of finite difference Jacobian", "", JacobianTypes, (PetscEnum)rd… in RDCreate()