⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cogwarnings.cxx

📁 有限元学习研究用源代码(老外的),供科研人员参考
💻 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 + -