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

Functions

Vec< 3 > sub (const Vec< 3 > &a, const Vec< 3 > &b)
 
double norm (const Vec< 3 > &a)
 
std::string vtiAttr (const std::string &s, const std::string &key)
 

Function Documentation

◆ sub()

Vec< 3 > peclet::core::geom::detail::sub ( const Vec< 3 > &  a,
const Vec< 3 > &  b 
)
inline

◆ norm()

double peclet::core::geom::detail::norm ( const Vec< 3 > &  a)
inline

Definition at line 25 of file sdf.hpp.

Referenced by peclet::core::geom::Sphere::eval(), and peclet::core::geom::Box::eval().

◆ vtiAttr()

std::string peclet::core::geom::detail::vtiAttr ( const std::string &  s,
const std::string &  key 
)
inline

Definition at line 46 of file vti_io.hpp.

Referenced by peclet::core::geom::readVti(), and peclet::core::geom::readVtiVector().