carputils
Doxygen code documentation for the python framework controlling openCARP
|
Namespaces | |
carputils.carpio.msh_stats | |
Functions | |
def | carputils.carpio.msh_stats.existence (mesh_name) |
check if the files mesh_name .pts, mesh_name .elem, mesh_name .lon exist More... | |
def | carputils.carpio.msh_stats.queryEdges (basemesh) |
QUERYEDGES query min/mean/max sizes of with given mesh (obtained from 'meshtool query edges') More... | |
def | carputils.carpio.msh_stats.write (msh) |
Write the mesh stats (m_el and centroid) to msh+'.stats.out.txt. More... | |
def | carputils.carpio.msh_stats.read (msh) |
Read a mesh stats file (msh+'.stats.txt) for centroid and mean edge length. More... | |