Tests the coupling mapper class for models using facet coupling. More...
#include <config.h>
#include <iostream>
#include <dune/common/exceptions.hh>
#include <dune/common/float_cmp.hh>
#include <dune/grid/uggrid.hh>
#include <dune/alugrid/grid.hh>
#include <dune/foamgrid/foamgrid.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/cellcentered/tpfa/fvgridgeometry.hh>
#include <dumux/multidomain/facet/gridmanager.hh>
#include <dumux/multidomain/facet/couplingmapper.hh>
Tests the coupling mapper class for models using facet coupling.
Macros | |
#define | BULKGRIDTYPE Dune::UGGrid<2> |
Functions | |
template<typename Pos1 , typename Pos2 > | |
bool | checkEquality (const Pos1 &p1, const Pos2 &p2, typename Pos1::value_type eps) |
Tests whether two positions are equal. More... | |
int | main (int argc, char *argv[]) |
#define BULKGRIDTYPE Dune::UGGrid<2> |
bool checkEquality | ( | const Pos1 & | p1, |
const Pos2 & | p2, | ||
typename Pos1::value_type | eps | ||
) |
Tests whether two positions are equal.
int main | ( | int | argc, |
char * | argv[] | ||
) |