Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 1.36 KB

greens-functions.rst

File metadata and controls

68 lines (59 loc) · 1.36 KB

Green's Functions

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

image

IGreensFunction

IGreensFunction

GreensFunction

GreensFunction

Vacuum

Vacuum

UniformDielectric

UniformDielectric

IonicLiquid

IonicLiquid

AnisotropicLiquid

AnisotropicLiquid

SphericalDiffuse

SphericalDiffuse