core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::detail Namespace Reference

Functions

double minmod (double a, double b)
 
template<int Dim>
const std::array< std::array< int, Dim >,(1<< Dim)> & vtkCorners ()
 
template<>
const std::array< std::array< int, 3 >, 8 > & vtkCorners< 3 > ()
 
template<>
const std::array< std::array< int, 2 >, 4 > & vtkCorners< 2 > ()
 

Function Documentation

◆ minmod()

double peclet::core::amr::detail::minmod ( double  a,
double  b 
)
inline

Definition at line 39 of file adapt.hpp.

Referenced by peclet::core::amr::transferField().

◆ vtkCorners()

template<int Dim>
const std::array< std::array< int, Dim >,(1<< Dim)> & peclet::core::amr::detail::vtkCorners ( )
inline

◆ vtkCorners< 3 >()

template<>
const std::array< std::array< int, 3 >, 8 > & peclet::core::amr::detail::vtkCorners< 3 > ( )
inline

Definition at line 34 of file vtu_io.hpp.

◆ vtkCorners< 2 >()

template<>
const std::array< std::array< int, 2 >, 4 > & peclet::core::amr::detail::vtkCorners< 2 > ( )
inline

Definition at line 40 of file vtu_io.hpp.