dune-pdelab
2.0.0
|
Parameter class for the Newmark-β scheme. More...
#include <dune/pdelab/multistep/parameter.hh>
Public Types | |
typedef value_type | value_type |
export type of the parameters More... | |
Public Member Functions | |
NewmarkBetaParameters (value_type beta) | |
virtual unsigned | steps () const |
Return number of steps of the method. More... | |
virtual value_type | alpha (int step, int deriv) const |
Return alpha coefficients. More... | |
virtual std::string | name () const |
Return name of the scheme. More... | |
Static Public Attributes | |
static const unsigned | order |
Order of the problems this method is apropriate for. More... | |
Parameter class for the Newmark-β scheme.
value_type | C++ type of the floating point parameters |
|
inherited |
export type of the parameters
|
inline |
References s.
|
inlinevirtual |
Return alpha coefficients.
Return :
Implements Dune::PDELab::MultiStepParameterInterface< value_type, 2 >.
|
inlinevirtual |
Return name of the scheme.
Implements Dune::PDELab::MultiStepParameterInterface< value_type, 2 >.
|
inlinevirtual |
Return number of steps of the method.
Implements Dune::PDELab::MultiStepParameterInterface< value_type, 2 >.
|
staticinherited |
Order of the problems this method is apropriate for.