Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Ddestroy.c120 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 Dbm.c237 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 Dbag.c761 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 Discoloring.c112 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 Dvector.c1872 PetscErrorCode VecStashViewFromOptions(Vec obj, PetscObject bobj, const char optionname[]) in VecStashViewFromOptions() argument
1880 prefix = bobj ? bobj->prefix : ((PetscObject)obj)->prefix; in VecStashViewFromOptions()