chombo-discharge
Loading...
Searching...
No Matches
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
27{
29 PetscInt localRow;
30
32 IntVect gridCell;
33};
34
35#include <CD_NamespaceFooter.H>
36
37#endif
Mapping between a PETSc local row index and an AMR grid cell.
Definition CD_PetscDOF.H:27
PetscInt localRow
Local PETSc row index.
Definition CD_PetscDOF.H:29
IntVect gridCell
AMR grid cell associated with this DOF.
Definition CD_PetscDOF.H:32