PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
Bdf.h File Reference

BDF (Backward Differentiation Formula) time integration scheme. More...

#include "pbat/Aliases.h"
#include "pbat/common/Concepts.h"
#include "pbat/common/ConstexprFor.h"
#include "pbat/common/Modulo.h"
#include "pbat/io/Archive.h"
#include <cassert>
#include <exception>
#include <tuple>
#include "pbat/warning/Push.h"
#include "pbat/warning/SignConversion.h"
#include "pbat/warning/Pop.h"

Go to the source code of this file.

Classes

class  pbat::sim::integration::Bdf< TScalar, TIndex >
 BDF (Backward Differentiation Formula) time integration scheme for a system of ODEs for an initial value problem (IVP) More...
 

Namespaces

namespace  pbat
 The main namespace of the library.
 
namespace  pbat::sim
 PBAT simulation algorithms.
 
namespace  pbat::sim::integration
 ODE integration schemes.
 

Detailed Description

BDF (Backward Differentiation Formula) time integration scheme.

Author
Quoc-Minh Ton-That (tonth.nosp@m.at.q.nosp@m.uocmi.nosp@m.nh@g.nosp@m.mail..nosp@m.com)
Date
2025-04-29