19#ifndef _BERT_BERT_JACOBIAN__H
20#define _BERT_BERT_JACOBIAN__H
43DLLEXPORT
void createSensitivityCol(RMatrix & S,
47 const RVector & weights,
49 std::vector < std::pair < Index, Index > > & matrixClusterIds,
50 uint nThreads,
bool verbose);
52DLLEXPORT
void createSensitivityCol(CMatrix & S,
56 const RVector & weights,
58 std::vector < std::pair < Index, Index > > & matrixClusterIds,
59 uint nThreads,
bool verbose);
61DLLEXPORT
void sensitivityDCFEMSingle(
const std::vector < Cell * > & para,
62 const RVector & p1,
const RVector & p2,
63 RVector & sens,
bool verbose);
73DLLEXPORT
void exportSensitivityVTK(
const std::string & fileName,
81DLLEXPORT
void exportSensMatrixDC(
const std::string & filename,
87DLLEXPORT RVector coverageDC(
const RMatrix & S);
89DLLEXPORT RVector coverageDCtrans(
const MatrixBase & S,
93DLLEXPORT RVector createCoverage(
const MatrixBase & S,
const Mesh & mesh);
95DLLEXPORT RVector createCoverage(
const MatrixBase & S,
const Mesh & mesh,
96 const RVector & response,
const RVector & model);
Definition bertDataContainer.h:32
Interface class for matrices.
Definition matrix.h:137
GIMLi main namespace for the Geophyiscal Inversion and Modelling Library.
Definition baseentity.h:24
RVector prepExportSensitivityData(const Mesh &mesh, const RVector &data, double logdrop)
Definition bertJacobian.cpp:472