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


Main Page   Class Hierarchy   Compound List   File List  

AMRFixupInterface.h

Go to the documentation of this file.
00001 #ifndef AMROC_AMRFIXUP_INTERFACE_H
00002 #define AMROC_AMRFIXUP_INTERFACE_H
00003 
00011 #ifndef AMRFixupInterfaceName
00012 #define AMRFixupInterface(dim)      name2(AMRFixupInterface,dim)
00013 #define AMRFixupInterfaceName
00014 #endif
00015 
00022 template <class VectorType, class FixupType>
00023 class AMRFixupInterface(DIM) {
00024 protected:
00025   virtual BBox FluxBBox(const BBox& interior, const int s) = 0;
00026 };
00027 
00028 
00029 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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