Home
last modified time | relevance | path

Searched refs:start (Results 1 – 15 of 15) sorted by relevance

/phasta/phSolver/common/
H A Dcycle_count.c10 static uint64_t start; variable
22 if(__builtin_expect(tb < start, 0)) in cycle_count_stop()
24 total += tb + (UINT64_MAX-start); in cycle_count_stop()
28 total += tb-start; in cycle_count_stop()
37 start = GetTimeBase(); in cycle_count_start()
39 start = 0; //FIEX ME for non BGQ env in cycle_count_start()
H A Dphasta.cc74 pdarray( void* darray , int start, int end ) { in pdarray() argument
75 for( int i=start; i < end; i++ ){ in pdarray()
81 piarray( void* iarray , int start, int end ) { in piarray() argument
82 for( int i=start; i < end; i++ ){ in piarray()
H A Dinput.config40 Initial Scalar 1 ramp start: NODEFAULT
304 Target Viscosity For Step NSTEP: 0 # uses linear ramp between start
H A Dcommon.h20 c The five types of region topology are 1= Tet, 2=Hex, 3= Wedge (tri-start),
/phasta/M2NFixBnd/src/
H A Dphasta.cc47 pdarray( void* darray , int start, int end ) { in pdarray() argument
48 for( int i=start; i < end; i++ ){ in pdarray()
54 piarray( void* iarray , int start, int end ) { in piarray() argument
55 for( int i=start; i < end; i++ ){ in piarray()
/phasta/M2N/src/
H A Dphasta.cc49 pdarray( void* darray , int start, int end ) { in pdarray() argument
50 for( int i=start; i < end; i++ ){ in pdarray()
56 piarray( void* iarray , int start, int end ) { in piarray() argument
57 for( int i=start; i < end; i++ ){ in piarray()
/phasta/AcuStat/src/
H A Dphasta.cc48 pdarray( void* darray , int start, int end ) { in pdarray() argument
49 for( int i=start; i < end; i++ ){ in pdarray()
55 piarray( void* iarray , int start, int end ) { in piarray() argument
56 for( int i=start; i < end; i++ ){ in piarray()
/phasta/phastaIO/
H A DvtkPhastaReader.cxx53 unsigned long long start, end; variable
57 void startTimer(unsigned long long* start) { in startTimer() argument
58 *start = rdtsc(); in startTimer()
65 void computeTime(unsigned long long* start, unsigned long long* end) { in computeTime() argument
66 double time = (double)((*end-*start)/clockRate); in computeTime()
581 startTimer(&start); in openfile()
586 computeTime(&start, &end); in openfile()
H A DphastaIO.cc315 void startTimer(double* start) { in startTimer() argument
318 *start = phiotmrc(); in startTimer()
336 double start, in printPerf() argument
343 double time = end - start; in printPerf()
/phasta/phSolver/AMG/
H A Damgread.txt5 Poisson Equation in PHASTA. If you want to start to modify or add
43 We have to start from this file. This is a module file containing
115 in ramg_window/ramg_winct), if it does not go down, we start restart
/phasta/svLS/
H A DsvLS_STRUCT.h99 ! Pointer to start of data for commu (only 2 proc shared points)
/phasta/AcuStat/include/
H A DcommonAcuStat.h20 c The five types of region topology are 1= Tet, 2=Hex, 3= Wedge (tri-start),
/phasta/M2N/include/
H A DcommonM2N.h20 c The five types of region topology are 1= Tet, 2=Hex, 3= Wedge (tri-start),
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd.h20 c The five types of region topology are 1= Tet, 2=Hex, 3= Wedge (tri-start),
/phasta/phSolver/
H A DCHANGES25 After severe neglect we are back to version control. We start with a rollback to 1.9_7b and then b…
209 1/ now phSolver can start from a 1 proc output and partition the problem