Ignore:
Timestamp:
04/17/13 14:15:21 (12 years ago)
Author:
Eric.Larour
Message:

CHG: new ToolkitOptions static class variable, used to drive a lot of the Matrix, Vector and Solver
structures, akin to the Petsc Options database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/include/globals.h

    r14292 r14633  
    33 */
    44
    5 #ifndef GLOBALS_H_
    6 #define GLOBALS_H_
     5#ifndef _GLOBALS_H_
     6#define _GLOBALS_H_
    77
    88#include "./types.h"
    99#include "../classes/IssmComm.h"
     10#include "../classes/ToolkitOptions.h"
    1011
     12/*Communicators: */
    1113COMM IssmComm::comm;
    1214bool IssmComm::parallel;
    1315
     16/*String that is used to characterize our toolkits, ends up in Petsc Options database if we use Petsc. Can also be used to characterize the ISSM toolkit, often used when Petsc is not allowed*/
     17char* ToolkitOptions::toolkitoptions;
     18
    1419#endif
Note: See TracChangeset for help on using the changeset viewer.