Home
last modified time | relevance | path

Searched refs:found (Results 1 – 4 of 4) sorted by relevance

/phasta/shapeFunction/src/
H A DmodeShape.c31 int alpha,beta,found,count,nskip; in F_modeShapeTri() local
38 count = found = 0; in F_modeShapeTri()
43 found=1; in F_modeShapeTri()
47 if( found ) in F_modeShapeTri()
50 if( found ) in F_modeShapeTri()
53 if( found ) in F_modeShapeTri()
65 int alpha,beta,gamma,count,found; in R_modeShapeTet() local
73 found = 0; in R_modeShapeTet()
79 found = 1; in R_modeShapeTet()
83 if( found ) in R_modeShapeTet()
[all …]
H A DmodeShapeDrv.c29 int alpha,beta,found,count; in F_modeShapeTriDrv() local
37 count = found = 0; in F_modeShapeTriDrv()
42 found=1; in F_modeShapeTriDrv()
46 if(found) in F_modeShapeTriDrv()
49 if(found) in F_modeShapeTriDrv()
52 if( found ) { in F_modeShapeTriDrv()
63 int alpha,beta,gamma,count,found ; in R_modeShapeTetDrv() local
72 found = 0; in R_modeShapeTetDrv()
78 found = 1; in R_modeShapeTetDrv()
82 if(found) break; in R_modeShapeTetDrv()
[all …]
/phasta/phSolver/common/
H A Delem-search.f29 integer testing(4), found(nelint), negativ(nelint) local
73 found(:) = 0
116 found(counting) = e
124 found(counting) = e
136 elmt = found(1)
141 elmt = found(i)
/phasta/phSolver/cmake/
H A DGetGitRevisionDescription.cmake45 while(NOT EXISTS "${GIT_DIR}") # .git dir not found, search parent directories