We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eca9b commit 541e0abCopy full SHA for 541e0ab
src/wave.cpp
@@ -77,6 +77,7 @@ void Wave::init( Configf& configf ) {
77
78
//Validate (0 < p <= 1/sqrt(2)), NOTE: there is a typo after A.13 in Rennie 2001, see, A. R. Mitchell.
79
//Computational methods in partial differential equations. John Wiley & Sons, London, 1969.
80
+ //The general formula for the maximum value of p is given in page 205 of the book reference above.
81
if( sqrt(p2) > 1.0/sqrt(2.0)) {
82
cerr << "Wave equation with gamma: " << gamma << " axonal range: " << range << endl;
83
cerr << "and deltat: " << deltat << " deltax: " << deltax << endl;
0 commit comments