Home
last modified time | relevance | path

Searched defs:F_ARG (Results 1 – 16 of 16) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_ExtMath.cpp26 void F_Hypot(F_ARG) in F_Hypot() argument
47 void F_TanhC2(F_ARG) in F_TanhC2() argument
82 void F_Inv(F_ARG) in F_Inv() argument
90 void F_Det(F_ARG) in F_Det() argument
98 void F_Trace(F_ARG) in F_Trace() argument
134 void F_Norm(F_ARG) in F_Norm() argument
182 void F_SquNorm(F_ARG) in F_SquNorm() argument
229 void F_Unit(F_ARG) in F_Unit() argument
592 void F_Re(F_ARG) in F_Re() argument
668 void F_Im(F_ARG) in F_Im() argument
[all …]
H A DF_Math.cpp130 void F_Sign(F_ARG) in F_Sign() argument
158 void F_Min(F_ARG) in F_Min() argument
174 void F_Max(F_ARG) in F_Max() argument
194 void F_Jn(F_ARG) in F_Jn() argument
256 void F_Yn(F_ARG) in F_Yn() argument
286 void F_dJn(F_ARG) in F_dJn() argument
313 void F_dYn(F_ARG) in F_dYn() argument
343 void F_JnSph(F_ARG) in F_JnSph() argument
355 void F_YnSph(F_ARG) in F_YnSph() argument
367 void F_dJnSph(F_ARG) in F_dJnSph() argument
[all …]
H A DF_Coord.cpp23 void F_CoordXYZ(F_ARG) in F_CoordXYZ() argument
66 void F_CoordXYZS(F_ARG) in F_CoordXYZS() argument
128 void F_CoordX(F_ARG){ get_1_coord("F_CoordX",x) } in F_CoordX() argument
129 void F_CoordY(F_ARG){ get_1_coord("F_CoordY",y) } in F_CoordY() argument
130 void F_CoordZ(F_ARG){ get_1_coord("F_CoordZ",z) } in F_CoordZ() argument
150 void F_CoordXS(F_ARG){ get_1_coord_source("F_CoordXS",xs) } in F_CoordXS() argument
151 void F_CoordYS(F_ARG){ get_1_coord_source("F_CoordYS",ys) } in F_CoordYS() argument
152 void F_CoordZS(F_ARG){ get_1_coord_source("F_CoordZS",zs) } in F_CoordZS() argument
160 void F_aX_bY_cZ(F_ARG) in F_aX_bY_cZ() argument
189 void F_aX21_bY21_cZ21 (F_ARG) in F_aX21_bY21_cZ21() argument
H A DF_DiffGeom.cpp34 void F_Hodge(F_ARG) in F_Hodge() argument
88 void F_InnerProduct(F_ARG) in F_InnerProduct() argument
145 void F_Sharp(F_ARG) in F_Sharp() argument
171 void F_Flat(F_ARG) in F_Flat() argument
222 void F_WedgeProduct(F_ARG) in F_WedgeProduct() argument
250 void F_TensorProduct(F_ARG) in F_TensorProduct() argument
306 void F_PullBack(F_ARG) in F_PullBack() argument
332 void F_PullBackMetric(F_ARG) in F_PullBackMetric() argument
364 void F_InvPullBack(F_ARG) in F_InvPullBack() argument
391 void F_PushForward(F_ARG) in F_PushForward() argument
[all …]
H A DF_Geometry.cpp25 void F_Normal(F_ARG) in F_Normal() argument
58 void F_NormalSource(F_ARG) in F_NormalSource() argument
91 void F_Tangent(F_ARG) in F_Tangent() argument
131 void F_TangentSource(F_ARG) in F_TangentSource() argument
171 void F_ElementVol(F_ARG) in F_ElementVol() argument
229 void F_SurfaceArea(F_ARG) in F_SurfaceArea() argument
350 void F_GetVolume(F_ARG) in F_GetVolume() argument
445 void F_GetNumElement(F_ARG) in F_GetNumElement() argument
459 void F_GetNumElements(F_ARG) in F_GetNumElements() argument
515 void F_GetNumNodes(F_ARG) in F_GetNumNodes() argument
[all …]
H A DF_Gmsh.cpp20 void F_Field(F_ARG) in F_Field() argument
110 static void F_X_Field(F_ARG, int type, bool complex, bool grad=false) in F_X_Field() argument
226 void F_Distance(F_ARG) in F_Distance() argument
302 void F_Field(F_ARG) in F_Field() argument
309 static void F_X_Field(F_ARG, int type, bool complex, bool grad=false) in F_X_Field() argument
316 void F_Distance(F_ARG) in F_Distance() argument
325 void F_ScalarField(F_ARG){ F_X_Field(Fct, A, V, SCALAR, false); } in F_ScalarField() argument
326 void F_VectorField(F_ARG){ F_X_Field(Fct, A, V, VECTOR, false); } in F_VectorField() argument
327 void F_TensorField(F_ARG){ F_X_Field(Fct, A, V, TENSOR, false); } in F_TensorField() argument
328 void F_ComplexScalarField(F_ARG){ F_X_Field(Fct, A, V, SCALAR, true); } in F_ComplexScalarField() argument
[all …]
H A DF_Misc.cpp21 void F_Printf(F_ARG) in F_Printf() argument
27 void F_Rand(F_ARG) in F_Rand() argument
54 void F_ElementNum (F_ARG) in F_ElementNum() argument
69 void F_GetCpuTime (F_ARG) in F_GetCpuTime() argument
84 void F_GetMemory (F_ARG) in F_GetMemory() argument
423 void F_Felec (F_ARG) in F_Felec() argument
497 void F_dFxdux (F_ARG) in F_dFxdux() argument
563 void F_dFydux (F_ARG) in F_dFydux() argument
1100 void F_dFxdv (F_ARG) in F_dFxdv() argument
1165 void F_dFydv (F_ARG) in F_dFydv() argument
[all …]
H A DF_Interpolation.cpp18 void F_InterpolationLinear(F_ARG) in F_InterpolationLinear() argument
71 void F_dInterpolationLinear(F_ARG) in F_dInterpolationLinear() argument
168 void F_InterpolationAkima(F_ARG) in F_InterpolationAkima() argument
224 void F_dInterpolationAkima(F_ARG) in F_dInterpolationAkima() argument
738 void Fi_InitListMatrix(F_ARG) in Fi_InitListMatrix() argument
827 void Fi_InitListX(F_ARG) in Fi_InitListX() argument
842 void Fi_InitListXY(F_ARG) in Fi_InitListXY() argument
860 void Fi_InitListXY2(F_ARG) in Fi_InitListXY2() argument
886 void Fi_InitAkima(F_ARG) in Fi_InitAkima() argument
925 void F_ValueFromIndex (F_ARG) in F_ValueFromIndex() argument
[all …]
H A DF_PeWe.cpp58 void F_ElastodynamicsCylinderCavity(F_ARG) in F_ElastodynamicsCylinderCavity() argument
81 void F_ElastodynamicsCylinderWall(F_ARG) in F_ElastodynamicsCylinderWall() argument
104 void F_ElastodynamicsCylinderWallS(F_ARG) in F_ElastodynamicsCylinderWallS() argument
127 void F_ElastodynamicsCylinderWallOut(F_ARG) in F_ElastodynamicsCylinderWallOut() argument
151 void F_ElastodynamicsCylinderWallsOut(F_ARG) in F_ElastodynamicsCylinderWallsOut() argument
174 void F_ElastoCylinderWallOutAbc(F_ARG) in F_ElastoCylinderWallOutAbc() argument
199 void F_ElastoCylinderWallsOutAbc(F_ARG) in F_ElastoCylinderWallsOutAbc() argument
224 void F_ElastoCylinderWallOutAbc2(F_ARG) in F_ElastoCylinderWallOutAbc2() argument
249 void F_ElastoCylinderWallOutAbc2Pade(F_ARG) in F_ElastoCylinderWallOutAbc2Pade() argument
278 void F_ElastoCylinderWallsOutAbc2Pade(F_ARG) in F_ElastoCylinderWallsOutAbc2Pade() argument
H A DF_Octave.cpp61 void F_Octave(F_ARG) in F_Octave() argument
135 void F_Octave(F_ARG) in F_Octave() argument
H A DF_Raytracing.cpp14 void F_CylinderPhase(F_ARG) in F_CylinderPhase() argument
19 void F_DiamondPhase(F_ARG) in F_DiamondPhase() argument
112 void F_CylinderPhase(F_ARG) in F_CylinderPhase() argument
178 void F_DiamondPhase(F_ARG) in F_DiamondPhase() argument
H A DF_BiotSavart.cpp26 void F_BiotSavart(F_ARG) in F_BiotSavart() argument
67 void F_Pocklington(F_ARG) in F_Pocklington() argument
H A DF_Python.cpp50 void F_Python(F_ARG) in F_Python() argument
164 void F_Python(F_ARG) in F_Python() argument
H A DF_Analytic.cpp316 void F_RCS_SphPhi(F_ARG) in F_RCS_SphPhi() argument
2346 void F_OSRC_Aj(F_ARG) in F_OSRC_Aj() argument
2362 void F_OSRC_Bj(F_ARG) in F_OSRC_Bj() argument
2579 void F_pnm(F_ARG) in F_pnm() argument
2591 void F_unm(F_ARG) in F_unm() argument
2604 void F_snm(F_ARG) in F_snm() argument
2617 void F_Xnm(F_ARG) in F_Xnm() argument
2686 void F_Ynm(F_ARG) in F_Ynm() argument
2755 void F_Znm(F_ARG) in F_Znm() argument
2825 void F_Mnm(F_ARG) in F_Mnm() argument
[all …]
H A DF.h19 #define F_ARG struct Function * Fct, struct Value * A, struct Value * V macro
H A DF_Hysteresis.cpp205 void F_dhdb_Jiles(F_ARG) in F_dhdb_Jiles() argument
233 void F_dbdh_Jiles(F_ARG) in F_dbdh_Jiles() argument
261 void F_h_Jiles(F_ARG) in F_h_Jiles() argument
292 void F_b_Jiles(F_ARG) in F_b_Jiles() argument
433 void F_h_Ducharne(F_ARG) in F_h_Ducharne() argument
3554 void F_h_EB(F_ARG) in F_h_EB() argument
3611 void F_b_EB(F_ARG) in F_b_EB() argument
3664 void F_hrev_EB(F_ARG) in F_hrev_EB() argument
3720 void F_Jrev_EB(F_ARG) in F_Jrev_EB() argument
3772 void F_dbdh_EB(F_ARG) in F_dbdh_EB() argument
[all …]