#include <sphereTopology.hh>
Public Member Functions | |
SphericalSurface (const std::vector< Quad * > &quads=std::vector< Quad * >(0), const Attribute attrib=Attribute()) | |
Constructor accepting the children of the spherical surface. | |
const Quad * | child (uint i) const override |
Get i-th quadrilateral child. | |
Quad * | child (uint i, bool mode) override |
Get i-th quadrilateral child. | |
bool | hasChild (const Quad &quad) const |
Check if quad is a child of this connector. | |
Connector1 * | edge (uint i) const override |
Required method by Connector2. | |
Connector0 * | vertex (uint i) const override |
Required method by Connector2. | |
std::ostream & | info (std::ostream &os) const override |
Returns information in an output stream. | |
int | operator== (const Connector &cntr) const |
Comparison operator. | |
const Key & | key () const |
Returns the key of the connector. | |
const Attribute & | attrib () const |
Returns the attribute of the connector. | |
void | setAttrib (uint attrb) |
int | related (const Connector &conn) const |
Protected Attributes | |
Key | key_ |
Unique key of the connector. | |
Attribute | attrib_ |
Attribute. | |
Static Protected Attributes | |
static uint | cnt_ |
Topological spherical surface connector. In contrast to usual finite element connectors orientation flags are absent here. Quadrilateral connectors geometrically refining the surface are specified in a sequence.
Change to iterator based constructor
Introduce key counting on the base level of Connector, not ConnectorN since SphericalSurface currently incorrectly needs to derive from Connector2 (unique keys are required by mortar library)
Definition at line 23 of file sphereTopology.hh.
|
inlineinherited |
Returns the attribute of the connector.
Definition at line 108 of file connector.hh.
Get i-th quadrilateral child.
Implements concepts::Connector2.
Definition at line 32 of file sphereTopology.hh.
Get i-th quadrilateral child.
Implements concepts::Connector2.
Definition at line 34 of file sphereTopology.hh.
|
overridevirtual |
Required method by Connector2.
Implements concepts::Connector2.
|
overridevirtual |
Returns information in an output stream.
Reimplemented from concepts::Connector.
|
inlineinherited |
Returns the key of the connector.
Definition at line 105 of file connector.hh.
Comparison operator.
Definition at line 102 of file connector.hh.
Checks if this connector is related to conn
. It is being checked if one of the two is an ancestor of the other.
conn | Other connector |
conn
is an ancestor of this connectorconn
is a descendant of this connectorDefinition at line 111 of file connector.hh.
|
overridevirtual |
Required method by Connector2.
Implements concepts::Connector2.
|
protectedinherited |
Definition at line 132 of file connector.hh.
|
staticprotectedinherited |
Counter for the connectors. This counter is used to create the unique key of the connector.
Definition at line 263 of file connector.hh.
|
protectedinherited |
Unique key of the connector.
Definition at line 129 of file connector.hh.