KTH framework for Nek5000 toolboxes; testing version  0.0.1
nek_in_situ.f
Go to the documentation of this file.
1 c-----------------------------------------------------------------------
2  subroutine in_situ_init()
3 #ifdef VISIT
4  call visit_init()
5 #endif
6  end
7 c-----------------------------------------------------------------------
8  subroutine in_situ_check()
9 #ifdef VISIT
10  call visit_check()
11 #endif
12  end
13 c-----------------------------------------------------------------------
14  subroutine in_situ_end()
15 #ifdef VISIT
16  call visit_end()
17 #endif
18  end
19 c-----------------------------------------------------------------------
20 
subroutine in_situ_init()
Definition: nek_in_situ.f:3
subroutine in_situ_check()
Definition: nek_in_situ.f:9
subroutine in_situ_end()
Definition: nek_in_situ.f:15
subroutine visit_check()
Definition: visit.f:154
subroutine visit_end()
Definition: visit.f:240
subroutine visit_init
Definition: visit.f:16