1#ifndef PSCF_BLOCK_TMPL_H
2#define PSCF_BLOCK_TMPL_H
11#include <pscf/chem/BlockDescriptor.h>
12#include <util/containers/Pair.h>
111 typedef TP Propagator;
114 typedef typename TP::CField CField;
117 typedef typename TP::WField WField;
164 typename TP::CField
const &
cField()
const;
192 {
return propagators_[directionId]; }
200 {
return propagators_[directionId]; }
Description of a linear homopolymer block within a block polymer.
Class template for a block in a block copolymer.
virtual ~BlockTmpl()
Destructor.
double kuhn() const
Get monomer statistical segment length.
virtual void setKuhn(double kuhn)
Set monomer statistical segment length.
TP & propagator(int directionId)
Get a Propagator for a specified direction.
TP::CField & cField()
Get the associated monomer concentration field.
TP const & propagator(int directionId) const
Get a const Propagator for a specified direction.
TP::CField const & cField() const
Get the associated const monomer concentration field.
An array of exactly 2 objects.
PSCF package top-level namespace.
Utility classes for scientific computation.