Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeFem/FreeFem-sources
/ getmeshts
Method
getmeshts
plugin/seq/VTK_writer.cpp:186–186 ·
view source on GitHub ↗
!Get the mesh associated with the series nameofts*/
Source
from the content-addressed store, hash-verified
184
185
/*!Get the mesh associated with the series nameofts*/
186
const Fem2D::Mesh *getmeshts(const string &nameofts) { return _vecmesh[0]; }
187
188
void init( ) { new (this) VtkWriter( ); }
189
Callers
1
VTK_writer.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected