MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkInitialValueProblemSolver

Method ~vtkInitialValueProblemSolver

Common/Math/vtkInitialValueProblemSolver.cxx:19–27  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

17
18//------------------------------------------------------------------------------
19vtkInitialValueProblemSolver::~vtkInitialValueProblemSolver()
20{
21 this->SetFunctionSet(nullptr);
22 delete[] this->Vals;
23 this->Vals = nullptr;
24 delete[] this->Derivs;
25 this->Derivs = nullptr;
26 this->Initialized = 0;
27}
28
29//------------------------------------------------------------------------------
30void vtkInitialValueProblemSolver::SetFunctionSet(vtkFunctionSet* fset)

Callers

nothing calls this directly

Calls 1

SetFunctionSetMethod · 0.95

Tested by

no test coverage detected