| Line 1... |
Line 1... |
|
/*
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
SLEPc - Scalable Library for Eigenvalue Problem Computations
|
|
Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
|
|
|
|
This file is part of SLEPc. See the README file for conditions of use
|
|
and additional information.
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
*/
|
|
|
static char help[] = "Computes the smallest nonzero eigenvalue of the Laplacian of a graph.\n\n"
|
static char help[] = "Computes the smallest nonzero eigenvalue of the Laplacian of a graph.\n\n"
|
"This example illustrates EPSAttachDeflationSpace(). The example graph corresponds to a "
|
"This example illustrates EPSAttachDeflationSpace(). The example graph corresponds to a "
|
"2-D regular mesh. The command line options are:\n"
|
"2-D regular mesh. The command line options are:\n"
|
" -n <n>, where <n> = number of grid subdivisions in x dimension.\n"
|
" -n <n>, where <n> = number of grid subdivisions in x dimension.\n"
|