Changeset 3863


Ignore:
Timestamp:
05/20/10 08:47:12 (15 years ago)
Author:
Mathieu Morlighem
Message:

Pattyn is now running

Location:
issm/trunk/src/c/objects
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Icefront.cpp

    r3834 r3863  
    13491349}
    13501350/*}}}*/
     1351/*FUNCTION Icefront::UpdateInputsFromVector(double* vector, int name, int type) {{{1*/
     1352void  Icefront::UpdateInputsFromVector(double* vector, int name, int type){
     1353        /*Nothing updated yet*/
     1354}
     1355/*}}}*/
     1356/*FUNCTION Icefront::UpdateInputsFromVector(int* vector, int name, int type) {{{1*/
     1357void  Icefront::UpdateInputsFromVector(int* vector, int name, int type){
     1358        /*Nothing updated yet*/
     1359}
     1360/*}}}*/
     1361/*FUNCTION Icefront::UpdateInputsFromVector(bool* vector, int name, int type) {{{1*/
     1362void  Icefront::UpdateInputsFromVector(bool* vector, int name, int type){
     1363        /*Nothing updated yet*/
     1364}
     1365/*}}}*/
     1366/*FUNCTION Icefront::UpdateInputsFromConstant(double constant, int name) {{{1*/
     1367void  Icefront::UpdateInputsFromConstant(double constant, int name){
     1368        /*Nothing updated yet*/
     1369}
     1370/*}}}*/
    13511371/*FUNCTION Icefront::UpdateInputsFromConstant(int constant, int name) {{{1*/
    1352 void Icefront::UpdateInputsFromConstant(int constant, int name){
    1353 
    1354         /*Nothing updated for now*/
    1355 }
    1356 /*}}}*/
     1372void  Icefront::UpdateInputsFromConstant(int constant, int name){
     1373        /*Nothing updated yet*/
     1374}
     1375/*}}}*/
     1376/*FUNCTION Icefront::UpdateInputsFromConstant(bool constant, int name) {{{1*/
     1377void  Icefront::UpdateInputsFromConstant(bool constant, int name){
     1378        /*Nothing updated yet*/
     1379}
     1380/*}}}*/
     1381/*FUNCTION Icefront::UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type) {{{1*/
     1382void  Icefront::UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){
     1383        /*Nothing updated yet*/
     1384}
     1385/*}}}*/
  • issm/trunk/src/c/objects/Loads/Icefront.h

    r3834 r3863  
    5050                int   MarshallSize();
    5151                int   MyRank();
    52                 void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    53                 void    UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    54                 void    UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    55                 void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    56                 void    UpdateInputsFromConstant(int constant, int name);
    57                 void    UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
     52                void  UpdateInputsFromVector(double* vector, int name, int type);
     53                void  UpdateInputsFromVector(int* vector, int name, int type);
     54                void  UpdateInputsFromVector(bool* vector, int name, int type);
     55                void  UpdateInputsFromConstant(double constant, int name);
     56                void  UpdateInputsFromConstant(int constant, int name);
     57                void  UpdateInputsFromConstant(bool constant, int name);
    5858
    59                 void    UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}
     59                void  UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type);
    6060
    6161
  • issm/trunk/src/c/objects/Materials/Matice.cpp

    r3834 r3863  
    438438}
    439439/*}}}*/
    440 /*FUNCTION Matice::UpdateInputsFromConstant(int constant, int name){{{1*/
     440/*FUNCTION Matice::UpdateInputsFromVector(double* vector, int name, int type) {{{1*/
     441void  Matice::UpdateInputsFromVector(double* vector, int name, int type){
     442        /*Nothing updated yet*/
     443}
     444/*}}}*/
     445/*FUNCTION Matice::UpdateInputsFromVector(int* vector, int name, int type) {{{1*/
     446void  Matice::UpdateInputsFromVector(int* vector, int name, int type){
     447        /*Nothing updated yet*/
     448}
     449/*}}}*/
     450/*FUNCTION Matice::UpdateInputsFromVector(bool* vector, int name, int type) {{{1*/
     451void  Matice::UpdateInputsFromVector(bool* vector, int name, int type){
     452        /*Nothing updated yet*/
     453}
     454/*}}}*/
     455/*FUNCTION Matice::UpdateInputsFromConstant(double constant, int name) {{{1*/
     456void  Matice::UpdateInputsFromConstant(double constant, int name){
     457        /*Nothing updated yet*/
     458}
     459/*}}}*/
     460/*FUNCTION Matice::UpdateInputsFromConstant(int constant, int name) {{{1*/
    441461void  Matice::UpdateInputsFromConstant(int constant, int name){
    442 
    443         /*Nothing updated for now*/
    444 
    445 }
    446 /*}}}*/
     462        /*Nothing updated yet*/
     463}
     464/*}}}*/
     465/*FUNCTION Matice::UpdateInputsFromConstant(bool constant, int name) {{{1*/
     466void  Matice::UpdateInputsFromConstant(bool constant, int name){
     467        /*Nothing updated yet*/
     468}
     469/*}}}*/
     470/*FUNCTION Matice::UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type) {{{1*/
     471void  Matice::UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){
     472        /*Nothing updated yet*/
     473}
     474/*}}}*/
  • issm/trunk/src/c/objects/Materials/Matice.h

    r3834 r3863  
    4545                double GetB();
    4646                double GetN();
    47                 void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    48                 void    UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    49                 void    UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    50                 void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    51                 void    UpdateInputsFromConstant(int constant, int name);
    52                 void    UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
    53                 void    UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}
    54 
     47                void  UpdateInputsFromVector(double* vector, int name, int type);
     48                void  UpdateInputsFromVector(int* vector, int name, int type);
     49                void  UpdateInputsFromVector(bool* vector, int name, int type);
     50                void  UpdateInputsFromConstant(double constant, int name);
     51                void  UpdateInputsFromConstant(int constant, int name);
     52                void  UpdateInputsFromConstant(bool constant, int name);
     53                void  UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type);
    5554
    5655};
  • issm/trunk/src/c/objects/Materials/Matpar.cpp

    r3834 r3863  
    282282}
    283283/*}}}1*/
    284 /*FUNCTION Matpar::UpdateInputsFromConstant(int constant, int name){{{1*/
    285 void Matpar::UpdateInputsFromConstant(int constant, int name){
    286 
    287         /*Nothing updated for now*/
    288 }
    289 /*}}}1*/
     284/*FUNCTION Matpar::UpdateInputsFromVector(double* vector, int name, int type) {{{1*/
     285void   Matpar::UpdateInputsFromVector(double* vector, int name, int type){
     286        /*Nothing updated yet*/
     287}
     288/*}}}*/
     289/*FUNCTION Matpar::UpdateInputsFromVector(int* vector, int name, int type) {{{1*/
     290void   Matpar::UpdateInputsFromVector(int* vector, int name, int type){
     291        /*Nothing updated yet*/
     292}
     293/*}}}*/
     294/*FUNCTION Matpar::UpdateInputsFromVector(bool* vector, int name, int type) {{{1*/
     295void   Matpar::UpdateInputsFromVector(bool* vector, int name, int type){
     296        /*Nothing updated yet*/
     297}
     298/*}}}*/
     299/*FUNCTION Matpar::UpdateInputsFromConstant(double constant, int name) {{{1*/
     300void   Matpar::UpdateInputsFromConstant(double constant, int name){
     301        /*Nothing updated yet*/
     302}
     303/*}}}*/
     304/*FUNCTION Matpar::UpdateInputsFromConstant(int constant, int name) {{{1*/
     305void   Matpar::UpdateInputsFromConstant(int constant, int name){
     306        /*Nothing updated yet*/
     307}
     308/*}}}*/
     309/*FUNCTION Matpar::UpdateInputsFromConstant(bool constant, int name) {{{1*/
     310void   Matpar::UpdateInputsFromConstant(bool constant, int name){
     311        /*Nothing updated yet*/
     312}
     313/*}}}*/
     314/*FUNCTION Matpar::UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type) {{{1*/
     315void   Matpar::UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){
     316        /*Nothing updated yet*/
     317}
     318/*}}}*/
  • issm/trunk/src/c/objects/Materials/Matpar.h

    r3834 r3863  
    5757                double GetMeltingPoint();
    5858                Object* copy();
    59                 void   UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    60                 void   UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    61                 void   UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    62                 void   UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
     59                void   UpdateInputsFromVector(double* vector, int name, int type);
     60                void   UpdateInputsFromVector(int* vector, int name, int type);
     61                void   UpdateInputsFromVector(bool* vector, int name, int type);
     62                void   UpdateInputsFromConstant(double constant, int name);
    6363                void   UpdateInputsFromConstant(int constant, int name);
    64                 void   UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
    65 
    66                 void   UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}
     64                void   UpdateInputsFromConstant(bool constant, int name);
     65                void   UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type);
    6766
    6867
  • issm/trunk/src/c/objects/Vertex.cpp

    r3834 r3863  
    182182}
    183183/*}}}*/
    184 /*FUNCTION UpdateInputsFromConstant(int constant, int name){{{2*/
     184
     185/*FUNCTION Vertex::UpdateInputsFromVector(double* vector, int name, int type) {{{2*/
     186void  Vertex::UpdateInputsFromVector(double* vector, int name, int type){
     187        /*Nothing updated yet*/
     188}
     189/*}}}*/
     190/*FUNCTION Vertex::UpdateInputsFromVector(int* vector, int name, int type) {{{2*/
     191void  Vertex::UpdateInputsFromVector(int* vector, int name, int type){
     192        /*Nothing updated yet*/
     193}
     194/*}}}*/
     195/*FUNCTION Vertex::UpdateInputsFromVector(bool* vector, int name, int type) {{{2*/
     196void  Vertex::UpdateInputsFromVector(bool* vector, int name, int type){
     197        /*Nothing updated yet*/
     198}
     199/*}}}*/
     200/*FUNCTION Vertex::UpdateInputsFromConstant(double constant, int name) {{{2*/
     201void  Vertex::UpdateInputsFromConstant(double constant, int name){
     202        /*Nothing updated yet*/
     203}
     204/*}}}*/
     205/*FUNCTION Vertex::UpdateInputsFromConstant(int constant, int name) {{{2*/
    185206void  Vertex::UpdateInputsFromConstant(int constant, int name){
    186 
    187         /*Nothing updated for now*/
    188 
     207        /*Nothing updated yet*/
     208}
     209/*}}}*/
     210/*FUNCTION Vertex::UpdateInputsFromConstant(bool constant, int name) {{{2*/
     211void  Vertex::UpdateInputsFromConstant(bool constant, int name){
     212        /*Nothing updated yet*/
    189213}
    190214/*}}}*/
  • issm/trunk/src/c/objects/Vertex.h

    r3834 r3863  
    5050                void  UpdateFromDakota(void* vinputs);
    5151                void  UpdatePosition(double* thickness,double* bed);
    52                 void  UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    53                 void  UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    54                 void  UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    55                 void  UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
     52                void  UpdateInputsFromVector(double* vector, int name, int type);
     53                void  UpdateInputsFromVector(int* vector, int name, int type);
     54                void  UpdateInputsFromVector(bool* vector, int name, int type);
     55                void  UpdateInputsFromConstant(double constant, int name);
    5656                void  UpdateInputsFromConstant(int constant, int name);
    57                 void  UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
     57                void  UpdateInputsFromConstant(bool constant, int name);
    5858
    5959                void  UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}
Note: See TracChangeset for help on using the changeset viewer.