OOFEM 3.0
Loading...
Searching...
No Matches
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
14namespace oofem {
25{
26public:
27 TipInfo() { }
29
31 double mArcPos;
36 IntArray mTipDofManNumbers; // List of dofmans that represent the edge of a listbased EI
37};
38
42
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 mTangDir
Definition tipinfo.h:32
IntArray mTipDofManNumbers
Local number of which edge the crack enters the element (2d).
Definition tipinfo.h:36
FloatArray mNormalDir
Definition tipinfo.h:33
double mArcPos
Definition tipinfo.h:31
FloatArray mGlobalCoord
Definition tipinfo.h:30
double mPropagationLength
Definition tipinfo.h:45
FloatArray mPropagationDir
Definition tipinfo.h:44
IntArray mPropagationDofManNumbers
Definition tipinfo.h:46

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011