15 #ifndef ANGULARINTEGRATOR_H 16 #define ANGULARINTEGRATOR_H 18 #include "baseIntegrator.h" 19 #include "angularForce.h" 20 #include "configVariableDouble.h" 37 virtual void output(ostream &out)
const;
38 virtual void write(ostream &out,
unsigned int indent=0)
const;
52 #endif // ANGULARINTEGRATOR_H virtual void write(ostream &out, unsigned int indent=0) const
Write a string representation of this instance to <out>.
pure virtual integrator class that holds cached matrix information that really should be common to an...
This is a convenience class to specialize ConfigVariable as a floating-point type.
Defines a set of physically modeled attributes.
Pure virtual base class for physical modeling.
virtual void output(ostream &out) const
Write a string representation of this instance to <out>.