Home
last modified time | relevance | path

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

/phasta/phastaIO/
H A DvtkPPhastaReader.cxx607 …this->Reader->SetFieldInfo(paraviewFieldTag,phastaFieldTag,index,numOfComps,dataDependency,dataTyp… in RequestInformation()
623 this->Reader->SetFieldInfo("pressure","solution",0,1,0,"double"); in RequestInformation()
624 this->Reader->SetFieldInfo("velocity","solution",1,3,0,"double"); in RequestInformation()
625 this->Reader->SetFieldInfo("temperature","solution",4,1,0,"double"); in RequestInformation()
H A DvtkPhastaReader.h62 void SetFieldInfo(const char *paraviewFieldTag,
H A DvtkPhastaReader.cxx894 void vtkPhastaReader::SetFieldInfo(const char* paraviewFieldTag, in SetFieldInfo() function in vtkPhastaReader