PRISMS-PF Manual
Loading...
Searching...
No Matches
SolutionOutput< dim, degree, number > Class Template Reference

Class that outputs a passed solution to vtu, vtk, or pvtu. More...

#include <solution_output.h>

Public Types

using VectorType = SolutionVector<number>
 

Public Member Functions

 SolutionOutput (const std::vector< FieldAttributes > &field_attributes, const SolutionIndexer< dim, number > &solution_indexer, const SimulationTimer &sim_timer, const DoFManager< dim, degree > &dof_manager, const std::string &file_prefix, const UserInputParameters< dim > &user_inputs)
 Outputs all fields in the solution set.
 

Detailed Description

template<unsigned int dim, unsigned int degree, typename number>
class SolutionOutput< dim, degree, number >

Class that outputs a passed solution to vtu, vtk, or pvtu.

Member Typedef Documentation

◆ VectorType

template<unsigned int dim, unsigned int degree, typename number>
using SolutionOutput< dim, degree, number >::VectorType = SolutionVector<number>

Constructor & Destructor Documentation

◆ SolutionOutput()

template<unsigned int dim, unsigned int degree, typename number>
SolutionOutput< dim, degree, number >::SolutionOutput ( const std::vector< FieldAttributes > & field_attributes,
const SolutionIndexer< dim, number > & solution_indexer,
const SimulationTimer & sim_timer,
const DoFManager< dim, degree > & dof_manager,
const std::string & file_prefix,
const UserInputParameters< dim > & user_inputs )
inline

Outputs all fields in the solution set.


The documentation for this class was generated from the following file: