Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteVtk.cpp59 : mbImpl(impl), writeTool(0), mStrict(DEFAULT_STRICT), freeNodes(0), createOneNodeCells(false) in WriteVtk()
95 createOneNodeCells = true; in write_file()
292 if (!createOneNodeCells) in write_elems()
369 if (createOneNodeCells) in write_elems()
H A DWriteVtk.hpp94 bool createOneNodeCells; member in moab::WriteVtk