Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 737 Bytes

solvers.rst

File metadata and controls

35 lines (30 loc) · 737 Bytes

Solvers

We will here describe the inheritance hierarchy for generating solvers, in order to use and extend it properly. The runtime creation of solver objects relies on the Factory Method pattern Gamma1994,Alexandrescu2001, implemented through the generic Factory class.

image

ISolver

ISolver

IEFSolver

IEFSolver

CPCMSolver

CPCMSolver