vtf-logo

shells/subdiv/Averaging.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00004 //
00005 //                                   Fehmi Cirak   
00006 //                       California Institute of Technology
00007 //                          (C) 2003 All Rights Reserved
00008 //
00009 // <LicenseText>
00010 //
00011 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00012 //
00013 #ifndef __Averaging_h__
00014 #define __Averaging_h__
00015 
00016 #include "definitions.h"
00017 
00018 
00019 namespace subdiv {
00020     
00021     template <typename V> class TTree;
00022 
00023     template <typename V>
00024     class Averaging {
00025     // abstract base class      
00026     
00027     public:
00028         virtual void averageTriangleEdge(TTree<V> *tt, int iedge, int level, VecD3& posNew)=0;
00029         virtual void averageTriangleVertex(TTree<V> *tt, int ivtx, int level, VecD3& posNew)=0;
00030     };    
00031 }
00032 
00033     
00034 #endif /*__Averaging_h__*/

Generated on Fri Aug 24 13:00:24 2007 for SFC Thin-Shell Finite Element Solver by  doxygen 1.4.7