PRISMS-PF Manual
Loading...
Searching...
No Matches
PeriodicPair< dim > Struct Template Reference

Periodicity face pair. More...

#include <spatial_discretization.h>

Public Attributes

unsigned int boundary_id_1 = -1
 
unsigned int boundary_id_2 = -1
 
unsigned int direction = -1
 
dealii::Tensor< 1, dim > translation_vector
 
dealii::FullMatrix< double > rotation_matrix
 

Detailed Description

template<unsigned int dim>
struct PeriodicPair< dim >

Periodicity face pair.

For example, (0,1,0) would link the 0th and 1st boundaries with periodicity in the x-direction.

Member Data Documentation

◆ boundary_id_1

template<unsigned int dim>
unsigned int PeriodicPair< dim >::boundary_id_1 = -1

◆ boundary_id_2

template<unsigned int dim>
unsigned int PeriodicPair< dim >::boundary_id_2 = -1

◆ direction

template<unsigned int dim>
unsigned int PeriodicPair< dim >::direction = -1

◆ rotation_matrix

template<unsigned int dim>
dealii::FullMatrix<double> PeriodicPair< dim >::rotation_matrix

◆ translation_vector

template<unsigned int dim>
dealii::Tensor<1, dim> PeriodicPair< dim >::translation_vector

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