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_pqm.hpp"
#include "vlasovsolver/cpu_1d_ppm.hpp"
#include "vlasovsolver/cpu_1d_plm.hpp"
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 values[], uint blocks_per_dim, Real v_min, Real dv, uint i_block, uint j_block, uint j_cell, Real intersection, Real intersection_di, Real intersection_dj, Real intersection_dk)
void print_reconstruction (int step, Vec values[], uint blocks_per_dim, Real v_min, Real dv, uint i_block, uint j_block, uint j_cell, Real intersection, Real intersection_di, Real intersection_dj, Real intersection_dk)
int main (void)

Variables

const int fluxlimiterscalingfactor =1.e-15

Function Documentation

◆ main()

int main ( void )

Definition at line 252 of file map_test.cpp.

Here is the call graph for this function:

◆ print_reconstruction()

void print_reconstruction ( int step,
Vec values[],
uint blocks_per_dim,
Real v_min,
Real dv,
uint i_block,
uint j_block,
uint j_cell,
Real intersection,
Real intersection_di,
Real intersection_dj,
Real intersection_dk )

Definition at line 170 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 15 of file map_test.cpp.

Here is the call graph for this function:

◆ propagate()

void propagate ( Vec values[],
uint blocks_per_dim,
Real v_min,
Real dv,
uint i_block,
uint j_block,
uint j_cell,
Real intersection,
Real intersection_di,
Real intersection_dj,
Real intersection_dk )

Definition at line 28 of file map_test.cpp.

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

Variable Documentation

◆ fluxlimiterscalingfactor

const int fluxlimiterscalingfactor =1.e-15

Definition at line 8 of file map_test.cpp.