Geophysical Inversion and Modelling Library  v1.5.0
GIMLI::GravimetryModelling Class Reference

Modelling class for gravimetry calculation using polygon integration. More...

+ Inheritance diagram for GIMLI::GravimetryModelling:
+ Collaboration diagram for GIMLI::GravimetryModelling:

Public Member Functions

 GravimetryModelling (Mesh &mesh, DataContainer &dataContainer, bool verbose=false)
 
RVector createDefaultStartModel ()
 
virtual RVector response (const RVector &slowness)
 
virtual void createJacobian (const RVector &slowness)
 
virtual void initJacobian ()
 
- Public Member Functions inherited from GIMLI::ModellingBase
 ModellingBase (bool verbose=false)
 
 ModellingBase (DataContainer &dataContainer, bool verbose=false)
 
 ModellingBase (const Mesh &mesh, bool verbose=false)
 
 ModellingBase (const Mesh &mesh, DataContainer &dataContainer, bool verbose=false)
 
void setVerbose (bool verbose)
 
bool verbose () const
 
virtual RVector response_mt (const RVector &model, Index i=0) const
 
RVector operator() (const RVector &model)
 
void setData (DataContainer &data)
 
DataContainerdata () const
 
virtual RVector startModel ()
 
virtual void setStartModel (const RVector &startModel)
 
void setMesh (const Mesh &mesh, bool ignoreRegionManager=false)
 
Meshmesh ()
 
void createRefinedForwardMesh (bool refine=true, bool pRefine=false)
 
void deleteMesh ()
 
virtual void setJacobian (MatrixBase *J)
 
virtual void createJacobian (const RVector &model, const RVector &resp)
 
virtual void createJacobian_mt (const RVector &model, const RVector &resp)
 
MatrixBasejacobian ()
 
MatrixBasejacobian () const
 
virtual RMatrixjacobianRef () const
 
virtual RMatrixjacobianRef ()
 
virtual void clearJacobian ()
 
RVector createMappedModel (const RVector &model, double background=-9e99) const
 
void setRegionManager (RegionManager *reg)
 
const RegionManagerregionManager () const
 
RegionManagerregionManager ()
 
RegionManagerregionManagerRef ()
 
bool verbose ()
 
Regionregion (int marker)
 
RVector createStartModel ()
 
RVector createStartVector ()
 
void initRegionManager ()
 
void setThreadCount (Index nThreads)
 
Index threadCount ()
 
void setMultiThreadJacobian (Index nThreads)
 
Index multiThreadJacobian () const
 

Additional Inherited Members

- Protected Member Functions inherited from GIMLI::ModellingBase
virtual void init_ ()
 
virtual void deleteMeshDependency_ ()
 
virtual void updateMeshDependency_ ()
 
virtual void updateDataDependency_ ()
 
void setMesh_ (const Mesh &mesh, bool update=true)
 
- Protected Attributes inherited from GIMLI::ModellingBase
Meshmesh_
 
DataContainerdataContainer_
 
MatrixBasejacobian_
 
bool ownJacobian_
 
MatrixBaseconstraints_
 
bool ownConstraints_
 
RMatrix solutions_
 
RVector startModel_
 
bool verbose_
 
bool regionManagerInUse_
 
bool ownRegionManager_
 
Index nThreads_
 
Index nThreadsJacobian_
 

Detailed Description

Modelling class for gravimetry calculation using polygon integration.

Modelling class for gravimetry calculation using polygon integration

Member Function Documentation

◆ createDefaultStartModel()

RVector GIMLI::GravimetryModelling::createDefaultStartModel ( )
virtual

Interface to define custom start model generators.

Reimplemented from GIMLI::ModellingBase.

◆ createJacobian()

void GIMLI::GravimetryModelling::createJacobian ( const RVector slowness)
virtual

Interface.

Reimplemented from GIMLI::ModellingBase.

◆ initJacobian()

void GIMLI::GravimetryModelling::initJacobian ( )
virtual

Interface.

Reimplemented from GIMLI::ModellingBase.

◆ response()

RVector GIMLI::GravimetryModelling::response ( const RVector slowness)
virtual

Interface. Calculate response

Reimplemented from GIMLI::ModellingBase.