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

Fix W

parent 39fb1609
Branches
No related tags found
1 merge request!1Develop
......@@ -178,8 +178,7 @@ int main(int argc, char *argv[]) {
Ny = (M_PI/Hy);
Nx++;
Ny++;
//W = (2 - (Hx + Hy)) / 2;
W = 1; // Ou 1.3
W = 2 - ((Hx + Hy) / 2);
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