40 #ifndef _BDF_NS_TEMPLATE_H 41 #define _BDF_NS_TEMPLATE_H 47 #include <lifev/core/filter/GetPot.hpp> 48 #include <lifev/core/fem/TimeAdvanceBDF.hpp> 145 template<
typename VectorType>
153 template<
typename VectorType>
158 M_bdfPressure.setup ( std::max ( UInt ( 1 ), order - 1 ), 1 );
164 template<
typename VectorType>
168 std::cout <<
" *** Bdf velocity: " << std::endl;
170 std::cout <<
" *** Bdf pressure: " << std::endl;
VectorEpetra - The Epetra Vector format Wrapper.
TimeAdvanceBDF< VectorType > & bdfPressure()
The method returns the Bdf pressure.
void setup(const UInt order)
Setup the bdf velocity and the bdf pressure.
TimeAdvanceBDF< VectorType > M_bdfPressure
Bdf pressure.
TimeAdvanceBDF< VectorType > M_bdfVelocity
Bdf velocity.
TimeAdvanceBDFNavierStokes()
Constructor.
TimeAdvanceBDF< VectorType > & bdfVelocity()
The method returns the Bdf velocity.
~TimeAdvanceBDFNavierStokes()
Destructor.
class TimeAdvanceBDF - Backward differencing formula time discretization for the first and the second...
void showMe() const
Show the contents of the object.
uint32_type UInt
generic unsigned integer (used mainly for addressing)