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
nek5000
giraffe
Commits
b2b78c46
Commit
b2b78c46
authored
Oct 19, 2016
by
Elia Merzari
Browse files
Commented out printing of coefficients in userchk
parent
e89b40e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/integration_example/integration_example.usr
View file @
b2b78c46
...
@@ -107,13 +107,14 @@ c call nek_testp()
...
@@ -107,13 +107,14 @@ c call nek_testp()
c call exitt()
c call exitt()
c--------------------------------
c--------------------------------
do i0=1,n_legendre
c This is to test coefficients with MOOSE --
do j0=1,m_fourier
c do i0=1,n_legendre
if (nid.eq.0) write(6,*)"C(",i0,",",j0,")=",
c do j0=1,m_fourier
& coeff_fij(i0,j0)
c if (nid.eq.0) write(6,*)"C(",i0,",",j0,")=",
enddo
c & coeff_fij(i0,j0)
enddo
c enddo
c enddo
c------------------------------------------
return
return
end
end
c-----------------------------------------------------------------------
c-----------------------------------------------------------------------
...
...
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