Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h708 DMForestTopology topoName; in DMSetUp_pforest() local
720 PetscCall(DMForestGetTopology(dm, &topoName)); in DMSetUp_pforest()
721 …PetscCheck(adaptFrom || base || topoName, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONGSTA… in DMSetUp_pforest()
734 PetscCall(DMForestGetTopology(dm, &topoName)); in DMSetUp_pforest()
738 PetscCall(PetscObjectGetName((PetscObject)base, &topoName)); in DMSetUp_pforest()
739 PetscCall(DMForestSetTopology(dm, topoName)); in DMSetUp_pforest()
793 geom->name = topoName; in DMSetUp_pforest()
849 PetscCall(DMFTopologyCreate_pforest(dm, topoName, &topo)); in DMSetUp_pforest()