Home
last modified time | relevance | path

Searched refs:FEColor (Results 1 – 6 of 6) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dti_misc.cpp117 Vector3D c = FEColor(val); in SetFEColor()
264 Vector3D c1 = FEColor(val); in DrawLegend()
272 Vector3D c2 = FEColor(val); in DrawLegend()
546 c=FEColor(v[3]); in DrawIsoQuad()
551 c=FEColor(v[2]); in DrawIsoQuad()
556 c=FEColor(v[1]); in DrawIsoQuad()
561 c=FEColor(v[0]); in DrawIsoQuad()
596 c=FEColor(vv[3]); in DrawIsoQuad()
601 c=FEColor(vv[2]); in DrawIsoQuad()
606 c=FEColor(vv[1]); in DrawIsoQuad()
[all …]
H A Dtimeint.h566 virtual Vector3D FEColor(double val) const;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Dmbs_interface.h435 virtual Vector3D FEColor(double val) const = 0;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DFiniteElementGenericBeam2D.cpp463 Vector3D fecolor = mbs->FEColor( (vals(cnt)-mbs->GetFEmincol())/diff ); in DrawElement()
H A DANCFBeamShear2D.cpp1789 Vector3D fecolor = mbs->FEColor( (vals(cnt)-mbs->GetFEmincol())/diff ); in DrawElement()
H A DANCFCable2D.cpp1139 Vector3D fecolor = mbs->FEColor( (vals(cnt)-mbs->GetFEmincol())/diff ); in DrawElement()