Added option for not assuming matrix blocks are SPD for Schwarz smoothers.
This commit is contained in:
parent
cbca5f0384
commit
47f5932948
@ -142,6 +142,17 @@ HYPRE_SchwarzSetNumFunctions( HYPRE_Solver solver,
|
|||||||
return( hypre_SchwarzSetNumFunctions( (void *) solver, num_functions ) );
|
return( hypre_SchwarzSetNumFunctions( (void *) solver, num_functions ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--------------------------------------------------------------------------
|
||||||
|
* HYPRE_SchwarzSetNonSymm
|
||||||
|
*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
int
|
||||||
|
HYPRE_SchwarzSetNonSymm( HYPRE_Solver solver,
|
||||||
|
int use_nonsymm )
|
||||||
|
{
|
||||||
|
return( hypre_SchwarzSetNonSymm( (void *) solver, use_nonsymm ));
|
||||||
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------
|
/*--------------------------------------------------------------------------
|
||||||
* HYPRE_SchwarzSetRelaxWeight
|
* HYPRE_SchwarzSetRelaxWeight
|
||||||
*--------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user