1#ifndef PSCF_BLOCK_TMPL_H
2#define PSCF_BLOCK_TMPL_H
11#include <pscf/chem/Edge.h>
12#include <util/containers/Pair.h>
165 typename QT::FieldT
const &
cField()
const;
178 typename QT::FieldT cField_;
193 {
return propagators_[directionId]; }
201 {
return propagators_[directionId]; }
QT::FieldT const & cField() const
Get the associated const monomer concentration field.
QT PropagatorT
Modified diffusion equation solver (propagator) type.
QT & propagator(int directionId)
Get a Propagator for a specified direction.
virtual void setKuhn(double kuhn)
Set monomer statistical segment length.
QT const & propagator(int directionId) const
Get a const Propagator for a specified direction.
QT::FieldT & cField()
Get the associated monomer concentration field.
virtual ~BlockTmpl()
Destructor.
An array of exactly 2 objects.
PSCF package top-level namespace.