cogwarnings.cxx
来自「有限元学习研究用源代码(老外的),供科研人员参考」· CXX 代码 · 共 43 行
CXX
43 行
#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 + =
减小字号Ctrl + -
显示快捷键?