Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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
12using namespace std;
13
14template <MInt nDim, class SysEqn>
16 PostData<nDim>* data,
18 : PostProcessingInterface(postprocessingId_),
19 PostProcessing<nDim, PostProcessingDg<nDim, SysEqn>>(postprocessingId_, data) {
20 m_ppSolver = ppSolver_;
21}
22
Definition: postdata.h:23
SolverType * m_ppSolver
PostProcessingDg(MInt postprocessingId_, PostData< nDim > *data, SolverType *ppSolver_)
int32_t MInt
Definition: maiatypes.h:62