Peano
Loading...
Searching...
No Matches
KernelVariants.h
Go to the documentation of this file.
1
// This file is part of the ExaHyPE2 project. For conditions of distribution and
2
// use, please see the copyright notice at www.peano-framework.org
3
#pragma once
4
5
6
7
namespace
exahype2
{
8
namespace
fd {
9
namespace
fd4 {
10
enum class
DifferentialSourceTermVariant
{
11
CentralDifferences
,
12
CentralDifferencesWithLopsidedAdvection
,
13
CentralDifferencesWithLimiter
,
14
CentralDifferencesWithLimiterAndLopsidedAdvection
15
};
16
}
17
}
18
}
19
exahype2::fd::fd4::DifferentialSourceTermVariant
DifferentialSourceTermVariant
Definition
KernelVariants.h:10
exahype2::fd::fd4::DifferentialSourceTermVariant::CentralDifferencesWithLimiter
@ CentralDifferencesWithLimiter
exahype2::fd::fd4::DifferentialSourceTermVariant::CentralDifferencesWithLimiterAndLopsidedAdvection
@ CentralDifferencesWithLimiterAndLopsidedAdvection
exahype2::fd::fd4::DifferentialSourceTermVariant::CentralDifferences
@ CentralDifferences
exahype2::fd::fd4::DifferentialSourceTermVariant::CentralDifferencesWithLopsidedAdvection
@ CentralDifferencesWithLopsidedAdvection
exahype2
For the generic kernels that I use here most of the time.
Definition
CellAccess.h:13
src
exahype2
fd
fd4
KernelVariants.h
Generated on Fri Apr 25 2025 14:59:40 for Peano by
1.10.0