Home
last modified time | relevance | path

Searched refs:SetEpsilonWeightFunction (Results 1 – 3 of 3) sorted by relevance

/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropMaterial.h44 …int SetEpsilonWeightFunction(const std::string fct, int ny) {return SetValue(fct,WeightEpsilon,ny)… in SetEpsilonWeightFunction() function
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/python/CSXCAD/
H A DCSProperties.pxd79 int SetEpsilonWeightFunction(string fct, int ny)
H A DCSProperties.pyx525 return (<_CSPropMaterial*>self.thisptr).SetEpsilonWeightFunction(val, ny)