Home
last modified time | relevance | path

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

/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropLorentzMaterial.cpp42 WeightMueLorPole=NULL; in Init()
62 delete[] WeightMueLorPole[o]; in DeleteValues()
75 delete[] WeightMueLorPole; in DeleteValues()
88 WeightMueLorPole=NULL; in DeleteValues()
105 WeightMueLorPole=new ParameterScalar*[m_Order]; in InitValues()
120 WeightMueLorPole[o] = new ParameterScalar[3]; in InitValues()
142 WeightMueLorPole[o][n].SetValue(1); in InitValues()
143 WeightMueLorPole[o][n].SetParameterSet(coordParaSet); in InitValues()
231 EC=WeightMueLorPole[o][n].Evaluate(); in Update()
368 if (ReadVectorTerm(WeightMueLorPole[0],*weightProp,"MueLorPoleFrequency_1",1.0)==false) in ReadFromXML()
[all …]
H A DCSPropLorentzMaterial.h114 …nction(int order, const std::string val, int ny) {return SetValue(val,WeightMueLorPole[order],ny);} in SetMueLorPoleFreqWeightFunction()
116 …ng GetMueLorPoleFreqWeightFunction(int order, int ny) {return GetTerm(WeightMueLorPole[order],ny);} in GetMueLorPoleFreqWeightFunction()
118 …eighted(int order, int ny, const double* coords) {return GetWeight(WeightMueLorPole[order],ny,coo… in GetMueLorPoleFreqWeighted()
159 ParameterScalar** WeightMueLorPole; variable