Skip to content
Snippets Groups Projects
Commit 39fb1609 authored by Cristian Weiland's avatar Cristian Weiland
Browse files

Fix W

parent fe4df2c3
No related branches found
No related tags found
1 merge request!1Develop
......@@ -178,7 +178,8 @@ int main(int argc, char *argv[]) {
Ny = (M_PI/Hy);
Nx++;
Ny++;
W = (2 - (Hx + Hy)) / 2;
//W = (2 - (Hx + Hy)) / 2;
W = 1; // Ou 1.3
UDivisor = (2 / Hx * Hx) + (2 / Hy * Hy) + 4 * Pipi;
double sigma;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment