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


Main Page   Class Hierarchy   Compound List   File List  

BoundaryConditionsInterface.h

Go to the documentation of this file.
00001 #ifndef AMROC_BOUNDARYCONDITIONS_INTERFACE_H
00002 #define AMROC_BOUNDARYCONDITIONS_INTERFACE_H
00003 
00011 #ifndef BoundaryConditionsInterfaceName
00012 #define BoundaryConditionsInterface(dim)      name2(BoundaryConditionsInterface,dim)
00013 #define BoundaryConditionsInterfaceName
00014 #endif
00015 
00022 template <class VectorType>
00023 class BoundaryConditionsInterface(DIM) : public controlable {
00024   typedef GridFunction(DIM)<VectorType> vec_grid_fct_type;  
00025 public:
00026   virtual void Set(vec_grid_fct_type& u) = 0;  
00027 };
00028 
00029 
00030 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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