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 "timeAdvance.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 94 of file lifev/structure/testsuite/time_advance_ii/main.cpp.