Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions
AMReX/cutcell/FluxMethod.hpp File Reference
#include "fub/Direction.hpp"
#include "fub/Duration.hpp"
#include "fub/ext/omp.hpp"
#include "fub/AMReX/ForEachFab.hpp"
#include "fub/AMReX/cutcell/IntegratorContext.hpp"
#include "fub/AMReX/cutcell/tagging_method/TagBuffer.hpp"
#include <AMReX_EBAmrUtil.H>
#include <memory>

Go to the source code of this file.

Classes

class  fub::amrex::cutcell::FluxMethod< Tag, Base >
 

Namespaces

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

Functions

inline ::amrex::Vector< std::string > fub::amrex::cutcell::AddPrefix (const ::amrex::Vector< std::string > &names, const std::string &prefix)
 
template<typename F >
 fub::amrex::cutcell::FluxMethod (F &&) -> FluxMethod< execution::OpenMpSimdTag, std::decay_t< F >>
 
template<typename Tag , typename FM >
 fub::amrex::cutcell::FluxMethod (Tag, FM &&) -> FluxMethod< Tag, std::decay_t< FM >>