LifeV
|
#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 "darcy.hpp"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{main.cpp} | |
Functions | |
int | main (int argc, char *argv[]) |
Main. More... | |
Variables | |
static bool | regIF = (PRECFactory::instance().registerProduct ( "Ifpack", &createIfpack ) ) |
static bool | regML = (PRECFactory::instance().registerProduct ( "ML", &createML ) ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main.
Definition at line 76 of file lifev/darcy/testsuite/basic_test/2d/main.cpp.