1#ifndef RPG_IMPOSED_FIELDS_GENERATOR_H
2#define RPG_IMPOSED_FIELDS_GENERATOR_H
11#include <rpg/scft/iterator/Iterator.h>
12#include <pscf/iterator/ImposedFieldsTmpl.h>
75 virtual double modifyStress(
int paramId,
double stress)
const;
92 void createGenerators();
99 #ifndef RPG_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(System< D > &sys)
Constructor.
virtual double modifyStress(int paramId, double stress) const
Modify the stress value if necessary.
~ImposedFieldsGenerator()
Destructor.
Main class for calculations that represent 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.