|
void quadpts::solve |
( |
size_t |
dimension, |
|
|
size_t |
num_points, |
|
|
double |
dt, |
|
|
long int |
num_steps, |
|
|
int |
print_interval |
|
) |
| |
Function that solves the evolution equations for quadrature points and weights using explicit time stepping (Euler's method).
- Parameters:
-
dimension | : Dimension of the problem |
num_points | : Number of quadrature points |
dt | : Time step |
num_steps | : Total number of time steps to be taken. |
print_interval | : Time intervals at which output is desired. |
|