Home
last modified time | relevance | path

Searched refs:flesDot2 (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/incompressible/
H A Dusr.h85 #define flesDot2 FortranCInterface_GLOBAL_(flesdot2,FLESDOT2) macro
153 double flesDot2( double* a,
H A Dftools.f247 real*8 function flesDot2 ( a, b, m, n ) function
253 flesDot2 = 0
256 flesDot2 = flesDot2 + a(i,j) * b(i,j)
H A Dlestools.c470 tmpp = flesDot2( src1pnt, in lesDot2()