Searched refs:GetDensityWeighted (Results 1 – 5 of 5) sorted by relevance
46 virtual double GetDensityWeighted(const double* coords);
161 double CSPropDiscMaterial::GetDensityWeighted(const double* inCoords) in GetDensityWeighted() function in CSPropDiscMaterial164 return CSPropMaterial::GetDensityWeighted(inCoords); in GetDensityWeighted()167 return CSPropMaterial::GetDensityWeighted(inCoords); in GetDensityWeighted()
82 …virtual double GetDensityWeighted(const double* coords) {return GetWeight(WeightDensity,coords)*Ge… in GetDensityWeighted() function
225 cell_density[pos[0]][pos[1]][pos[2]] = matProp->GetDensityWeighted(coord); in DumpFDData()
1276 return mat->GetDensityWeighted(coords); in GetMaterial()