Skip to content

Commit 26d4d4c

Browse files
committed
docs: Add comments for tdsops_init arguments.
1 parent 6dc740c commit 26d4d4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/tdsops.f90

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ function tdsops_init(n, delta, operation, scheme, n_halo, from_to, &
7272
integer, intent(in) :: n
7373
real(dp), intent(in) :: delta
7474
character(*), intent(in) :: operation, scheme
75-
integer, optional, intent(in) :: n_halo
76-
character(*), optional, intent(in) :: from_to, bc_start, bc_end
77-
logical, optional, intent(in) :: sym
78-
real(dp), optional, intent(in) :: c_nu, nu0_nu
75+
integer, optional, intent(in) :: n_halo !! Number of halo cells
76+
character(*), optional, intent(in) :: from_to !! 'v2p' or 'p2v'
77+
character(*), optional, intent(in) :: bc_start, bc_end !! Boundary Cond.
78+
logical, optional, intent(in) :: sym !! (==npaire), only for Neumann BCs
79+
real(dp), optional, intent(in) :: c_nu, nu0_nu !! params for hypervisc.
7980

8081
integer :: n_stencil
8182

0 commit comments

Comments
 (0)