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;

Reply via email to