http://xyst.i2p/DEBUG/test_coverage/Inciter/LaxCG.cpp.gcov.html
Matrix in the Symmetric Form of the Euler Equations, 2021. 175 : : // ***************************************************************************** 176 : : { 177 : 3320640 : auto g = g_cfg.get< tag::mat_spec_heat_ratio >(); 178 : 3320640 : auto rgas = g_cfg.get< tag::mat_spec_gas_const >(); 179 : : 180 : 3320640 : auto p = U(i,0); 181 : 3320640 : auto u = U(i,1); 182 : 3320640 : auto v = U(i,2); 183 : 3320640 : auto w = U(i,3); 184 : 3320640 : auto T =...