Home
last modified time | relevance | path

Searched refs:GetNodeWidth (Results 1 – 8 of 8) sorted by last modified time

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Doperator_base.h66 virtual double GetNodeWidth(int ny, const unsigned int pos[3], bool dualMesh = false) const =0;
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Doperator.cpp217 double Operator::GetNodeWidth(int ny, const int pos[3], bool dualMesh) const in GetNodeWidth() function in Operator
224 return GetNodeWidth(ny, uiPos, dualMesh); in GetNodeWidth()
231 return GetNodeWidth(nyP,pos,dualMesh) * GetNodeWidth(nyPP,pos,dualMesh); in GetNodeArea()
1370 delta_ny = GetNodeWidth(n,loc_pos,true); in AverageMatCellCenter()
1384 delta_ny = GetNodeWidth(n,loc_pos,true); in AverageMatCellCenter()
1484 double delta_ny = GetNodeWidth(n,loc_pos,true); in AverageMatQuarterCell()
1498 delta_ny = GetNodeWidth(n,loc_pos,true); in AverageMatQuarterCell()
H A Doperator_cylinder.h52 virtual double GetNodeWidth(int ny, const unsigned int pos[3], bool dualMesh = false) const;
54 virtual double GetNodeWidth(int ny, const int pos[3], bool dualMesh = false) const;
H A Doperator.h122 …virtual double GetNodeWidth(int ny, const unsigned int pos[3], bool dualMesh = false) const {retur…
124 virtual double GetNodeWidth(int ny, const int pos[3], bool dualMesh = false) const;
H A Doperator_cylinder.cpp132 double Operator_Cylinder::GetNodeWidth(int ny, const unsigned int pos[3], bool dualMesh) const in GetNodeWidth() function in Operator_Cylinder
142 double Operator_Cylinder::GetNodeWidth(int ny, const int pos[3], bool dualMesh) const in GetNodeWidth() function in Operator_Cylinder
151 return GetNodeWidth(ny, uiPos, dualMesh); in GetNodeWidth()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Doperator_ext_conductingsheet.cpp226 wtl = m_Op->GetEdgeLength(n,pos)/m_Op->GetNodeWidth(t_dir,pos); in BuildExtension()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTreeNode.cs238 width = TreeView.GetNodeWidth (this);
H A DTreeView.cs1631 internal int GetNodeWidth (TreeNode node) in GetNodeWidth() method in System.Windows.Forms.TreeView