Skip to content

Commit

Permalink
removed CUTHILL_MCKEE from DATA/Par_file, removed unused variables at…
Browse files Browse the repository at this point in the history
… the end of setup/constants.h.in, and created an empty OUTPUT_FILES/ directory because it is required by the solver
  • Loading branch information
komatits committed Feb 19, 2014
1 parent 51f3e6f commit bde4bf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SAVE_FORWARD = .false. # save the last frame, needed for adjo
# parameters concerning partitioning
nproc = 1 # number of processes
partitioning_method = 3 # SCOTCH = 3, ascending order (very bad idea) = 1
PERFORM_CUTHILL_MCKEE = .false. # perform inverse Cuthill-McKee (1969) optimization/permutation for mesh numbering (can be very costly and not very useful)

ngnod = 9 # number of control nodes per element (4 or 9)
initialfield = .false. # use a plane wave as source or not
Expand Down
4 changes: 4 additions & 0 deletions OUTPUT_FILES/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
5 changes: 0 additions & 5 deletions setup/constants.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,3 @@
! maximum number of stages for optimized (for reduced storage) LDDRK4-6 Runge-Kutta time scheme
integer, parameter :: Nstages = 6

!! DK DK added this for Guenneau, March 2012
! mettre la valeur souhaitee pour les rayons interieur et exterieur de la cape
real(kind=CUSTOM_REAL), parameter :: r0_guenneau = 0.20_CUSTOM_REAL
real(kind=CUSTOM_REAL), parameter :: r1_guenneau = 0.40_CUSTOM_REAL

0 comments on commit bde4bf2

Please sign in to comment.