LifeV
lifev/core/testsuite/adr_assembler/1d/main.cpp File Reference
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/algorithm/PreconditionerIfpack.hpp>
#include <lifev/core/algorithm/PreconditionerML.hpp>
#include <lifev/core/algorithm/SolverAztecOO.hpp>
#include <lifev/core/algorithm/LinearSolver.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/fem/BCManage.hpp>
#include <lifev/core/mesh/RegionMesh1DStructured.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/solver/ADRAssembler.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_XMLParameterListHelpers.hpp>
#include <Teuchos_RCP.hpp>
+ Include dependency graph for lifev/core/testsuite/adr_assembler/1d/main.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{main.cpp}
 

Functions

Real exactSolution (const Real &, const Real &x, const Real &, const Real &, const ID &)
 
Real fRhs (const Real &, const Real &x, const Real &, const Real &, const ID &)
 
int main (int argc, char *argv[])
 

Variables

static bool regIF = (PRECFactory::instance().registerProduct ( "Ifpack", &createIfpack ) )
 
static bool regML = (PRECFactory::instance().registerProduct ( "ML", &createML ) )
 

Detailed Description

Author
Date

Definition in file lifev/core/testsuite/adr_assembler/1d/main.cpp.

Function Documentation

◆ exactSolution()

Real exactSolution ( const Real ,
const Real x,
const Real ,
const Real ,
const ID  
)

◆ fRhs()

Real fRhs ( const Real ,
const Real x,
const Real ,
const Real ,
const ID  
)

◆ main()

int main ( int  argc,
char *  argv[] 
)