#include "HyperbolicLevelIntegrator.h"
#include <stdlib.h>
#include <fstream>
#include <string>
#include "CellData.h"
#include "PatchData.h"
#include "PatchDataFactory.h"
#include "VariableDatabase.h"
#include "FaceData.h"
#include "FaceDataFactory.h"
#include "FaceVariable.h"
#include "OuterfaceData.h"
#include "OuterfaceVariable.h"
#include "OutersideData.h"
#include "OutersideVariable.h"
#include "SideData.h"
#include "SideDataFactory.h"
#include "SideVariable.h"
#include "tbox/ArenaManager.h"
#include "tbox/SAMRAI_MPI.h"
#include "tbox/PIO.h"
#include "tbox/RestartManager.h"
#include "tbox/TimerManager.h"
#include "tbox/Timer.h"
#include "tbox/Utilities.h"
#include "tbox/MathUtilities.h"
#include "CoarsenSchedule.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::algs |
Defines | |
#define | ALGS_HYPERBOLIC_LEVEL_INTEGRATOR_VERSION (3) |
Functions | |
void | upfluxsum1d_ (const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumface2d0_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumface2d1_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumside2d0_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumside2d1_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumface3d0_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumface3d1_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumface3d2_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumside3d0_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumside3d1_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
void | upfluxsumside3d2_ (const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const int &, const double *, double *) |
#define ALGS_HYPERBOLIC_LEVEL_INTEGRATOR_VERSION (3) |
void upfluxsum1d_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumface2d0_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumface2d1_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumside2d0_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumside2d1_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumface3d0_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumface3d1_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumface3d2_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumside3d0_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumside3d1_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |
void upfluxsumside3d2_ | ( | const int & | , | |
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const int & | , | |||
const double * | , | |||
double * | ||||
) |