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

Fix W

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