Home
last modified time | relevance | path

Searched defs:box (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/ksp/tutorials/amrex/
H A DinitEB.cxx23 EB2::BoxIF box({AMREX_D_DECL(0.25, 0.25, 0.25)}, {AMREX_D_DECL(0.75, 0.75, 0.75)}, false); in initializeEB() local
35 EB2::BoxIF box({AMREX_D_DECL(0.25, 0.75, 0.5)}, {AMREX_D_DECL(0.75, 0.8, 0.75)}, false); in initializeEB() local
/petsc/src/vec/vec/utils/tagger/impls/
H A Dabsolute.c36 PetscErrorCode VecTaggerAbsoluteSetBox(VecTagger tagger, VecTaggerBox box[]) in VecTaggerAbsoluteSetBox()
58 PetscErrorCode VecTaggerAbsoluteGetBox(VecTagger tagger, const VecTaggerBox *box[]) in VecTaggerAbsoluteGetBox()
H A Drelative.c70 PetscErrorCode VecTaggerRelativeSetBox(VecTagger tagger, VecTaggerBox box[]) in VecTaggerRelativeSetBox()
92 PetscErrorCode VecTaggerRelativeGetBox(VecTagger tagger, const VecTaggerBox *box[]) in VecTaggerRelativeGetBox()
H A Dsimple.h5 VecTaggerBox *box; member
H A Dsimple.c82 PetscErrorCode VecTaggerSetBox_Simple(VecTagger tagger, VecTaggerBox *box) in VecTaggerSetBox_Simple()
100 PetscErrorCode VecTaggerGetBox_Simple(VecTagger tagger, const VecTaggerBox **box) in VecTaggerGetBox_Simple()
H A Dcdf.c543 PetscErrorCode VecTaggerCDFSetBox(VecTagger tagger, VecTaggerBox box[]) in VecTaggerCDFSetBox()
566 PetscErrorCode VecTaggerCDFGetBox(VecTagger tagger, const VecTaggerBox *box[]) in VecTaggerCDFGetBox()
/petsc/src/dm/impls/moab/tests/
H A Dex1.cxx66 moab::ScdBox *box; in CreateMesh() local
/petsc/src/vec/vec/utils/tagger/interface/
H A Dtagger.c455 VecTaggerBox box; in VecTaggerComputeIS_FromBoxes() local
/petsc/src/dm/impls/plex/tests/
H A Dex47.c388 …PetscBool box = PETSC_FALSE, field = PETSC_FALSE, quadsmesh = PETSC_FALSE, trisquadsmesh = … in main() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c688 static PetscErrorCode PetscGridHashInitialize_Internal(PetscGridHash box, PetscInt dim, const Petsc… in PetscGridHashInitialize_Internal()
698 …ode PetscGridHashCreate(MPI_Comm comm, PetscInt dim, const PetscScalar point[], PetscGridHash *box) in PetscGridHashCreate()
706 PetscErrorCode PetscGridHashEnlarge(PetscGridHash box, const PetscScalar point[]) in PetscGridHashEnlarge()
718 static PetscErrorCode DMPlexCreateGridHash(DM dm, PetscGridHash *box) in DMPlexCreateGridHash()
759 PetscErrorCode PetscGridHashSetGrid(PetscGridHash box, const PetscInt n[], const PetscReal h[]) in PetscGridHashSetGrid()
801 PetscErrorCode PetscGridHashGetEnclosingBox(PetscGridHash box, PetscInt numPoints, const PetscScala… in PetscGridHashGetEnclosingBox()
849 static PetscErrorCode PetscGridHashGetEnclosingBoxQuery(PetscGridHash box, PetscSection cellSection… in PetscGridHashGetEnclosingBoxQuery()
879 PetscErrorCode PetscGridHashDestroy(PetscGridHash *box) in PetscGridHashDestroy()
1072 const PetscInt box = (k * lbox->n[1] + j) * lbox->n[0] + i; in DMPlexComputeGridHash_Internal() local
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c20 XRectangle box; in PetscDrawSetViewport_X() local