|
Plugins
|
Contains all data for parallel execution of time steps. More...
#include <limex_integrator.hpp>
Public Member Functions | |
| SmartPtr< grid_function_type > | get_derivative () |
| void | get_error () |
| SmartPtr< grid_function_type > | get_solution () |
| SmartPtr< solver_type > | get_solver () |
| SmartPtr< timestep_type > | get_time_stepper () |
| void | set_derivative (SmartPtr< grid_function_type > sol) |
| void | set_error (int e) |
| void | set_solution (SmartPtr< grid_function_type > sol) |
| void | set_solver (SmartPtr< solver_type > solver) |
| ThreadData () | |
| ThreadData (SmartPtr< timestep_type > spTimeStep) | |
Protected Attributes | |
| SmartPtr< grid_function_type > | m_dot |
| int | m_error |
| SmartPtr< grid_function_type > | m_sol |
| SmartPtr< solver_type > | m_solver |
| SmartPtr< timestep_type > | m_stepper |
Contains all data for parallel execution of time steps.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |