#include "SAMRAI_config.h"
#include "tbox/Complex.h"
#include <string>
#include "Variable.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::pdat |
Classes | |
class | SAMRAI::pdat::OuterfaceVariable< DIM, TYPE > |
Class OuterfaceVariable<DIM> is a templated variable class used to define face-centered data quantities only on patch boundaries. It is a subclass of hier::Variable and is templated on the type of the underlying data (e.g., double, int, bool, etc.). More... |