Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
map_test.cpp File Reference
#include <stdio.h>
#include "common.h"
#include "vlasovsolver/vec.h"
#include "vlasovsolver/cpu_1d_ppm_nonuniform_conserving.hpp"
#include <random>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <iostream>
Include dependency graph for map_test.cpp:

Go to the source code of this file.

Functions

void print_values (int step, Vec *values, uint blocks_per_dim, Real v_min, Real dv)
void propagate (Vec dr[], Vec values[], Real z_translation, uint blocks_per_dim)
void print_reconstruction (int step, Vec dr[], Vec values[], uint blocks_per_dim, Real r_min)
void refine (Vec dr[], int ir, int max_refinement, int cells_per_level)
int main (void)

Variables

const int fluxlimiterscalingfactor =1.e-15

Function Documentation

◆ main()

int main ( void )

Definition at line 162 of file map_test.cpp.

Here is the call graph for this function:

◆ print_reconstruction()

void print_reconstruction ( int step,
Vec dr[],
Vec values[],
uint blocks_per_dim,
Real r_min )

Definition at line 111 of file map_test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_values()

void print_values ( int step,
Vec * values,
uint blocks_per_dim,
Real v_min,
Real dv )

Definition at line 20 of file map_test.cpp.

Here is the call graph for this function:

◆ propagate()

void propagate ( Vec dr[],
Vec values[],
Real z_translation,
uint blocks_per_dim )

Definition at line 32 of file map_test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ refine()

void refine ( Vec dr[],
int ir,
int max_refinement,
int cells_per_level )

Definition at line 152 of file map_test.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ fluxlimiterscalingfactor

const int fluxlimiterscalingfactor =1.e-15

Definition at line 13 of file map_test.cpp.