Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/IO/CONVERGECFD/
H A DvtkCONVERGECFDReader.cxx516 std::vector<std::string> cellDataVariables; in RequestInformation() local
517 if (!ReadStrings(streamId, "VARIABLE_NAMES/CELL_VARIABLES", cellDataVariables)) in RequestInformation()
524 for (auto& cellVariableName : cellDataVariables) in RequestInformation()