Backwards Differentiation Formula (BDF)
Introduced in CS370.
BDF1 = Backward Euler
- the number indicates the order of global error
BDF2 uses current and previous step data:
BDF2 has local truncation error , and is a multi-step scheme.
Introduced in CS370.
BDF1 = Backward Euler
BDF2 uses current and previous step data:
BDF2 has local truncation error , and is a multi-step scheme.