Subversion Repositories gelsvn

Rev

Rev 662 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 662 Rev 663
Line 52... Line 52...
52
        
52
        
53
        /// Do a partial reconstruct with an interval of eigenvalues
53
        /// Do a partial reconstruct with an interval of eigenvalues
54
        void partial_reconstruct(int E0, int E1, float scale=1.0f);
54
        void partial_reconstruct(int E0, int E1, float scale=1.0f);
55
        
55
        
56
        double compute_adf(HMesh::VertexAttributeVector<double>& adf, double t, double fiedler_boost=0);
56
        double compute_adf(HMesh::VertexAttributeVector<double>& adf, double t, double fiedler_boost=0);
-
 
57
 
-
 
58
        double compute_esum(HMesh::VertexAttributeVector<double>& adf, int e0, int e1);
57
        
59
        
58
    };
60
    };
59
    
61
    
60
}
62
}
61
#endif
63
#endif