PPL Logo

fixedConcreteElement Class Reference

Testing stub for GenericElement. More...

Inheritance diagram for fixedConcreteElement:

Inheritance graph
[legend]
Collaboration diagram for fixedConcreteElement:

Collaboration graph
[legend]

Public Types

enum  { nPts = 4 }

Public Member Functions

 fixedConcreteElement (CPoint a, CPoint b, CPoint c, CPoint d)
void shift (const CVector &v)
CPoint getNodeLocation (int i) const
 Return the location of the i'th node of this element.
const double * getNodeData (int i) const
 Return the vector of data associated with our i'th node.
CPoint getCenter (void) const

Data Fields

CPoint pts [nPts]
CPoint data [nPts]

Detailed Description

Testing stub for GenericElement.

Orion Sky Lawlor, olawlor@acm.org, 2004/3/27

Definition at line 10 of file test_GenericElement.C.


Member Enumeration Documentation

anonymous enum

Enumerator:
nPts 

Definition at line 12 of file test_GenericElement.C.


Constructor & Destructor Documentation

fixedConcreteElement::fixedConcreteElement ( CPoint  a,
CPoint  b,
CPoint  c,
CPoint  d 
) [inline]

I'll transfer the coordinate data, for testing purposes

Definition at line 14 of file test_GenericElement.C.

References data, nPts, and pts.


Member Function Documentation

void fixedConcreteElement::shift ( const CVector v  )  [inline]

Definition at line 23 of file test_GenericElement.C.

References nPts, and pts.

Referenced by main().

Here is the caller graph for this function:

CPoint fixedConcreteElement::getNodeLocation ( int  i  )  const [inline, virtual]

Return the location of the i'th node of this element.

Implements ConcreteElement.

Definition at line 27 of file test_GenericElement.C.

References pts.

Referenced by main().

Here is the caller graph for this function:

const double* fixedConcreteElement::getNodeData ( int  i  )  const [inline, virtual]

Return the vector of data associated with our i'th node.

Implements ConcreteElementNodeData.

Definition at line 28 of file test_GenericElement.C.

References data.

Referenced by main().

Here is the caller graph for this function:

CPoint fixedConcreteElement::getCenter ( void   )  const [inline]

Definition at line 30 of file test_GenericElement.C.

References nPts, pts, and r.

Referenced by main().

Here is the caller graph for this function:


Field Documentation

Definition at line 13 of file test_GenericElement.C.

Referenced by fixedConcreteElement(), getCenter(), getNodeLocation(), and shift().

Definition at line 13 of file test_GenericElement.C.

Referenced by fixedConcreteElement(), and getNodeData().


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

Generated on Mon Sep 21 08:25:02 2020 for Charm++ by  doxygen 1.5.5