pointset Class Reference

#include <pointset.h>

List of all members.

Public Member Functions

 pointset ()
long print (FILE *out)
long read (FILE *in)
 ~pointset ()

Public Attributes

double * coord
 array with coordinates of each point
long n
 number of set
long ncoord
 number of point coordinate
long np
 number of point

Detailed Description

This class groups data about point setson the elements, where the user requires to compute stresses or strains. It is used for the mechprep preprocessor

Definition at line 10 of file pointset.h.


Constructor & Destructor Documentation

pointset (  ) 

This constructor initializes class attributes to zero values

Definition at line 6 of file pointset.cpp.

References coord, n, and ncoord.

~pointset (  ) 

This destructor deallocates used memory

Definition at line 16 of file pointset.cpp.

References coord.


Member Function Documentation

long print ( FILE *  out  ) 

Definition at line 27 of file pointset.cpp.

long read ( FILE *  in  ) 

Definition at line 22 of file pointset.cpp.


Member Data Documentation

double* coord

array with coordinates of each point

Definition at line 21 of file pointset.h.

Referenced by pointset(), and ~pointset().

long n

number of set

Definition at line 18 of file pointset.h.

Referenced by pointset().

long ncoord

number of point coordinate

Definition at line 20 of file pointset.h.

Referenced by pointset().

long np

number of point

Definition at line 19 of file pointset.h.


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2