OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
Functions | Variables
opal.cpp File Reference
#include "opal.h"
#include "AbstractObjects/OpalData.h"
#include "OpalConfigure/Configure.h"
#include "OpalParser/OpalParser.h"
#include "Parser/FileStream.h"
#include "Utilities/OpalException.h"
#include "Fields/Fieldmap.h"
#include "Structure/IpplInfoWrapper.h"
#include "Utilities/Options.h"
#include "OPALconfig.h"
#include <AMReX.H>
#include "Message/Communicate.h"
#include "GSLErrorHandling.h"
#include <gsl/gsl_errno.h>
#include <fstream>
#include <iostream>
#include <limits>
#include <string>
Include dependency graph for opal.cpp:

Go to the source code of this file.

Functions

int run_opal (char *[], std::string inputfile, int restartStep, int infoLevel, int warnLevel, MPI_Comm comm)
 

Variables

Ipplippl
 
Informgmsg
 

Function Documentation

int run_opal ( char *  [],
std::string  inputfile,
int  restartStep,
int  infoLevel,
int  warnLevel,
MPI_Comm  comm 
)

Variable Documentation

Inform* gmsg

Definition at line 70 of file Main.cpp.

Ippl* ippl

Definition at line 69 of file Main.cpp.