openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsightParts
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: cleanup ensightParts to use updated infrastructure (issue #241). 2016-10-07 11:24:47 +02:00
checkMeshMoving.H ENH: make search of instances in IOobject::typeHeaderOk optional (issue #245) 2016-11-21 14:28:40 +01:00
ensightOutputSerialCloud.C ENH: cleanup ensightParts to use updated infrastructure (issue #241). 2016-10-07 11:24:47 +02:00
ensightOutputSerialCloud.H ENH: cleanup ensightParts to use updated infrastructure (issue #241). 2016-10-07 11:24:47 +02:00
ensightOutputSerialCloudTemplates.C ENH: cleanup ensightParts to use updated infrastructure (issue #241). 2016-10-07 11:24:47 +02:00
findFields.H ENH: use string endsWith in a few places 2016-12-18 23:58:45 +01:00
foamToEnsightParts.C BUG: removed oddness in pointer allocations (ensight parts). 2016-10-27 15:11:30 +02:00
getTimeIndex.H ENH: make search of instances in IOobject::typeHeaderOk optional (issue #245) 2016-11-21 14:28:40 +01:00
moveMesh.H ENH: make search of instances in IOobject::typeHeaderOk optional (issue #245) 2016-11-21 14:28:40 +01:00