| /phasta/svLS/ |
| H A D | GMRES.f | 58 REAL*8, ALLOCATABLE :: u(:,:,:), h(:,:), unCondU(:,:), y(:), c(:), local 61 ALLOCATE(h(ls%sD+1,ls%sD), u(dof,nNo,ls%sD+1), unCondU(dof,nNo), 115 h(j,i) = DOTV(dof, mynNo, commu, u(:,:,i+1), u(:,:,j)) 116 u(:,:,i+1) = u(:,:,i+1) - h(j,i)*u(:,:,j) 118 h(i+1,i) = NORMV(dof, mynNo, commu, u(:,:,i+1)) 120 u(:,:,i+1) = u(:,:,i+1)/h(i+1,i) 122 tmp = c(j)*h(j,i) + s(j)*h(j+1,i) 123 h(j+1,i) = -s(j)*h(j,i) + c(j)*h(j+1,i) 124 h(j,i) = tmp 126 tmp = SQRT(h(i,i)*h(i,i) + h(i+1,i)*h(i+1,i)) [all …]
|
| H A D | CMakeLists.txt | 35 svLS_API_c.h 36 svLS_API.h 37 svLS_c.h 38 svLS.h 39 svLS_STD.h 40 svLS_STRUCT_c.h 41 svLS_STRUCT.h
|
| /phasta/phSolver/testIC-DSIM/ |
| H A D | geom.sms | 147 1 23 c h 148 1 23 h d 149 1 23 e h 150 1 23 h f 155 0 34 g h 161 1 24+e+h+r-p 168 4 24+7+v-h-6 176 0 6-9-b-1-h-5-i 177 0 6-a+h-2-d-6-j
|
| H A D | geom.sdm | 147 1 22 c h 148 1 22 h d 149 1 22 e h 150 1 22 h f 160 1 24+e+h+r-p 167 4 24+7+v-h-6
|
| /phasta/phastaIO/ |
| H A D | README | 1 See phastaIO.h/cxx for phastaIO library implementations. 10 See vtkPhastaReader.h/cxx and vtkPPhastaReader.h/cxx for ParaView filters for
|
| H A D | CMakeLists.txt | 12 FortranCInterface_Header(FCMangle.h)
|
| /phasta/phSolver/compressible/ |
| H A D | get_h.c | 12 get_h_(double xtmp[][4], double u[], double *h) in get_h_() argument 15 get_h_(double xtmp[][4], double u[], double *h) in get_h_() 18 get_h(double xtmp[][4], double u[], double *h) in get_h_() 21 void get_h(double xtmp[][4], double u[], double *h) in get_h_() 24 void get_h(double xtmp[][4], double u[], double *h) in get_h_() 27 void GET_H(double xtmp[][4], double u[], double *h) in get_h_() 37 *h = length(x,u); in get_h_()
|
| H A D | getthm.f | 2 & ei, h, s, cv, cp, 52 & h(npro), s(npro), 163 h = T * (Rgas * gamma / gamma1) 191 h = tmpl(:)*prop_blend(:)+tmpg*(1-prop_blend(:)) 311 h = ei + Rgas * T
|
| H A D | e3mtrx.f | 2 & ei, h, alfap, 51 & h(npro), alfap(npro), 89 A0(:,5,1) = drdp * (h + rk) - alfap * T ! e1p 92 e3p = rho * ( h + rk) 93 e4p = drdT * (h + rk) + rho * cp 251 e1bar = h - rk 292 dVdY(:,11) = -(h-rk)*fact2
|
| H A D | e3bvar.f | 77 dimension h(npro), cv(npro), 123 & h, tmp, cv, 435 dimension h(npro), cv(npro), 476 & h, tmp, cv,
|
| H A D | e3ivar.f | 7 & ei, h, alfap, argument 74 & h(npro), alfap(npro), 221 & h, tmp, cv, 564 & h(npro), alfap(npro),
|
| H A D | e3.f | 71 & h(npro), alfap(npro), 135 & ei, h, alfap, 150 & ei, h, alfap,
|
| /phasta/CMakeFiles/ |
| H A D | FindFMDB.cmake | 2 find_path(FMDB_INCLUDE_DIR FMDB.h HINTS "${FMDB_DIR}/include") 4 find_path(FMDB_DIR include/FMDB.h NO_DEFAULT_PATH)
|
| H A D | FindMeshSim.cmake | 1 find_path(MESHSIM_INCLUDE_DIRS MeshSim.h HINTS "${MESHSIM_LIBRARY_DIR}/../../include" /usr/local/me…
|
| H A D | FindPETSC.cmake | 31 find_path(PETSC_INC petscsys.h HINTS /usr/include ${PETSC_PACKAGE_INCLUDES})
|
| /phasta/phSolver/ |
| H A D | CHANGES | 42 …oundary conditions merged onto top of the trunk. Ditched the use of common.h by .c functions (ins… 50 CVS: CHANGES common/asbnabi.f common/bctint.f common/common.h 51 CVS: common/common_c.h common/fillsparse.f common/gendat.f 97 ifdef cplusplus added to common_c.h to allow new_interface.c to use it 139 CVS: common/common.h common/common_c.h common/gendat.f 169 CVS: Makefile common/auxmpi.h common/commu.f common/ctypes.f 178 CVS: incompressible/usr.h incompressible/write_hessian.c 194 File: auxmpi.h Status: Modified 228 File: les.h Status: Modified 230 File: usr.h Status: Modified [all …]
|
| /phasta/phSolver/common/ |
| H A D | CMakeLists.txt | 46 configure_file(phasta_version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/phasta_version.h )
|
| H A D | .gitignore | 1 phasta_version.h
|
| /phasta/AcuStat/ |
| H A D | CMakeLists.txt | 12 FortranCInterface_HEADER(FCMangle.h)
|
| /phasta/M2N/ |
| H A D | CMakeLists.txt | 12 FortranCInterface_HEADER(FCMangle.h)
|
| /phasta/M2NFixBnd/ |
| H A D | CMakeLists.txt | 12 FortranCInterface_HEADER(FCMangle.h)
|
| /phasta/shapeFunction/ |
| H A D | configure.ac | 3 AC_CONFIG_HEADERS([config/config.h])
|
| H A D | Makefile.am | 22 src/shapeFuncInternals.h
|
| /phasta/phSolver/Test_C/ |
| H A D | solver.inp | 20 # common.h (to carry new parameter through code) 21 # common_c.h (to carry the parameter from C to Fortran)
|
| /phasta/phSolver/Test_IC/ |
| H A D | solver.inp | 20 # common.h (to carry new parameter through code) 21 # common_c.h (to carry the parameter from C to Fortran)
|