AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

FlaggingInterface.h

Go to the documentation of this file.
00001 #ifndef AMROC_FLAGGING_INTERFACE_H
00002 #define AMROC_FLAGGING_INTERFACE_H
00003 
00011 #ifndef FlaggingInterfaceName
00012 #define FlaggingInterface(dim)      name2(FlaggingInterface,dim)
00013 #define FlaggingInterfaceName
00014 #endif
00015 
00022 template <class VectorType, class FlagType>
00023 class FlaggingInterface(DIM) : public controlable {
00024 public:
00025   virtual void SetFlags(const int Time, const int Level, double t, double dt) = 0;   
00026 };
00027 
00028 
00029 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04