Class xlifepp::BCRTElement#

class BCRTElement : public xlifepp::ExtendedElement#

Inheritence diagram for xlifepp::BCRTElement:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xlifepp::BCRTElement" tooltip="xlifepp::BCRTElement" fillcolor="#BFBFBF"] "2" [label="xlifepp::ExtendedElement" tooltip="xlifepp::ExtendedElement"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xlifepp::BCRTElement:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "4" [label="std::vector< T >" tooltip="std::vector< T >"] "3" [label="std::vector< xlifepp::BCRTShapeFunction >" tooltip="std::vector< xlifepp::BCRTShapeFunction >"] "1" [label="xlifepp::BCRTElement" tooltip="xlifepp::BCRTElement" fillcolor="#BFBFBF"] "2" [label="xlifepp::ExtendedElement" tooltip="xlifepp::ExtendedElement"] "3" -> "4" [dir=forward tooltip="template-instance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] "1" -> "3" [dir=forward tooltip="usage"] }

class describing a BC-RT element considered as an element defined on a triangle of the primal mesh in this interpretation, element has inner dofs and outer dofs

Public Members

std::vector<BCRTShapeFunction> shapeFunctions#

dofs numbers ordered as follows inner dofs “located” on triangle edges (3) outer dofs located on edges connected to vertex i (except triangle edges)