Changeset 27211
- Timestamp:
- 08/17/22 13:28:31 (3 years ago)
- Location:
- issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.cpp
r27207 r27211 1907 1907 for(int i=0;i<NUM_VERTICES;i++) values[i]=value_in; 1908 1908 this->SetElementInput(inputs,NUM_VERTICES,vertexlids,values,vector_enum); 1909 1910 } 1911 /*}}}*/ 1912 void Element::InputCreateP0FromConstant(Inputs* inputs,IoModel* iomodel,IssmDouble value_in,int vector_enum){/*{{{*/ 1913 1914 this->SetElementInput(inputs,vector_enum,value_in); 1909 1915 1910 1916 } -
issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.h
r26947 r27211 137 137 void InputCreate(IssmDouble* vector,Inputs* inputs,IoModel* iomodel,int M,int N,int vector_type,int vector_enum,int code); 138 138 void InputCreateP1FromConstant(Inputs* inputs,IoModel* iomodel,IssmDouble value,int vector_enum); 139 void InputCreateP0FromConstant(Inputs* inputs,IoModel* iomodel,IssmDouble value,int vector_enum); 139 140 void ControlInputCreate(IssmDouble* doublearray,IssmDouble* independents_min,IssmDouble* independents_max,Inputs*inputs,IoModel* iomodel,int M,int N,IssmDouble scale,int input_enum,int id); 140 141 void DatasetInputAdd(int enum_type,IssmDouble* vector,Inputs* inputs,IoModel* iomodel,int M,int N,int vector_type,int vector_enum,int code,int input_enum); … … 179 180 void SetBoolInput(Inputs* inputs,int enum_in,bool value); 180 181 182 void SetDoubleInput(Inputs* inputs,int enum_in,IssmDouble value); 181 183 void SetIntInput(Inputs* inputs,int enum_in,int value); 182 184 void SmbSemic();
Note:
See TracChangeset
for help on using the changeset viewer.