[petsc-users] Hypre through Petsc: BoomerAMG options

Arun Kamath arun.kamath.m at gmail.com
Fri Aug 31 00:38:43 CDT 2012


My idea is to add Petsc options to the control file I have for my code for other options in the code and read them as in an example bit below.. So I was putting in the routines that we would be expecting to use in one file. That seems to be done now. Thanks for all the help.

case 'B': control>>numint;
				switch(numint)
				{
				case  5: control>>B5;
						 clear(c,numint);
						 break;
				case 10: control>>B10;
						 clear(c,numint);
						 break;
			    case 11: control>>B11;
						 clear(c,numint);
						 break;


More information about the petsc-users mailing list