Skip to content
Snippets Groups Projects
Commit fbce8e91 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

add default value for parallel bc

parent 6c742aa1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ implicit none
! 'disconnected' : Connect all kx to 0
! 'shearless' : Connect all kx to itself
CHARACTER(len=256), &
PUBLIC, PROTECTED :: parallel_bc
PUBLIC, PROTECTED :: parallel_bc = 'dirichlet'
! GENE unused additional parameters for miller_mod
REAL(xp), PUBLIC, PROTECTED :: edge_opt = 0.0_xp ! meant to redistribute the points in z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment