phaseflow
FEM solver for the Navier-Stokes-Boussinesq equations coupled with enthalpy-based phase change
 All Classes Namespaces Files Functions Variables Macros Pages
Functions
Output Namespace Reference

Functions

template<int dim>
void write_solution_to_vtk (const std::string filename, DoFHandler< dim > &dof_handler, Vector< double > &solution)
 
void write_linear_system (SparseMatrix< double > &A, Vector< double > &b)
 

Function Documentation

void Output::write_linear_system ( SparseMatrix< double > &  A,
Vector< double > &  b 
)
template<int dim>
void Output::write_solution_to_vtk ( const std::string  filename,
DoFHandler< dim > &  dof_handler,
Vector< double > &  solution 
)

Organize the vector-valued solution so that visualization software can understand it

Write the solution data.