Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dstruct_vector.c927 hypre_BoxArray *work_boxarray; in hypre_StructVectorClearBoundGhostValues() local
954 work_boxarray = hypre_BoxArrayCreate( 0, ndim ); in hypre_StructVectorClearBoundGhostValues()
957 hypre_SubtractBoxArrays( boundary_boxes, array_of_box, work_boxarray ); in hypre_StructVectorClearBoundGhostValues()
974 hypre_BoxArrayDestroy(work_boxarray); in hypre_StructVectorClearBoundGhostValues()