Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions
MultiBlockBoundary2.hpp File Reference
#include "fub/AMReX/multi_block/MultiBlockBoundary.hpp"
#include "fub/Direction.hpp"
#include "fub/Duration.hpp"
#include "fub/PatchDataView.hpp"
#include <AMReX.H>
#include <AMReX_MultiFab.H>
#include <vector>

Go to the source code of this file.

Classes

struct  fub::amrex::MultiBlockBoundaryBase
 
struct  fub::amrex::MultiBlockBoundaryWrapper< Boundary >
 
class  fub::amrex::AnyMultiBlockBoundary
 
struct  fub::amrex::MultiBlockBoundary2< TubeEquation, PlenumEquation >
 

Namespaces

 fub
 The fub namespace.
 
 fub::amrex
 The amrex namespace.
 

Functions

template<typename TubeEquation , typename PlenumEquation >
void fub::amrex::ReduceStateDimension (TubeEquation &tube_equation, Complete< TubeEquation > &dest, PlenumEquation &, const Conservative< PlenumEquation > &src)
 
template<typename PlenumEquation , typename TubeEquation >
void fub::amrex::EmbedState (PlenumEquation &plenum_equation, Complete< PlenumEquation > &dest, TubeEquation &, const Conservative< TubeEquation > &src)