1#ifndef RPG_IMPOSED_FIELDS_GENERATOR_TPP
2#define RPG_IMPOSED_FIELDS_GENERATOR_TPP
11#include "ImposedFieldsGenerator.h"
12#include <rpg/scft/iterator/MaskGenFilm.h>
13#include <rpg/scft/iterator/ExtGenFilm.h>
42 if (type() ==
"film") {
43 return fieldGenPtr1_->modifyStress(paramId, stress);
53 if (type() ==
"film") {
57 UTIL_THROW((
"Unrecognized type parameter: " + type()).c_str());
Base class defining mask & external fields to impose on the calculation.
External field generator for a thin film geometry.
Class defining mask & external fields to impose on the calculation.
void setClassName(const char *className)
Set class name string.
ImposedFieldsGenerator(System< D > &sys)
Constructor.
virtual double modifyStress(int paramId, double stress) const
Modify the stress value if necessary.
~ImposedFieldsGenerator()
Destructor.
Mask generator for a thin film geometry.
Main class for calculations that represent one system.
#define UTIL_THROW(msg)
Macro for throwing an Exception, reporting function, file and line number.
PSCF package top-level namespace.