| Line 23... |
Line 23... |
"The problem to be solved is the same as ex1.c and"
|
"The problem to be solved is the same as ex1.c and"
|
"corresponds to the Laplacian operator in 1 dimension.\n\n"
|
"corresponds to the Laplacian operator in 1 dimension.\n\n"
|
"The command line options are:\n"
|
"The command line options are:\n"
|
" -n <n>, where <n> = number of grid subdivisions = matrix dimension.\n\n";
|
" -n <n>, where <n> = number of grid subdivisions = matrix dimension.\n\n";
|
|
|
#include "slepceps.h"
|
#include <slepceps.h>
|
|
|
/* Define context for user-provided spectral transformation */
|
/* Define context for user-provided spectral transformation */
|
typedef struct {
|
typedef struct {
|
KSP ksp;
|
KSP ksp;
|
} SampleShellST;
|
} SampleShellST;
|