#include <vtkInitialValueProblemSolver.h>
Inheritance diagram for vtkInitialValueProblemSolver:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual float | ComputeNextStep (float *xprev, float *xnext, float t, float delT) |
virtual float | ComputeNextStep (float *xprev, float *dxprev, float *xnext, float t, float delT)=0 |
virtual vtkInitialValueProblemSolver * | MakeObject ()=0 |
virtual void | SetFunctionSet (vtkFunctionSet *functionset) |
virtual vtkFunctionSet * | GetFunctionSet () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkInitialValueProblemSolver * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkInitialValueProblemSolver () | |
~vtkInitialValueProblemSolver () | |
vtkInitialValueProblemSolver (const vtkInitialValueProblemSolver &) | |
void | operator= (const vtkInitialValueProblemSolver &) |
virtual void | Initialize () |
Protected Attributes | |
vtkFunctionSet * | FunctionSet |
float * | Vals |
float * | Derivs |
int | Initialized |
Given a vtkFunctionSet which returns dF_i(x_j, t)/dt given x_j and t, vtkInitialValueProblemSolver computes the value of F_i at t+deltat.
Definition at line 63 of file vtkInitialValueProblemSolver.h.
|
|
|
|
|
Definition at line 91 of file vtkInitialValueProblemSolver.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. Reimplemented in vtkRungeKutta4. |
|
Given initial values, xprev , initial time, t and time interval, delT calculate values of x at t+delT (xnext) It returns an estimated value for the error (not implemented yet) or -1 on failure (for example, if the integration moves out of a data set) Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. Definition at line 73 of file vtkInitialValueProblemSolver.h. Referenced by vtkRungeKutta4::ComputeNextStep(), and vtkRungeKutta2::ComputeNextStep().
|
|
Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. |
|
Create concrete instance of the object. Reimplemented in vtkRungeKutta2, and vtkRungeKutta4. |
|
Set / get the dataset used for the implicit function evaluation. |
|
|
|
Definition at line 92 of file vtkInitialValueProblemSolver.h. |
|
Reimplemented in vtkRungeKutta4. |
|
Definition at line 96 of file vtkInitialValueProblemSolver.h. |
|
Definition at line 98 of file vtkInitialValueProblemSolver.h. |
|
Definition at line 99 of file vtkInitialValueProblemSolver.h. |
|
Definition at line 100 of file vtkInitialValueProblemSolver.h. |