chombo-discharge
Loading...
Searching...
No Matches
Source
AmrMesh
CD_PetscDOF.H
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3
*
4
* SPDX-License-Identifier: GPL-3.0-or-later
5
*/
6
13
#ifndef CD_PETSCDOF_H
14
#define CD_PETSCDOF_H
15
16
// Chombo includes
17
#include <IntVect.H>
18
#include <DataIndex.H>
19
20
// Our includes
21
#include <CD_NamespaceHeader.H>
22
26
struct
PetscDOF
27
{
29
PetscInt
localRow
;
30
32
IntVect
gridCell
;
33
};
34
35
#include <CD_NamespaceFooter.H>
36
37
#endif
TracerParticleSolver
Base class for a tracer particle solver. This solver can advance particles in a pre-defined velocity ...
Definition
CD_TracerParticleSolver.H:38
PetscDOF
Mapping between a PETSc local row index and an AMR grid cell.
Definition
CD_PetscDOF.H:27
PetscDOF::localRow
PetscInt localRow
Local PETSc row index.
Definition
CD_PetscDOF.H:29
PetscDOF::gridCell
IntVect gridCell
AMR grid cell associated with this DOF.
Definition
CD_PetscDOF.H:32
Generated by
1.9.8