Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dsmg_relax.c39 HYPRE_Int stencil_dim; member
151 HYPRE_Int stencil_dim; in hypre_SMGRelaxDestroyASol() local
156 stencil_dim = (relax_data -> stencil_dim); in hypre_SMGRelaxDestroyASol()
159 if (stencil_dim > 2) in hypre_SMGRelaxDestroyASol()
216 HYPRE_Int stencil_dim; in hypre_SMGRelax() local
255 stencil_dim = (relax_data -> stencil_dim); in hypre_SMGRelax()
304 if (stencil_dim > 2) in hypre_SMGRelax()
322 if ((stencil_dim - 1) <= (relax_data -> memory_use)) in hypre_SMGRelax()
342 HYPRE_Int stencil_dim; in hypre_SMGRelaxSetup() local
346 (relax_data -> stencil_dim) = stencil_dim; in hypre_SMGRelaxSetup()
[all …]
H A Dsmg_setup_interp.c25 HYPRE_Int stencil_dim; in hypre_SMGCreateInterpOp() local
33 stencil_dim = hypre_StructStencilNDim(hypre_StructMatrixStencil(A)); in hypre_SMGCreateInterpOp()
42 hypre_StructStencilCreate(stencil_dim, stencil_size, stencil_shape); in hypre_SMGCreateInterpOp()
H A Dpfmg_setup_interp.c34 HYPRE_Int stencil_dim; in hypre_PFMGCreateInterpOp() local
43 stencil_dim = hypre_StructStencilNDim(hypre_StructMatrixStencil(A)); in hypre_PFMGCreateInterpOp()
52 hypre_StructStencilCreate(stencil_dim, stencil_size, stencil_shape); in hypre_PFMGCreateInterpOp()