Home
last modified time | relevance | path

Searched defs:rp (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/petsc/
H A Dbps.c55 static PetscErrorCode RunWithDM(RunParams rp, DM dm, const char *ceed_resource) { in RunWithDM()
319 static PetscErrorCode Run(RunParams rp, PetscInt num_resources, char *const *ceed_resources, PetscI… in Run()
353 RunParams rp; in main() local
/libCEED/examples/petsc/src/
H A Dpetscutils.c412 PetscErrorCode CreateDistributedDM(RunParams rp, DM *dm) { in CreateDistributedDM()