Gathers Input/Output utility classes. More...
Classes | |
class | IOField |
Enables working with files in the XML Format. More... | |
class | IPF |
To read project parameters from a file in IPF format. More... | |
class | Prescription |
To prescribe various types of data by an algebraic expression. Data may consist in boundary conditions, forces, tractions, fluxes, initial condition. All these data types can be defined through an enumerated variable. More... | |
Macros | |
#define | MAX_NB_PAR 50 |
Maximum number of parameters. More... | |
#define | MAX_ARRAY_SIZE 100 |
Maximum array size. More... | |
#define | MAX_INPUT_STRING_LENGTH 100 |
Maximum string length. More... | |
#define | FILENAME_LENGTH 150 |
Length of a string defining a file name. | |
Detailed Description
Gathers Input/Output utility classes.
Macro Definition Documentation
#define MAX_NB_PAR 50 |
Maximum number of parameters.
Used in class IPF
#define MAX_ARRAY_SIZE 100 |
Maximum array size.
Used in class IPF
#define MAX_INPUT_STRING_LENGTH 100 |
Maximum string length.
Used in class IPF