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


Main Page   Class Hierarchy   Compound List   File List  

ExactSolutionInterface.h

Go to the documentation of this file.
00001 #ifndef AMROC_EXACT_SOLUTION_INTERFACE_H
00002 #define AMROC_EXACT_SOLUTION_INTERFACE_H
00003 
00011 #ifndef ExactSolutionInterfaceName
00012 #define ExactSolutionInterface(dim)      name2(ExactSolutionInterface,dim)
00013 #define ExactSolutionInterfaceName
00014 #endif
00015 
00022 template <class VectorType>
00023 class ExactSolutionInterface(DIM) {
00024   typedef GridData(DIM)<VectorType> vec_grid_data_type;
00025 
00026 public:
00027   virtual void SetGrid(vec_grid_data_type& gd, double t, DCoords& dx) = 0;
00028 };
00029 
00030 
00031 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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