3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches

Helper function to compute points on a circle. More...

#include <vector>
#include <cmath>
#include <dune/common/exceptions.hh>

Go to the source code of this file.

Description

Helper function to compute points on a circle.

Namespaces

namespace  Dumux
namespace  Dumux::EmbeddedCoupling

Functions

template<class GlobalPosition>
std::vector< GlobalPosition > Dumux::EmbeddedCoupling::circlePoints (const GlobalPosition &center, const GlobalPosition &normal, const typename GlobalPosition::value_type radius, const std::size_t numPoints=20)
 returns a vector of points on a circle