Searched refs:bobj (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | destroy.c | 120 PetscErrorCode PetscObjectViewFromOptions(PetscObject obj, PetscObject bobj, const char optionname[… in PetscObjectViewFromOptions() argument 130 if (bobj) PetscValidHeader(bobj, 2); in PetscObjectViewFromOptions() 133 prefix = bobj ? bobj->prefix : obj->prefix; in PetscObjectViewFromOptions()
|
| /petsc/src/sys/classes/bm/interfaces/ |
| H A D | bm.c | 237 PetscErrorCode PetscBenchViewFromOptions(PetscBench bm, PetscObject bobj, const char optionname[]) in PetscBenchViewFromOptions() argument 241 PetscCall(PetscObjectViewFromOptions((PetscObject)bm, bobj, optionname)); in PetscBenchViewFromOptions()
|
| /petsc/src/sys/classes/bag/ |
| H A D | bag.c | 761 PetscErrorCode PetscBagViewFromOptions(PetscBag bag, PetscObject bobj, const char optionname[]) in PetscBagViewFromOptions() argument 773 if (bobj) PetscCall(PetscObjectGetOptionsPrefix(bobj, &bprefix)); in PetscBagViewFromOptions() 774 prefix = bobj ? bprefix : bag->bagprefix; in PetscBagViewFromOptions()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 112 PetscErrorCode ISColoringViewFromOptions(ISColoring obj, PetscObject bobj, const char optionname[]) in ISColoringViewFromOptions() argument 120 prefix = bobj ? bobj->prefix : NULL; in ISColoringViewFromOptions()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1872 PetscErrorCode VecStashViewFromOptions(Vec obj, PetscObject bobj, const char optionname[]) in VecStashViewFromOptions() argument 1880 prefix = bobj ? bobj->prefix : ((PetscObject)obj)->prefix; in VecStashViewFromOptions()
|