TransTpfa_impl.hpp
Go to the documentation of this file.
25 inline const double* multiplyFaceNormalWithArea(const Dune::CpGrid& grid, int face_index, const double* in)
Definition: grid.h:98 void dgemv_(const char *trans, const MAT_SIZE_T *m, const MAT_SIZE_T *n, const double *a1, const double *A, const MAT_SIZE_T *ldA, const double *x, const MAT_SIZE_T *incX, const double *a2, double *y, const MAT_SIZE_T *incY) double getCoordinate(T *cc, int i) Get the i-th corrdinate of a centroid. Definition: GridHelpers.hpp:337 FaceCellTraits< UnstructuredGrid >::Type faceCells(const UnstructuredGrid &grid) Get the face to cell mapping of a grid. Definition: AnisotropicEikonal.hpp:43 void tpfa_trans_compute(const Grid *G, const double *htrans, double *trans) Definition: TransTpfa_impl.hpp:118 const double * faceNormal(const UnstructuredGrid &grid, int face_index) Get the normal of a face. int numCells(const UnstructuredGrid &grid) Get the number of cells of a grid. int numFaces(const UnstructuredGrid &grid) Get the number of faces of a grid. Definition: TransTpfa_impl.hpp:7 Traits of the cell centroids of a grid. Definition: GridHelpers.hpp:122 Definition: GridHelpers.hpp:28 CellCentroidTraits< UnstructuredGrid >::IteratorType beginCellCentroids(const UnstructuredGrid &grid) Get an iterator over the cell centroids positioned at the first cell. void tpfa_htrans_compute(const Grid *G, const double *perm, double *htrans) Definition: TransTpfa_impl.hpp:56 int dimensions(const UnstructuredGrid &grid) Get the dimensions of a grid. Maps the grid type to the associated type of the cell to faces mapping. Definition: GridHelpers.hpp:243 T * increment(T *cc, int i, int dim) Increment an iterator over an array that reresents a dense row-major matrix with dims columns... Definition: GridHelpers.hpp:318 Cell2FacesTraits< UnstructuredGrid >::Type cell2Faces(const UnstructuredGrid &grid) Get the cell to faces mapping of a grid. const double * faceCentroid(const UnstructuredGrid &grid, int face_index) Get the cell centroid of a face. Traits of the face to attached cell mappping of a grid. Definition: GridHelpers.hpp:300 void tpfa_eff_trans_compute(const Grid *G, const double *totmob, const double *htrans, double *trans) Definition: TransTpfa_impl.hpp:149 double faceArea(const UnstructuredGrid &grid, int face_index) Get the area of a face. |