Searched refs:DMFOREST (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/dm/impls/forest/tutorials/ |
| H A D | ex1.c | 17 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 D | DMForest | 1 # 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 D | discrete_table.md | 27 - ``DMFOREST``
|
| H A D | nutshell.md | 48 - Quad or octree grids, `DMFOREST`.
|
| /petsc/src/dm/interface/ |
| H A D | dmregall.c | 55 PetscCall(DMRegister(DMFOREST, DMCreate_Forest)); in DMRegisterAll()
|
| /petsc/doc/manual/ |
| H A D | dmbase.md | 16 …methods (`DMPLEX` -- {any}`ch_unstructured`), PDEs on quad and octree-grids (`DMFOREST`), models on
|
| H A D | fe.md | 13 …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 D | petscdm.pxi | 15 PetscDMType DMFOREST
|
| H A D | DM.pyx | 14 FOREST = S_(DMFOREST)
|
| /petsc/include/ |
| H A D | petscdm.h | 42 #define DMFOREST "forest" macro
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 37 PetscCall(DMForestRegisterType(DMFOREST)); in DMForestPackageInitialize()
|