This website requires JavaScript.
Explore
Help
Register
Sign In
zhyang-dev
/
openfoam
Watch
1
Star
0
Fork
0
You've already forked openfoam
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5566d5d4875c345f6de624ac8bc076f87aa052d3
openfoam
/
applications
/
utilities
/
postProcessing
/
dataConversion
/
foamToEnsight
History
Mark Olesen
7b4680482e
ENH: use string endsWith in a few places
...
fieldName.endsWith("_0") vs fieldName.size() > 2 && fieldName(fieldName.size()-2, 2) == "_0"
2016-12-18 23:58:45 +01:00
..
Make
ENH: relocate meshSubsetHelper into dynamicMesh for re-use
2016-11-09 23:33:24 +01:00
checkData.H
ENH: use string endsWith in a few places
2016-12-18 23:58:45 +01:00
checkMeshMoving.H
ENH: make search of instances in IOobject::typeHeaderOk optional (issue
#245
)
2016-11-21 14:28:40 +01:00
ensightOutputCloud.C
ENH: complete reworking of foamToEnsight to make into a library (issue
#241
)
2016-10-06 10:43:22 +02:00
ensightOutputCloud.H
ENH: complete reworking of foamToEnsight to make into a library (issue
#241
)
2016-10-06 10:43:22 +02:00
ensightOutputCloudTemplates.C
ENH: complete reworking of foamToEnsight to make into a library (issue
#241
)
2016-10-06 10:43:22 +02:00
findCloudFields.H
ENH: complete reworking of foamToEnsight to make into a library (issue
#241
)
2016-10-06 10:43:22 +02:00
foamToEnsight.C
ENH: relocate meshSubsetHelper into dynamicMesh for re-use
2016-11-09 23:33:24 +01:00