1#ifndef RPC_IMPOSED_FIELDS_GENERATOR_H
2#define RPC_IMPOSED_FIELDS_GENERATOR_H
11#include <rpc/scft/iterator/Iterator.h>
12#include <pscf/iterator/ImposedFieldsTmpl.h>
75 virtual double modifyStress(
int paramId,
double stress)
const;
92 void createGenerators();
99 #ifndef RPC_IMPOSED_FIELDS_GENERATOR_TPP
Base class defining mask & external fields to impose on the calculation.
FieldGenerator * fieldGenPtr2_
Pointer to the second FieldGenerator object (optional).
FieldGenerator * fieldGenPtr1_
Pointer to the first FieldGenerator object (required).
std::string type() const
Get the type string associated with this object.
Class defining mask & external fields to impose on the calculation.
~ImposedFieldsGenerator()
Destructor.
virtual double modifyStress(int paramId, double stress) const
Modify the stress value if necessary.
ImposedFieldsGenerator(System< D > &sys)
Constructor.
Main class for SCFT or PS-FTS simulation of one system.
void setClassName(const char *className)
Set class name string.
bool isActive() const
Is this parameter active?
PSCF package top-level namespace.
Utility classes for scientific computation.