|
PSCF v1.3.3
|
Const access to a System<D>. More...
#include <SystemConstRef.h>
Public Types | |
| using | Base = SystemConstRefTmpl< 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::SystemConstRefTmpl< System< D > > | |
| SystemConstRefTmpl () | |
| Default constructor. | |
| SystemConstRefTmpl (SystemT const &system) | |
| Constructor. | |
| ~SystemConstRefTmpl () | |
| 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. | |
| CFieldsT const & | c () const |
| Get the concentration (c) field container. | |
| WFieldsT const & | w () const |
| Get the chemical potential (w) field container. | |
| WFieldsT 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>.
See documentation of the base class template Prdc::SystemConstRefTmpl for documentation of the public interface.
Definition at line 30 of file rpc/system/SystemConstRef.h.
| using Pscf::Rpc::SystemConstRef< D >::Base = SystemConstRefTmpl< System<D> > |
Alias for base class.
Definition at line 35 of file rpc/system/SystemConstRef.h.
|
inline |
Default constructor.
Definition at line 40 of file rpc/system/SystemConstRef.h.
|
inline |
Constructor.
| system | System<D> object to which this refers. |
Definition at line 49 of file rpc/system/SystemConstRef.h.
References Pscf::Prdc::SystemConstRefTmpl< System< D > >::system().