#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
subroutine | push_x (this, dt) |
| Implements the first operator of splitting for linear pendulum. More...
|
|
subroutine | push_v (this, dt) |
| Implements the second operator of splitting for linear pendulum. More...
|
|
subroutine, public | sll_s_check_order (method, steps_fine, expected_order, test_passed) |
| checks the order of a splitting method on the linear pendulum. used for unit testing. More...
|
|
|
real(kind=f64), parameter | omega = 2.0_f64 |
| frequency More...
|
|
real(kind=f64), parameter | x0 = 1.0_f64 |
| initial x for order checking More...
|
|
real(kind=f64), parameter | v0 = 2.0_f64 |
| initial v for order checking More...
|
|
real(kind=f64), parameter | t_final = 1.0_f64 |
| final time for order checking More...
|
|