Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
giraffe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nek5000
giraffe
Commits
af2c7951
Commit
af2c7951
authored
Oct 19, 2016
by
Elia Merzari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added testing
parent
3993263c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
examples/integration_example/integration_example.usr
examples/integration_example/integration_example.usr
+9
-2
No files found.
examples/integration_example/integration_example.usr
View file @
af2c7951
...
...
@@ -94,8 +94,8 @@ c-----------------------------------------------------------------------
c Will this be overwritten -----------------
write(6,*)"*** Setting polynomial orders ..."
n_legendre=
10
m_fourier=
10
n_legendre=
5
m_fourier=
2
c-----------------------------------------------
c This is for testing -----------
...
...
@@ -107,6 +107,13 @@ c call nek_testp()
c call exitt()
c--------------------------------
do i0=1,n_legendre
do j0=1,m_fourier
if (nid.eq.0) write(6,*)"C(",i0,",",j0,")=",
& coeff_fij(i0,j0)
enddo
enddo
return
end
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