PSCF v1.3
|
Const access to a System<D>. More...
#include <SystemConstRef.h>
Public Types | |
using | Base = SystemConstRefReal< System<D> > |
Alias for base class. |
Public Member Functions | |
SystemConstRef () | |
Default constructor. | |
SystemConstRef (System< D > const &system) | |
Constructor. | |
Public Member Functions inherited from Pscf::Prdc::SystemConstRefReal< System< D > > | |
SystemConstRefReal () | |
Default constructor. | |
SystemConstRefReal (SystemT const &system) | |
Constructor. | |
~SystemConstRefReal () | |
Destructor. | |
void | associate (SystemT const &system) |
Create associations with a system and its components. | |
SystemT const & | system () const |
Get the associated System. | |
MixtureT const & | mixture () const |
Get the Mixture. | |
InteractionT const & | interaction () const |
Get the Interaction. | |
DomainT const & | domain () const |
Get the Domain. | |
CFieldContainerT const & | c () const |
Get the concentration (c) field container. | |
WFieldContainerT const & | w () const |
Get the chemical potential (w) field container. | |
WFieldContainerT const & | h () const |
Get the external potential (h) field container. | |
MaskT const & | mask () const |
Get the mask. | |
FileMaster const & | fileMaster () const |
Get the FileMaster. |
Const access to a System<D>.
Definition at line 27 of file rpc/system/SystemConstRef.h.
using Pscf::Rpc::SystemConstRef< D >::Base = SystemConstRefReal< System<D> > |
Alias for base class.
Definition at line 32 of file rpc/system/SystemConstRef.h.
|
inline |
Default constructor.
Definition at line 37 of file rpc/system/SystemConstRef.h.
|
inline |
Constructor.
system | System<D> object to which this refers. |
Definition at line 46 of file rpc/system/SystemConstRef.h.
References Pscf::Prdc::SystemConstRefReal< System< D > >::system().