#include <CombinedRoughness.h>

Public Member Functions | |
| virtual CombinedRoughness * | clone () const |
| Clone the object. | |
| void | SetRefCond (const double cond) |
| Set reference conductivity for roughness calculation, changes weighting between velocity and conductivity. | |
| void | SetRefVel (const double vel) |
| Set reference velcoity for roughness calculation, changes weighting between velocity and conductivity. | |
| virtual void | SafeParallel (const ttranscribed &member) |
| Calculate the roughness of the model given by the parameter member. | |
| virtual double | PostParallel (const ttranscribed &member) |
| Some operations cannot be done in parallel, these are done after, returns the misfit value. | |
| CombinedRoughness (const CombinedRoughness &Old) | |
| We have to copy the base class and the local data. | |
| CombinedRoughness & | operator= (const CombinedRoughness &source) |
| We have to copy the base class and the local data. | |
| CombinedRoughness () | |
| virtual | ~CombinedRoughness () |
Definition at line 6 of file CombinedRoughness.h.
| CombinedRoughness::CombinedRoughness | ( | const CombinedRoughness & | Old | ) |
We have to copy the base class and the local data.
Definition at line 37 of file CombinedRoughness.cpp.
| CombinedRoughness::CombinedRoughness | ( | ) |
| CombinedRoughness::~CombinedRoughness | ( | ) | [virtual] |
Definition at line 12 of file CombinedRoughness.cpp.
| virtual CombinedRoughness* CombinedRoughness::clone | ( | ) | const [inline, virtual] |
Clone the object.
Implements GeneralObjective.
Definition at line 13 of file CombinedRoughness.h.
References CombinedRoughness().
| CombinedRoughness & CombinedRoughness::operator= | ( | const CombinedRoughness & | source | ) |
We have to copy the base class and the local data.
Definition at line 45 of file CombinedRoughness.cpp.
| double CombinedRoughness::PostParallel | ( | const ttranscribed & | member | ) | [virtual] |
Some operations cannot be done in parallel, these are done after, returns the misfit value.
Implements GeneralObjective.
Definition at line 31 of file CombinedRoughness.cpp.
References GeneralObjective::GetRMS().
| void CombinedRoughness::SafeParallel | ( | const ttranscribed & | member | ) | [virtual] |
Calculate the roughness of the model given by the parameter member.
Reimplemented from GeneralObjective.
Definition at line 17 of file CombinedRoughness.cpp.
References GeneralObjective::GetFitExponent(), length, and GeneralObjective::SetRMS().
| void CombinedRoughness::SetRefCond | ( | const double | cond | ) | [inline] |
Set reference conductivity for roughness calculation, changes weighting between velocity and conductivity.
Definition at line 15 of file CombinedRoughness.h.
| void CombinedRoughness::SetRefVel | ( | const double | vel | ) | [inline] |
Set reference velcoity for roughness calculation, changes weighting between velocity and conductivity.
Definition at line 17 of file CombinedRoughness.h.
1.5.8