Home
last modified time | relevance | path

Searched refs:WeightEpsLorPole (Results 1 – 2 of 2) sorted by last modified time

/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropLorentzMaterial.cpp41 WeightEpsLorPole=NULL; in Init()
61 delete[] WeightEpsLorPole[o]; in DeleteValues()
74 delete[] WeightEpsLorPole; in DeleteValues()
87 WeightEpsLorPole=NULL; in DeleteValues()
104 WeightEpsLorPole=new ParameterScalar*[m_Order]; in InitValues()
119 WeightEpsLorPole[o] = new ParameterScalar[3]; in InitValues()
140 WeightEpsLorPole[o][n].SetValue(1); in InitValues()
141 WeightEpsLorPole[o][n].SetParameterSet(coordParaSet); in InitValues()
222 EC=WeightEpsLorPole[o][n].Evaluate(); in Update()
366 if (ReadVectorTerm(WeightEpsLorPole[0],*weightProp,"EpsilonLorPoleFrequency_1",1.0)==false) in ReadFromXML()
[all …]
H A DCSPropLorentzMaterial.h66 …nction(int order, const std::string val, int ny) {return SetValue(val,WeightEpsLorPole[order],ny);} in SetEpsLorPoleFreqWeightFunction()
68 …ng GetEpsLorPoleFreqWeightFunction(int order, int ny) {return GetTerm(WeightEpsLorPole[order],ny);} in GetEpsLorPoleFreqWeightFunction()
70 …Weighted(int order, int ny, const double* coords) {return GetWeight(WeightEpsLorPole[order],ny,coo… in GetEpsLorPoleFreqWeighted()
158 ParameterScalar** WeightEpsLorPole; variable