Home
last modified time | relevance | path

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

/honee/problems/ !
H A Dstg_shur14.c177 StgShur14Context temp_ctx; in GetStgContextData() local
178 PetscCall(PetscNew(&temp_ctx)); in GetStgContextData()
179 *temp_ctx = **stg_ctx; in GetStgContextData()
180 temp_ctx->nmodes = nmodes; in GetStgContextData()
181 temp_ctx->nprofs = nprofs; in GetStgContextData()
183 temp_ctx->offsets.sigma = 0; in GetStgContextData()
184 temp_ctx->offsets.d = nmodes * 3; in GetStgContextData()
185 temp_ctx->offsets.phi = temp_ctx->offsets.d + nmodes * 3; in GetStgContextData()
186 temp_ctx->offsets.kappa = temp_ctx->offsets.phi + nmodes; in GetStgContextData()
187 temp_ctx->offsets.wall_dist = temp_ctx->offsets.kappa + nmodes; in GetStgContextData()
[all …]