Plane 2-D elements

class xc.ElemWithMaterial4N_Mech2D

Bases: xc.ElementBase4N

extrapolationMatrix

Returns the element extrapolation matrix.

getExtrapolatedValues((ElemWithMaterial4N_Mech2D)arg1, (Matrix)arg2) → Matrix :

Return the values at nodes from the values at the Gauss points.

C++ signature :
XC::Matrix getExtrapolatedValues(XC::ElemWithMaterial<4, XC::SolidMech2D> {lvalue},XC::Matrix)
getPhysicalProperties

Returns materials at integration points (gauss points).

setMaterial((ElemWithMaterial4N_Mech2D)arg1, (str)arg2) → None :

Set the element material.

C++ signature :
void setMaterial(XC::ElemWithMaterial<4, XC::SolidMech2D> {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
class xc.QuadBase4N_Mech2D

Bases: xc.PlaneElement4N_Mech2D

class xc.ElemWithMaterial3N_Mech2D

Bases: xc.ElementBase3N

getPhysicalProperties

returns materials at integration points (gauss points).

setMaterial((ElemWithMaterial3N_Mech2D)arg1, (str)arg2) → None :

Set the element material.

C++ signature :
void setMaterial(XC::ElemWithMaterial<3, XC::SolidMech2D> {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
class xc.TriBase3N_Mech2D

Bases: xc.PlaneElement3N_Mech2D

class xc.ElemWithMaterial4N_SFD

Bases: xc.ElementBase4N

getPhysicalProperties

returns materials at integration points (gauss points).

setMaterial((ElemWithMaterial4N_SFD)arg1, (str)arg2) → None :

Set the element material.

C++ signature :
void setMaterial(XC::ElemWithMaterial<4, XC::SectionFDPhysicalProperties> {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)