 |
Ice Sheet System Model
4.18
Code documentation
|
#include <Cfsurfacelogvel.h>
Definition at line 15 of file Cfsurfacelogvel.h.
◆ Cfsurfacelogvel() [1/2]
Cfsurfacelogvel::Cfsurfacelogvel |
( |
| ) |
|
◆ Cfsurfacelogvel() [2/2]
Cfsurfacelogvel::Cfsurfacelogvel |
( |
char * |
in_name, |
|
|
int |
in_definitionenum, |
|
|
IssmDouble |
in_datatime, |
|
|
bool |
timepassedflag |
|
) |
| |
Definition at line 39 of file Cfsurfacelogvel.cpp.
43 this->
name = xNew<char>(strlen(in_name)+1);
44 xMemCpy<char>(this->
name,in_name,strlen(in_name)+1);
◆ ~Cfsurfacelogvel()
Cfsurfacelogvel::~Cfsurfacelogvel |
( |
| ) |
|
◆ copy()
Object * Cfsurfacelogvel::copy |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho()
void Cfsurfacelogvel::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ Echo()
void Cfsurfacelogvel::Echo |
( |
void |
| ) |
|
|
virtual |
◆ Id()
int Cfsurfacelogvel::Id |
( |
void |
| ) |
|
|
virtual |
◆ Marshall()
void Cfsurfacelogvel::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
virtual |
◆ ObjectEnum()
int Cfsurfacelogvel::ObjectEnum |
( |
void |
| ) |
|
|
virtual |
◆ DefinitionEnum()
int Cfsurfacelogvel::DefinitionEnum |
( |
| ) |
|
|
virtual |
◆ Name()
char * Cfsurfacelogvel::Name |
( |
| ) |
|
|
virtual |
◆ Response()
◆ Cfsurfacelogvel_Calculation()
IssmDouble Cfsurfacelogvel::Cfsurfacelogvel_Calculation |
( |
Element * |
element, |
|
|
int |
definitionenum |
|
) |
| |
Definition at line 131 of file Cfsurfacelogvel.cpp.
133 int domaintype,numcomponents;
154 default:
_error_(
"not supported yet");
166 if(numcomponents==2){
175 for(
int ig=gauss->
begin();ig<gauss->end();ig++){
186 if(numcomponents==2){
197 if(numcomponents==1){
198 velocity_mag =fabs(vx)+epsvel;
199 obs_velocity_mag=fabs(vxobs)+epsvel;
202 velocity_mag =sqrt(vx*vx+vy*vy)+epsvel;
203 obs_velocity_mag=sqrt(vxobs*vxobs+vyobs*vyobs)+epsvel;
206 misfit=4*pow(meanvel,2)*pow(log(velocity_mag/obs_velocity_mag),2);
215 xDelete<IssmDouble>(xyz_list);
◆ definitionenum
int Cfsurfacelogvel::definitionenum |
◆ name
char* Cfsurfacelogvel::name |
◆ datatime
◆ timepassedflag
bool Cfsurfacelogvel::timepassedflag |
◆ last_time
◆ lock
int Cfsurfacelogvel::lock |
◆ misfit
The documentation for this class was generated from the following files:
int ISSM_MPI_Allreduce(void *sendbuf, void *recvbuf, int count, ISSM_MPI_Datatype datatype, ISSM_MPI_Op op, ISSM_MPI_Comm comm)
void FindParam(bool *pvalue, int paramenum)
#define _printf_(StreamArgs)
static ISSM_MPI_Comm GetComm(void)
virtual Input2 * GetInput2(int inputenum)=0
void DeleteMaterials(void)
virtual DatasetInput2 * GetDatasetInput2(int inputenum)
virtual Gauss * NewGauss(void)=0
void GetVerticesCoordinates(IssmDouble **xyz_list)
int ISSM_MPI_Bcast(void *buffer, int count, ISSM_MPI_Datatype datatype, int root, ISSM_MPI_Comm comm)
#define _error_(StreamArgs)
virtual Element * SpawnTopElement(void)=0
virtual int begin(void)=0
Object * GetObjectByOffset(int offset)
@ WeightsSurfaceObservationEnum
virtual void JacobianDeterminant(IssmDouble *Jdet, IssmDouble *xyz_list, Gauss *gauss)=0
virtual void GaussPoint(int ig)=0
void FindParam(bool *pinteger, int enum_type)
T * xMemCpy(T *dest, const T *src, unsigned int size)
IssmDouble Cfsurfacelogvel_Calculation(Element *element, int definitionenum)