Chombo + EB + MF
3.2
src
HOMappedConservation
computeMappedNewDt.H
Go to the documentation of this file.
1
#ifdef CH_LANG_CC
2
/*
3
* _______ __
4
* / ___/ / ___ __ _ / / ___
5
* / /__/ _ \/ _ \/ V \/ _ \/ _ \
6
* \___/_//_/\___/_/_/_/_.__/\___/
7
* Please refer to Copyright.txt, in Chombo's root directory.
8
*/
9
#endif
10
11
#ifndef _COMPUTEMAPPEDNEWDT_H_
12
#define _COMPUTEMAPPEDNEWDT_H_
13
14
#include "
MultiBlockCoordSys.H
"
15
#include "
LevelData.H
"
16
#include "
FluxBox.H
"
17
18
#include "NamespaceHeader.H"
19
20
// helper function to compute max save dt for advection
21
Real
computeMappedNewDt
(
const
LevelData<FluxBox>
& a_faceVel,
22
const
MultiBlockCoordSys
* a_coordSysPtr,
23
Real
a_cfl);
24
25
26
#include "NamespaceFooter.H"
27
28
#endif
computeMappedNewDt
Real computeMappedNewDt(const LevelData< FluxBox > &a_faceVel, const MultiBlockCoordSys *a_coordSysPtr, Real a_cfl)
MultiBlockCoordSys.H
LevelData< FluxBox >
Real
double Real
Definition:
REAL.H:33
MultiBlockCoordSys
virtual interface class encapsulating multi-block mapping API
Definition:
MultiBlockCoordSys.H:34
FluxBox.H
LevelData.H
Generated by
1.8.13