Add to protos and rerun headers (#493)
Some function declarations had been removed from the protos file in struct_ls and headers needed to be rerun in that directory.
This commit is contained in:
parent
e12e942fcb
commit
d933faa538
@ -450,9 +450,9 @@ HYPRE_Int hypre_SparseMSGSetupRAPOp ( hypre_StructMatrix *R , hypre_StructMatrix
|
|||||||
/* sparse_msg_solve.c */
|
/* sparse_msg_solve.c */
|
||||||
HYPRE_Int hypre_SparseMSGSolve ( void *smsg_vdata , hypre_StructMatrix *A , hypre_StructVector *b , hypre_StructVector *x );
|
HYPRE_Int hypre_SparseMSGSolve ( void *smsg_vdata , hypre_StructMatrix *A , hypre_StructVector *b , hypre_StructVector *x );
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,11 @@
|
|||||||
* SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
* SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
/* coarsen.c */
|
||||||
|
HYPRE_Int hypre_StructMapFineToCoarse ( hypre_Index findex , hypre_Index index , hypre_Index stride , hypre_Index cindex );
|
||||||
|
HYPRE_Int hypre_StructMapCoarseToFine ( hypre_Index cindex , hypre_Index index , hypre_Index stride , hypre_Index findex );
|
||||||
|
HYPRE_Int hypre_StructCoarsen ( hypre_StructGrid *fgrid , hypre_Index index , hypre_Index stride , HYPRE_Int prune , hypre_StructGrid **cgrid_ptr );
|
||||||
|
|
||||||
/* cyclic_reduction.c */
|
/* cyclic_reduction.c */
|
||||||
void *hypre_CyclicReductionCreate ( MPI_Comm comm );
|
void *hypre_CyclicReductionCreate ( MPI_Comm comm );
|
||||||
hypre_StructMatrix *hypre_CycRedCreateCoarseOp ( hypre_StructMatrix *A , hypre_StructGrid *coarse_grid , HYPRE_Int cdir );
|
hypre_StructMatrix *hypre_CycRedCreateCoarseOp ( hypre_StructMatrix *A , hypre_StructGrid *coarse_grid , HYPRE_Int cdir );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user