PSCF v1.2
Solver Templates

Classes

class  Pscf::BlockTmpl< TP >
 Class template for a block in a block copolymer. More...
 
class  Pscf::MixtureTmpl< TP, TS >
 A mixture of polymer and solvent species. More...
 
class  Pscf::PolymerTmpl< Block >
 Descriptor and MDE solver for an acyclic block polymer. More...
 
class  Pscf::PropagatorTmpl< TP >
 Template for propagator classes. More...
 

Detailed Description

Templates for classes that solve modified diffusion equations.

The templates defined in this module are designed to be used as base classes for classes that define a variety of different implementations of polymer field theory. Different implementations may be designed for different geometries or boundary conditions or for different hardware (e.g., CPU vs. GPU), and may use different algorithms to solve the modified diffusion equation.
Source code specific to each such implementation is defined in a different enclosed namespace of Pscf, thus allowing the use of identical names for analogous classes in different implementations without causing name clashes or ambiguities.

To define an implementation of polymer field theory, one must define the following set of solver classes derived from these solver templates: