OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
tipinfo.h
Go to the documentation of this file.
1 /*
2  * tipinfo.h
3  *
4  * Created on: Aug 9, 2013
5  * Author: svennine
6  */
7 
8 #ifndef TIPINFO_H_
9 #define TIPINFO_H_
10 
11 #include "floatarray.h"
12 #include "intarray.h"
13 
14 namespace oofem {
24 class TipInfo
25 {
26 public:
27  TipInfo() { }
28  ~TipInfo() { }
29 
31  double mArcPos;
34  int mTipIndex;
35  int mEdgeIndex;
36  IntArray mTipDofManNumbers; // List of dofmans that represent the edge of a listbased EI
37 };
38 
42 
43  int mTipIndex;
46  IntArray mPropagationDofManNumbers; // new dofman which are to be added to the (listbased) enrichment
47 };
48 } // end namespace oofem
49 
50 
51 #endif /* TIPINFO_H_ */
FloatArray mPropagationDir
Definition: tipinfo.h:44
int mTipIndex
Definition: tipinfo.h:34
TipInfo gathers useful information about a crack tip, like its position and tangent direction...
Definition: tipinfo.h:24
IntArray mPropagationDofManNumbers
Definition: tipinfo.h:46
Class implementing an array of integers.
Definition: intarray.h:61
IntArray mTipDofManNumbers
Local number of which edge the crack enters the element (2d)
Definition: tipinfo.h:36
double mArcPos
Definition: tipinfo.h:31
Class representing vector of real numbers.
Definition: floatarray.h:82
FloatArray mNormalDir
Definition: tipinfo.h:33
FloatArray mTangDir
Definition: tipinfo.h:32
double mPropagationLength
Definition: tipinfo.h:45
FloatArray mGlobalCoord
Definition: tipinfo.h:30
the oofem namespace is to define a context or scope in which all oofem names are defined.
int mEdgeIndex
Definition: tipinfo.h:35

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:31 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011