Geophysical Inversion and Modelling Library
v1.5.2-5-g042d7f36
|
Public Member Functions | |
DC1dModellingC (size_t nlayers, const RVector &am, const RVector &an, const RVector &bm, const RVector &bn, bool verbose=false) | |
DC1dModellingC (size_t nlayers, const RVector &ab2, const RVector &mn2, bool verbose=false) | |
RVector | response (const RVector &model) |
![]() | |
DC1dModelling (size_t nlayers, const RVector &am, const RVector &an, const RVector &bm, const RVector &bn, bool verbose=false) | |
DC1dModelling (size_t nlayers, const RVector &ab2, const RVector &mn2, bool verbose=false) | |
DC1dModelling (size_t nlayers, DataContainer &data, bool verbose=false) | |
RVector | rhoa (const RVector &rho, const RVector &thk) |
RVector | kern1d (const RVector &lam, const RVector &rho, const RVector &h) |
RVector | pot1d (const RVector &R, const RVector &rho, const RVector &thk) |
RVector | getK () |
RVector | geometricFactor () |
template<class Vec > | |
Vec | rhoaT (const Vec &rho, const RVector &thk) |
template<class Vec > | |
Vec | kern1dT (const RVector &lam, const Vec &rho, const RVector &h) |
template<class Vec > | |
Vec | pot1dT (const RVector &R, const Vec &rho, const RVector &thk) |
RVector | createDefaultStartModel () |
![]() | |
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) |
DataContainer & | data () const |
virtual RVector | startModel () |
virtual void | setStartModel (const RVector &startModel) |
void | setMesh (const Mesh &mesh, bool ignoreRegionManager=false) |
Mesh * | mesh () |
void | createRefinedForwardMesh (bool refine=true, bool pRefine=false) |
void | deleteMesh () |
virtual void | setJacobian (MatrixBase *J) |
virtual void | createJacobian (const RVector &model) |
virtual void | createJacobian (const RVector &model, const RVector &resp) |
virtual void | createJacobian_mt (const RVector &model, const RVector &resp) |
virtual void | initJacobian () |
MatrixBase * | jacobian () |
MatrixBase * | jacobian () const |
virtual RMatrix & | jacobianRef () const |
virtual RMatrix & | jacobianRef () |
virtual void | clearJacobian () |
RVector | createMappedModel (const RVector &model, double background=-9e99) const |
void | setRegionManager (RegionManager *reg) |
const RegionManager & | regionManager () const |
RegionManager & | regionManager () |
RegionManager & | regionManagerRef () |
bool | verbose () |
Region * | region (int marker) |
RVector | createStartModel () |
RVector | createStartVector () |
void | initRegionManager () |
void | setThreadCount (Index nThreads) |
Index | threadCount () |
void | setMultiThreadJacobian (Index nThreads) |
Index | multiThreadJacobian () const |
Additional Inherited Members | |
![]() | |
void | init_ () |
void | postprocess_ () |
![]() | |
virtual void | deleteMeshDependency_ () |
virtual void | updateMeshDependency_ () |
virtual void | updateDataDependency_ () |
void | setMesh_ (const Mesh &mesh, bool update=true) |
![]() | |
size_t | nlayers_ |
double | meanrhoa_ |
RVector | am_ |
RVector | an_ |
RVector | bm_ |
RVector | bn_ |
RVector | k_ |
RVector | tmp_ |
RVector | myx_ |
RVector | myw_ |
![]() | |
Mesh * | mesh_ |
DataContainer * | dataContainer_ |
MatrixBase * | jacobian_ |
bool | ownJacobian_ |
MatrixBase * | constraints_ |
bool | ownConstraints_ |
RMatrix | solutions_ |
RVector | startModel_ |
bool | verbose_ |
bool | regionManagerInUse_ |
bool | ownRegionManager_ |
Index | nThreads_ |
Index | nThreadsJacobian_ |
DC (direct current) 1D modelling for complex resistivity
GIMLI::DC1dModellingC::DC1dModellingC | ( | size_t | nlayers, |
const RVector & | am, | ||
const RVector & | an, | ||
const RVector & | bm, | ||
const RVector & | bn, | ||
bool | verbose = false |
||
) |
General constructor using AM, AN, BM, BN, distances (as stored internally).
References GIMLI::createMesh1DBlock(), and GIMLI::ModellingBase::setMesh().
GIMLI::DC1dModellingC::DC1dModellingC | ( | size_t | nlayers, |
const RVector & | ab2, | ||
const RVector & | mn2, | ||
bool | verbose = false |
||
) |
Constructor for classical Schlumberger sounding
References GIMLI::createMesh1DBlock(), and GIMLI::ModellingBase::setMesh().
Return [|rhoa|, +phi(rad)] for [thicks, res, phi(rad)]
Reimplemented from GIMLI::DC1dModelling.