LifeV
|
Simple Fourier test with Dirichlet Boundary condition. More...
#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 "test_bdf.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main. More... | |
Simple Fourier test with Dirichlet Boundary condition.
Solve the problem
\partial_t u - \nu(t) \Delta u + sigma(t) u = f(t) u = g on the boundary u(t=0) = u0 initial condition on a cube
, and can be function of time (which implies that the matrix needs to be reassembled each time)
Purpose: Test BDF of different order
Definition in file lifev/core/testsuite/bdf/main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main.
Definition at line 77 of file lifev/core/testsuite/bdf/main.cpp.