SpECTRE  v2024.08.03
evolution::dg::MortarDataHolder< Dim > Class Template Reference

Data on each side of the mortar used to compute the boundary correction for the DG scheme using global time stepping. More...

#include <MortarDataHolder.hpp>

Public Member Functions

void pup (PUP::er &p)
 
const MortarData< Dim > & local () const
 Access the data on the local side.
 
MortarData< Dim > & local ()
 Access the data on the local side.
 
const MortarData< Dim > & neighbor () const
 Access the data on the neighbor side.
 
MortarData< Dim > & neighbor ()
 Access the data on the neighbor side.
 

Detailed Description

template<size_t Dim>
class evolution::dg::MortarDataHolder< Dim >

Data on each side of the mortar used to compute the boundary correction for the DG scheme using global time stepping.


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