My Project
lens_immiscible_ecfv_ad_cu1.cc File Reference

This test is identical to the simulation of the lens problem that uses the element centered finite volume discretization in conjunction with automatic differentiation (lens_immiscible_ecfv_ad). More...

#include "config.h"
#include "lens_immiscible_ecfv_ad.hh"
#include <opm/models/utils/start.hh>
#include <opm/simulators/linalg/parallelbicgstabbackend.hh>

Functions

int mainCU1 (int argc, char **argv)
 

Detailed Description

This test is identical to the simulation of the lens problem that uses the element centered finite volume discretization in conjunction with automatic differentiation (lens_immiscible_ecfv_ad).

The only difference is that it uses multiple compile units in order to ensure that eWoms code can be used within libraries that use the same type tag within multiple compile units. This file represents the first compile unit and just defines an startup function for the simulator.