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

Compute the integral of a given field. More...

#include <integrator.h>

Public Types

using VectorType = dealii::LinearAlgebra::distributed::Vector<number>
 

Static Public Member Functions

template<int rank>
static dealii::Vector< number > integrate (const dealii::DoFHandler< dim > &dof_handler, const auto &solution_vector)
 

Detailed Description

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

Compute the integral of a given field.

Member Typedef Documentation

◆ VectorType

template<unsigned int dim, unsigned int degree, typename number>
using Integrator< dim, degree, number >::VectorType = dealii::LinearAlgebra::distributed::Vector<number>

Member Function Documentation

◆ integrate()

template<unsigned int dim, unsigned int degree, typename number>
template<int rank>
static dealii::Vector< number > Integrator< dim, degree, number >::integrate ( const dealii::DoFHandler< dim > & dof_handler,
const auto & solution_vector )
inlinestatic

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