MAIA
bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
postprocessingdg.cpp
Go to the documentation of this file.
1
// Copyright (C) 2024 The m-AIA AUTHORS
2
//
3
// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4
//
5
// SPDX-License-Identifier: LGPL-3.0-only
6
7
#include "
postprocessingdg.h
"
8
//#include "postprocessing.h"
9
#include "
postdata.h
"
10
#include "
postprocessing.cpp
"
11
12
using namespace
std;
13
14
template
<MInt nDim,
class
SysEqn>
15
PostProcessingDg<nDim, SysEqn>::PostProcessingDg
(
MInt
postprocessingId_,
16
PostData<nDim>
* data,
17
DgCartesianSolver<nDim, SysEqn>
* ppSolver_)
18
:
PostProcessingInterface
(postprocessingId_),
19
PostProcessing
<nDim,
PostProcessingDg
<nDim, SysEqn>>(postprocessingId_, data) {
20
m_ppSolver
= ppSolver_;
21
}
22
23
template
class
PostProcessingDg<2, DgSysEqnAcousticPerturb<2>
>;
24
template
class
PostProcessingDg<3, DgSysEqnAcousticPerturb<3>
>;
25
template
class
PostProcessingDg<2, DgSysEqnLinearScalarAdv<2>
>;
26
template
class
PostProcessingDg<3, DgSysEqnLinearScalarAdv<3>
>;
DgCartesianSolver
Definition:
dgcartesiansolver.h:44
PostData
Definition:
postdata.h:23
PostProcessingDg
Definition:
postprocessingdg.h:23
PostProcessingDg::m_ppSolver
SolverType * m_ppSolver
Definition:
postprocessingdg.h:43
PostProcessingDg::PostProcessingDg
PostProcessingDg(MInt postprocessingId_, PostData< nDim > *data, SolverType *ppSolver_)
Definition:
postprocessingdg.cpp:15
PostProcessing
Definition:
postprocessing.h:85
PostProcessingInterface
Definition:
postprocessing.h:60
MInt
int32_t MInt
Definition:
maiatypes.h:62
postdata.h
postprocessing.cpp
postprocessingdg.h
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
POST
postprocessingdg.cpp
Generated on Sun Jun 16 2024 23:45:09 for MAIA by
1.9.5