15 #ifndef LINEARINTEGRATOR_H
16 #define LINEARINTEGRATOR_H
18 #include "physicsObject.h"
19 #include "baseIntegrator.h"
20 #include "linearForce.h"
21 #include "configVariableDouble.h"
38 virtual void output(ostream &out)
const;
39 virtual void write(ostream &out,
unsigned int indent=0)
const;
49 virtual void child_integrate(
Physical *physical,
54 #endif // LINEARINTEGRATOR_H
Pure virtual base class for physical modeling.
virtual void output(ostream &out) 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.
virtual void write(ostream &out, unsigned int indent=0) const
Write a string representation of this instance to <out>.