Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
readfields.cpp File Reference
#include <string>
#include <vector>
#include <iostream>
#include <stdint.h>
#include "field.h"
#include "readfields.h"
#include "particleparameters.h"
#include "../definitions.h"
#include "stb_image_write.h"
Include dependency graph for readfields.cpp:

Go to the source code of this file.

Macros

#define STB_IMAGE_WRITE_IMPLEMENTATION

Functions

std::vector< uint64_t > readCellIds (vlsvinterface::Reader &r)
void debug_output (Field &F, const char *filename)

Variables

std::string B_field_name
std::string E_field_name

Macro Definition Documentation

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION

Definition at line 32 of file readfields.cpp.

Function Documentation

◆ debug_output()

void debug_output ( Field & F,
const char * filename )

Definition at line 70 of file readfields.cpp.

Here is the call graph for this function:

◆ readCellIds()

std::vector< uint64_t > readCellIds ( vlsvinterface::Reader & r)

Definition at line 39 of file readfields.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ B_field_name

std::string B_field_name

Definition at line 35 of file readfields.cpp.

◆ E_field_name

std::string E_field_name

Definition at line 36 of file readfields.cpp.