#include "CartesianPatchGeometry.h"
#include "Index.h"
#include "VariableDatabase.h"
#include "PatchCellDataOpsReal.h"
#include "CellVariable.h"
#include "tbox/Array.h"
#include "tbox/Timer.h"
#include "tbox/TimerManager.h"
#include "tbox/Utilities.h"
#include "tbox/MathUtilities.h"
#include <IOMANIP_HEADER_FILE>
#include "CartesianRobinBcHelper.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::solv |
Functions | |
void | settype1cells2d_ (double *data, const int &difirst, const int &dilast, const int &djfirst, const int &djlast, const double *a, const double *b, const double *g, const int &ifirst, const int &ilast, const int &jfirst, const int &jlast, const int &ibeg, const int &iend, const int &jbeg, const int &jend, const int &face, const int &ghos, const int &inte, const int &location, const double &h, const int &zerog) |
void | settype2cells2d_ (double *data, const int &difirst, const int &dilast, const int &djfirst, const int &djlast, const int *lower, const int *upper, const int &location) |
void | settype1cells3d_ (double *data, const int &difirst, const int &dilast, const int &djfirst, const int &djlast, const int &dkfirst, const int &dklast, const double *a, const double *b, const double *g, const int &ifirst, const int &ilast, const int &jfirst, const int &jlast, const int &kfirst, const int &klast, const int &ibeg, const int &iend, const int &jbeg, const int &jend, const int &kbeg, const int &kend, const int &face, const int &ghos, const int &inte, const int &location, const double &h, const int &zerog) |
void | settype2cells3d_ (double *data, const int &difirst, const int &dilast, const int &djfirst, const int &djlast, const int &dkfirst, const int &dklast, const int *lower, const int *upper, const int &location) |
void | settype3cells3d_ (double *data, const int &difirst, const int &dilast, const int &djfirst, const int &djlast, const int &dkfirst, const int &dklast, const int *lower, const int *upper, const int &location) |
void settype1cells2d_ | ( | double * | data, | |
const int & | difirst, | |||
const int & | dilast, | |||
const int & | djfirst, | |||
const int & | djlast, | |||
const double * | a, | |||
const double * | b, | |||
const double * | g, | |||
const int & | ifirst, | |||
const int & | ilast, | |||
const int & | jfirst, | |||
const int & | jlast, | |||
const int & | ibeg, | |||
const int & | iend, | |||
const int & | jbeg, | |||
const int & | jend, | |||
const int & | face, | |||
const int & | ghos, | |||
const int & | inte, | |||
const int & | location, | |||
const double & | h, | |||
const int & | zerog | |||
) |
void settype2cells2d_ | ( | double * | data, | |
const int & | difirst, | |||
const int & | dilast, | |||
const int & | djfirst, | |||
const int & | djlast, | |||
const int * | lower, | |||
const int * | upper, | |||
const int & | location | |||
) |
void settype1cells3d_ | ( | double * | data, | |
const int & | difirst, | |||
const int & | dilast, | |||
const int & | djfirst, | |||
const int & | djlast, | |||
const int & | dkfirst, | |||
const int & | dklast, | |||
const double * | a, | |||
const double * | b, | |||
const double * | g, | |||
const int & | ifirst, | |||
const int & | ilast, | |||
const int & | jfirst, | |||
const int & | jlast, | |||
const int & | kfirst, | |||
const int & | klast, | |||
const int & | ibeg, | |||
const int & | iend, | |||
const int & | jbeg, | |||
const int & | jend, | |||
const int & | kbeg, | |||
const int & | kend, | |||
const int & | face, | |||
const int & | ghos, | |||
const int & | inte, | |||
const int & | location, | |||
const double & | h, | |||
const int & | zerog | |||
) |
void settype2cells3d_ | ( | double * | data, | |
const int & | difirst, | |||
const int & | dilast, | |||
const int & | djfirst, | |||
const int & | djlast, | |||
const int & | dkfirst, | |||
const int & | dklast, | |||
const int * | lower, | |||
const int * | upper, | |||
const int & | location | |||
) |
void settype3cells3d_ | ( | double * | data, | |
const int & | difirst, | |||
const int & | dilast, | |||
const int & | djfirst, | |||
const int & | djlast, | |||
const int & | dkfirst, | |||
const int & | dklast, | |||
const int * | lower, | |||
const int * | upper, | |||
const int & | location | |||
) |