Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/tutorials/
H A Dex1.c17 PetscCall(PetscStrncpy(typeString, DMFOREST, 256)); in main()
19 …PetscCall(PetscOptionsString("-dm_type", "The type of the dm", NULL, DMFOREST, typeString, sizeof(… in main()
/petsc/doc/manualpages/MANSECHeaders/
H A DDMForest1 # A Forest of Trees and Structured Adaptive Refinement (DMFOREST)
3 The `DMFOREST` subclass of `DM` encapsulates an octree mesh, with interfaces for both topology and …
/petsc/doc/overview/
H A Ddiscrete_table.md27 - ``DMFOREST``
H A Dnutshell.md48 - Quad or octree grids, `DMFOREST`.
/petsc/src/dm/interface/
H A Ddmregall.c55 PetscCall(DMRegister(DMFOREST, DMCreate_Forest)); in DMRegisterAll()
/petsc/doc/manual/
H A Ddmbase.md16 …methods (`DMPLEX` -- {any}`ch_unstructured`), PDEs on quad and octree-grids (`DMFOREST`), models on
H A Dfe.md13 …oftware already exists. First, we tell the `DM`, usually a `DMPLEX` or `DMFOREST`, that we have a …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi15 PetscDMType DMFOREST
H A DDM.pyx14 FOREST = S_(DMFOREST)
/petsc/include/
H A Dpetscdm.h42 #define DMFOREST "forest" macro
/petsc/src/dm/impls/forest/
H A Dforest.c37 PetscCall(DMForestRegisterType(DMFOREST)); in DMForestPackageInitialize()