Home
last modified time | relevance | path

Searched refs:NameOfCoef (Results 1 – 13 of 13) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/doc/texinfo/
H A DMagDyn_av_2D.pro67 { Name se; NameOfCoef ae; Function BF_PerpendicularEdge;
71 { NameOfCoef ae; EntityType NodesOf;
79 { Name sr; NameOfCoef ur; Function BF_RegionZ;
83 { Name U; Type AliasOf ; NameOfCoef ur; }
84 { Name I; Type AssociatedWith; NameOfCoef ur; }
87 { NameOfCoef U; EntityType Region;
89 { NameOfCoef I; EntityType Region;
97 { Name sr; NameOfCoef jsr; Function BF_RegionZ;
101 { NameOfCoef jsr; EntityType Region;
H A DMagSta_a_2D.pro42 { Name se; NameOfCoef ae; Function BF_PerpendicularEdge;
46 { NameOfCoef ae; EntityType NodesOf;
54 { Name sr; NameOfCoef jsr; Function BF_RegionZ;
58 { NameOfCoef jsr; EntityType Region;
H A DEleSta_v.pro43 { Name sn; NameOfCoef vn; Function BF_Node;
47 { NameOfCoef vn; EntityType NodesOf;
H A Dgetdp.texi2323 @tindex NameOfCoef
2391 NameOfCoef @var{coef-id}; @} @dots{}
2394 @{ NameOfCoef @var{coef-id};
6180 NameOfCoef vf; @}
6258 @{ NameOfCoef ae;
6305 @{ NameOfCoef hk;
6307 @{ NameOfCoef phin;
6309 @{ NameOfCoef phic;
6363 @{ NameOfCoef Ic;
6365 @{ NameOfCoef Icc;
[all …]
/dports/science/getdp/getdp-3.4.0-source/templates/
H A DLib_Elasticity_u.pro118 { Name sxn; NameOfCoef uxn; Function BF_Node;
121 { Name sxn2; NameOfCoef uxn2; Function BF_Node_2E;
126 { NameOfCoef uxn; EntityType NodesOf; NameOfConstraint Displacement_x; }
128 { NameOfCoef uxn2; EntityType EdgesOf; NameOfConstraint Displacement_x; }
134 { Name syn; NameOfCoef uyn; Function BF_Node;
137 { Name syn2; NameOfCoef uyn2; Function BF_Node_2E;
142 { NameOfCoef uyn; EntityType NodesOf; NameOfConstraint Displacement_y; }
144 { NameOfCoef uyn2; EntityType EdgesOf; NameOfConstraint Displacement_y; }
150 { Name syn; NameOfCoef uzn; Function BF_Node;
153 { Name szn2; NameOfCoef uzn2; Function BF_Node_2E;
[all …]
H A DLib_Magnetodynamics2D_av_Cir.pro172 { NameOfCoef a_n;
175 { NameOfCoef I;
179 { NameOfCoef a_e;
196 { Name U; Type AliasOf; NameOfCoef ur; }
200 { NameOfCoef U;
202 { NameOfCoef I;
214 { Name Is; Type AliasOf; NameOfCoef ir; }
218 { NameOfCoef Us;
220 { NameOfCoef Is;
239 { NameOfCoef Uz;
[all …]
H A DLib_Electrostatics_v.pro97 { Name sn; NameOfCoef vn; Function BF_Node;
99 { Name sck; NameOfCoef vck; Function BF_GroupOfNodes;
106 { Name GlobalElectricPotential; Type AliasOf; NameOfCoef vck; }
107 { Name GlobalElectricCharge; Type AssociatedWith; NameOfCoef vck; }
110 { NameOfCoef vn;
113 { NameOfCoef GlobalElectricPotential;
115 { NameOfCoef GlobalElectricCharge;
H A DLib_Magnetostatics_a_phi.pro119 { Name sn; NameOfCoef phin; Function BF_Node;
123 { NameOfCoef phin; EntityType NodesOf; NameOfConstraint phi; }
129 { Name se; NameOfCoef ae; Function BF_Edge;
133 { NameOfCoef ae; EntityType EdgesOf; NameOfConstraint a; }
134 { NameOfCoef ae; EntityType EdgesOfTreeIn; EntitySubType StartingOn;
141 { Name se; NameOfCoef ae; Function BF_PerpendicularEdge;
145 { NameOfCoef ae; EntityType NodesOf; NameOfConstraint a; }
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProData.cpp87 return ( strcmp((char *)a, ((struct BasisFunction *)b)->NameOfCoef ) ); in fcmp_BasisFunction_NameOfCoef()
1056 BF->Name, BF->NameOfCoef, in Print_FunctionSpace()
1124 List_Pointer(BF_L, GQ->ReferenceIndex))->NameOfCoef); in Print_FunctionSpace()
1138 List_Pointer(BF_L, CO->ReferenceIndex))->NameOfCoef); in Print_FunctionSpace()
H A DProParser.l339 NameOfCoef return tNameOfCoef;
H A DProData.h365 char *Name, *NameOfCoef; member
H A DProParser.y2624 BasisFunction_S.NameOfCoef = NULL;
2668 BasisFunction_S.NameOfCoef = $2; BasisFunction_S.Dimension = 1;
H A DProParser.tab.cpp11723 BasisFunction_S.NameOfCoef = NULL;
11767 BasisFunction_S.NameOfCoef = (yyvsp[(2) - (3)].c); BasisFunction_S.Dimension = 1;