Changeset 5713


Ignore:
Timestamp:
09/09/10 08:34:53 (15 years ago)
Author:
Mathieu Morlighem
Message:

IceFront now has its hooks and also their corresponding object to avoid calling deliver

Location:
issm/trunk/src/c
Files:
3 edited

Legend:

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

    r5701 r5713  
    4747        int  icefront_eid;
    4848        int  icefront_mparid;
    49         int  icefront_node_ids[MAX_ICEFRONT_GRIDS];
     49        int  icefront_node_ids[NUMVERTICESQUA]; //initialize with largest size
    5050        int  icefront_fill;
    5151
  • issm/trunk/src/c/objects/Loads/Icefront.h

    r5661 r5713  
    1414class IoModel;
    1515/*}}}*/
    16 
    17 #define MAX_ICEFRONT_GRIDS 4 //max number of grids for a certain load
    18 #define ICEFRONTSTRING 20    //max string length
    1916
    2017class Icefront: public Load {
  • issm/trunk/src/c/solutions/controlconvergence.cpp

    r5281 r5713  
    22 * \brief: determine convergence of control_core solution
    33 */
    4 
    54#ifdef HAVE_CONFIG_H
    65        #include "config.h"
     
    1615#include "../modules/modules.h"
    1716#include "./solutions.h"
    18 
    1917
    2018bool controlconvergence(double* J,double* responses, double eps_cm, int n){
     
    4745        return converged;
    4846}
    49 
Note: See TracChangeset for help on using the changeset viewer.