Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/conversionindex.h
[mareframe] / trunk / gadget / conversionindex.h Repository:
ViewVC logotype

Diff of /trunk/gadget/conversionindex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1, Mon Feb 10 17:09:07 2014 UTC revision 4, Thu Apr 30 17:32:47 2015 UTC
# Line 4  Line 4 
4  #include "doublevector.h"  #include "doublevector.h"
5  #include "intvector.h"  #include "intvector.h"
6  #include "lengthgroup.h"  #include "lengthgroup.h"
7    #include "matrix.h"
8    
9  /**  /**
10   * \class ConversionIndex   * \class ConversionIndex
# Line 77  Line 78 
78     * \return maxpos for coarser length group i     * \return maxpos for coarser length group i
79     */     */
80    int maxPos(int i) const { return maxpos[i]; };    int maxPos(int i) const { return maxpos[i]; };
81      //FIXME doc
82    /**    /**
83     * \brief This function will interpolate values defined for a coarser length division onto a finer length division     * \brief This function will interpolate values defined for a coarser length division onto a finer length division
84     * \param Vf is the DoubleVector that will contain the finer values after the interpolation     * \param Vf is the DoubleVector that will contain the finer values after the interpolation
85     * \param Vc is the DoubleVector of the coarser values to interpolate from     * \param Vc is the DoubleVector of the coarser values to interpolate from
86     */     */
87    void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);  //  void interpolateLengths(DoubleVector& Vf, const DoubleVector& Vc);
88      void interpolateLengths(DoubleVector& Vf, const double* Vc, int size);
89  protected:  protected:
90    /**    /**
91     * \brief This is the flag to denote whether an error has occured or not     * \brief This is the flag to denote whether an error has occured or not

Legend:
Removed from v.1  
changed lines
  Added in v.4

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge