Traditional physic simulation (in game/graphics industry) was basically discrete. But engines nowadays such as box2d or bullet3d implement continuous physic simulation. I know basic principals of discrete simulation, but I have no idea about continuous simulation. That's magical to me, but using magic is hard and dangerous. So I want to make the magic into tools by understanding them.
So I want to know: (1) What's the basic ideas and implementation principals of these continuous physic simulation? (2) Could the idea be generalized to other kind of discrete simulation? Please let me understand about this!