Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscbag.h47 PETSC_EXTERN PetscErrorCode PetscBagRegisterInt(PetscBag, void *, PetscInt, const char *, const cha…
/petsc/src/dm/tutorials/
H A Dex7.c57 PetscCall(PetscBagRegisterInt(bag, &params->ia, 5, "param_2", "The second parameter")); in main()
/petsc/src/sys/tutorials/
H A Dex5.c77 PetscCall(PetscBagRegisterInt(bag, &params->Ii, 2, "modes_x", "Number of modes in x-direction")); in main()
H A Dex5f90.F9068 PetscCallA(PetscBagRegisterInt(bag, data%nxc, int56, 'nxc', 'nxc_variable help message', ierr))
/petsc/src/sys/classes/bag/
H A Dbag.c199 PetscErrorCode PetscBagRegisterInt(PetscBag bag, void *addr, PetscInt mdefault, const char *name, c… in PetscBagRegisterInt() function
/petsc/src/snes/tutorials/
H A Dex69.c3018 PetscCall(PetscBagRegisterInt(bag, &p->n, 1, "n", "x-wavelength for forcing variation")); in SetUpParameters()
3019 PetscCall(PetscBagRegisterInt(bag, &p->m, 1, "m", "z-wavelength for forcing variation")); in SetUpParameters()
3024 PetscCall(PetscBagRegisterInt(bag, &p->n, 1, "n", "x-wavelength for forcing variation")); in SetUpParameters()
3025 PetscCall(PetscBagRegisterInt(bag, &p->m, 1, "m", "z-wavelength for forcing variation")); in SetUpParameters()