k-dot-p 0.1

kdotp::structure::point Struct Reference

#include <structure_point.h++>

List of all members.

Public Member Functions

double get_strain_component (enum strain_component sc)

Public Attributes

double strain [6]
material * mat

Private Member Functions

 point ()

Detailed Description

Definition at line 43 of file structure_point.h++.


Constructor & Destructor Documentation

kdotp::structure::point::point ( ) [inline, private]

Definition at line 61 of file structure_point.h++.

{}

Member Function Documentation

double kdotp::structure::point::get_strain_component ( enum strain_component  sc) [inline]

Definition at line 54 of file structure_point.h++.

References strain.

{return strain[sc];}

Member Data Documentation

Definition at line 55 of file structure_point.h++.

Definition at line 53 of file structure_point.h++.

Referenced by get_strain_component().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines