1#ifndef RPC_BASIS_FIELD_STATE_H
2#define RPC_BASIS_FIELD_STATE_H
11#include "FieldState.h"
57 void read(
const std::string & filename);
64 void write(
const std::string & filename);
90 #ifndef RPC_BASIS_FIELD_STATE_TPP
FieldState for fields in symmetry-adapted basis format.
void write(const std::string &filename)
Write state to file.
BasisFieldState()
Default constructor.
void allocate()
Allocate all fields.
void setSystemState(bool isFlexible)
Set the state of the associated system to this state.
~BasisFieldState()
Destructor.
void read(const std::string &filename)
Read state from file.
void getSystemState()
Copy the current state of the associated system.
Record of a state of a System (fields + unit cell).
void setSystem(System< D > &system)
const UnitCell< D > & unitCell() const
const DArray< FT > & fields() const
const DArray< double > & field(int monomerId) const
Main class for SCFT or PS-FTS simulation of one system.
Dynamically allocatable contiguous array template.
PSCF package top-level namespace.
Utility classes for scientific computation.