LifeV
lifev/core/testsuite/bdf/main.cpp File Reference

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"
+ Include dependency graph for lifev/core/testsuite/bdf/main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main. More...
 

Detailed Description

Simple Fourier test with Dirichlet Boundary condition.

Author
Umberto Villa uvill.nosp@m.a@em.nosp@m.ory.e.nosp@m.du
Date
14-04-2010

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.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main.

Definition at line 77 of file lifev/core/testsuite/bdf/main.cpp.