Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
cb8bd7ef
Commit
cb8bd7ef
authored
Jun 06, 2018
by
Jonathan Lambrechts
Browse files
less lines
parent
c98a0a38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fluid_problem.c
View file @
cb8bd7ef
...
...
@@ -527,17 +527,6 @@ static void fluid_problem_assemble_system(FluidProblem *problem, double *rhs, co
}
}
hxtLinearSystemAddToMatrix
(
lsys
,
iel
,
iel
,
local_matrix
);
/*for (int i = 0; i < 7*3; ++i) {
printf("%8.1e | ", local_vector[i]);
for (int j = 0; j < 7*3; ++j) {
double m = local_matrix[i*21+j];
if (fabs(m) < 1e-8) printf(" ");
else printf("%8.1e ",m);
}
printf("\n");
}
printf("\n");
printf("\n");*/
hxtLinearSystemAddToRhs
(
lsys
,
rhs
,
iel
,
local_vector
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment