Go to the documentation of this file.
59 ContactElement :: ContactElement(
int n,
Domain *aDomain) :
Element(n, aDomain)
65ContactElement :: ~ContactElement()
70ContactElement :: computeAABB()
75 for (
int i=1; i<=nnode; i++) {
78 double x = coords.
at(1);
79 double y = coords.at(2);
80 double z = ( coords.size() > 2 ) ? coords.at(3) : 0.0;
Axis-aligned bounding box.
void merge(const Vector &v)
Expands the bounding box to include a given point.
const FloatArray & giveCoordinates() const
Node * giveNode(int i) const
virtual int giveNumberOfNodes() const
Element(int n, Domain *aDomain)
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