mgmol
mgmol copied to clipboard
Ion density sampled evaluation
This PR implements ion density evaluation on sampled grid points, for hyper-reduction of right-hand side of Hartree potential equation.
-
Potentials::evalIonDensityOnSamplePts
,Potentials::initializeRadialDataOnSampledPts
evaluate ion density on specified sampled grid indices. - While
Potentials
rescales byrescaleRhoComp
and then adds background charge byaddBackgroundToRhoComp
, ROM rescaling can be done only after hyper-reduction, thus these operations are skipped in this test.