~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to lib/atc/FE_Element.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    const Array2D<int> &local_face_conn() const { return localFaceConn_; }
71
71
 
72
72
    /** return volume of the element */
73
 
    const double vol() const { return vol_; }
 
73
    double vol() const { return vol_; }
74
74
 
75
75
    /** return area of a face */
76
 
    const double face_area() const { return faceArea_; } 
 
76
    double face_area() const { return faceArea_; }
77
77
 
78
78
    // the following two are pass-throughs to the interpolate class, and
79
79
    // can thus only be declared in the class body (or else the