Manicore
Library to implement schemes on n-dimensionnal manifolds.
Classes | Functions | Variables
maxwell.cpp File Reference
#include "maxwell.hpp"
#include "mesh_builder.hpp"
#include "sphere_ref.hpp"
#include "exporter.hpp"
#include <numbers>
#include <functional>
#include <fstream>
#include <limits>
#include <iomanip>
#include <boost/program_options.hpp>
Include dependency graph for maxwell.cpp:

Classes

class  NullStream
 
class  SaveCSV
 

Functions

int main (int argc, char *argv[])
 

Variables

const char * mapfile = "meshes/sphere/libsphere_shared.so"
 
std::vector< const char * > meshfiles
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ mapfile

const char* mapfile = "meshes/sphere/libsphere_shared.so"

◆ meshfiles

std::vector<const char *> meshfiles
Initial value:
{"../meshes/sphere/4_circle.json",
"../meshes/sphere/6_circle.json",
"../meshes/sphere/11_circle.json",
"../meshes/sphere/21_circle.json",
"../meshes/sphere/29_circle.json",
"../meshes/sphere/51_circle.json"}