add routines to save advective and electromigrational flux;CPU only;to be verified

This commit is contained in:
Rex Zhe Li
2021-10-13 15:15:12 +11:00
parent 551bcb172f
commit afc7d6c90e
7 changed files with 268 additions and 9 deletions

View File

@@ -86,6 +86,8 @@ public:
double *FluidVelocityDummy;
double *ElectricFieldDummy;
double *FluxDiffusive;
double *FluxAdvective;
double *FluxElectrical;
private:
Utilities::MPI comm;