| Line 19... |
Line 19... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "private/stimpl.h" /*I "slepcst.h" I*/
|
#include <private/stimpl.h> /*I "slepcst.h" I*/
|
|
|
PetscClassId ST_CLASSID = 0;
|
PetscClassId ST_CLASSID = 0;
|
PetscLogEvent ST_SetUp = 0, ST_Apply = 0, ST_ApplyTranspose = 0;
|
PetscLogEvent ST_SetUp = 0, ST_Apply = 0, ST_ApplyTranspose = 0;
|
static PetscBool STPackageInitialized = PETSC_FALSE;
|
static PetscBool STPackageInitialized = PETSC_FALSE;
|
|
|