Ignore:
Timestamp:
06/03/10 08:13:27 (15 years ago)
Author:
seroussi
Message:

added analysis_type in loads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Numericalflux.h

    r4004 r4007  
    2020        public:
    2121                int         id;
     22                int analysis_type;
    2223
    2324                Hook        helements;
     
    2930                /*Constructors {{{1*/
    3031                Numericalflux();
    31                 Numericalflux(int numericalflux_id,int* numericalflux_node_ids,int numnodes, int* numericalflux_element_ids, int numelements);
    32                 Numericalflux(int numericalflux_id,Hook* numericalflux_hnodes, Hook* numericalflux_helements, Parameters* parameters, Inputs* numericalflux_inputs);
    33                 Numericalflux(int numericalflux_id,int i, IoModel* iomodel);
     32                Numericalflux(int numericalflux_id,int i, IoModel* iomodel,int analysis_type);
    3433                ~Numericalflux();
     34                Object* copy();
    3535                /*}}}*/
    3636                /*Object management: {{{1*/
    37                 Object* copy();
    3837                void  Configure(DataSet* elements,DataSet* loads,DataSet* nodes,DataSet* vertices,DataSet* materials,Parameters* parameters);
    3938                void  DeepEcho();
Note: See TracChangeset for help on using the changeset viewer.