MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / hypre_array

Function hypre_array

ibtk/src/solvers/solver_utilities.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136} // reportPETScSNESConvergedReason
137
138std::array<HYPRE_Int, NDIM>
139hypre_array(const SAMRAI::hier::Index<NDIM>& index)
140{
141 std::array<HYPRE_Int, NDIM> result;
142 for (unsigned int d = 0; d < NDIM; ++d) result[d] = index[d];
143 return result;
144}
145
146void
147copyFromHypre(SAMRAI::pdat::CellData<NDIM, double>& dst_data,

Callers 7

copyFromHypreFunction · 0.85
copyToHypreFunction · 0.85
allocateHypreDataMethod · 0.85
setMatrixCoefficientsMethod · 0.85
allocateHypreDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected