3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Functions | Variables
test_tabulation.cc File Reference

This is a program to test the tabulation class for of individual components. More...

#include <config.h>
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/tabulatedcomponent.hh>

Description

This is a program to test the tabulation class for of individual components.

It either prints "success" or "error", it does not do anything else.

Functions

template<class Scalar >
void isSame (const char *str, Scalar v, Scalar vRef, Scalar tol=1e-3)
 
int main ()
 

Variables

bool success
 

Function Documentation

◆ isSame()

template<class Scalar >
void isSame ( const char *  str,
Scalar  v,
Scalar  vRef,
Scalar  tol = 1e-3 
)

◆ main()

int main ( )

Variable Documentation

◆ success

bool success
Include dependency graph for test_tabulation.cc: