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.
Helper function to compute points on a circle.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::EmbeddedCoupling |
Functions | |
template<class GlobalPosition > | |
std::vector< GlobalPosition > | Dumux::EmbeddedCoupling::circlePoints (const GlobalPosition ¢er, const GlobalPosition &normal, const typename GlobalPosition::value_type radius, const std::size_t numPoints=20) |
returns a vector of points on a circle More... | |