📄 cogwarnings.cxx
字号:
#include "cogwarnings.hxx"
//////////////////////// Infos ///////////////////////////////
wzInfo cogInfoWriteGrid("wzgrid","write");
// in ibgoutput.cxx
wzInfo cogInfoGenerate("wzgrid","generate");
// cogenerator.cxx, cogversionfull.cxx, ibgopoints.cxx
//////////////////////// Warnings ///////////////////////////////
wzWarning cogInfoMaximalRefinementReached("ibg","MaximalRefinementReached");
// in ibgorefine.cxx
wzWarning cogInfoEmptyRegion("cogenoctree","empty region");
// in cogenoctree.cxx
wzWarning cogInfoEmptyFace("cogenoctree","empty face");
// in cogenoctree.cxx
wzWarning cogInfoPublicDomainVersion("public","not supported");
// in cogversionpublic.cxx
wzWarning cogInfoBadRegionCell("ibg2","bad region cell");
// in ibgregion.cxx
wzWarning cogInfoBadFaceCell("ibg2","bad face cell");
// in ibgface.cxx
wzWarning cogInfoTooMuchFaces("ibgoface","TooMuchFaces");
// in ibgoface.cxx
wzWarning cogInfoEdgeProblems("ibgoedge","edge-problems");
// in ibgoedge.cxx
wzWarning cogInfoVertexProblems("ibgovertex","vertex-problems");
// in ibgovertex.cxx
//////////////////////// Counter ///////////////////////////////
wzCounter cogInfoOmittedNodes(wzCounter::report_severity,
"omitted node:","omitted nodes: <>\n");
wzCounter cogInfoOmittedFaces(wzCounter::report_severity,
"omitted face:","omitted faces: <>\n");
// in ibgomark.cxx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -