Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Namespaces | Functions
ForEachIndex.hpp File Reference
#include "fub/AMReX/ViewFArrayBox.hpp"
#include "fub/ForEach.hpp"

Go to the source code of this file.

Namespaces

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

Functions

template<typename F >
void fub::amrex::ForEachIndex (const ::amrex::Box &box, F function)
 
template<typename F >
void fub::amrex::ForEachIndex (const ::amrex::Box &box, int n_components, F function)