make visualization a public function

This commit is contained in:
James McClure 2021-10-21 20:38:18 -04:00
parent 3232f939ee
commit 4cf2610c80

View File

@ -79,6 +79,7 @@ public:
* \brief Debugging function to dump simulation state to disk
*/
void WriteDebug();
void WriteVisFiles();
bool Restart,pBC;
bool REVERSE_FLOW_DIRECTION;
@ -159,6 +160,5 @@ private:
* \brief Seed phase field
*/
double SeedPhaseField(const double seed_water_in_oil);
void WriteVisFiles();
};