ASPECT
aspect::SphericalManifold< dim, spacedim > Member List

This is the complete list of members for aspect::SphericalManifold< dim, spacedim >, including all inherited members.

centeraspect::SphericalManifold< dim, spacedim >
clone() const overrideaspect::SphericalManifold< dim, spacedim >virtual
do_get_new_points(const ArrayView< const Point< spacedim >> &surrounding_points, const ArrayView< const double > &weights, ArrayView< Point< spacedim >> new_points) constaspect::SphericalManifold< dim, spacedim >private
get_intermediate_point(const Point< spacedim > &p1, const Point< spacedim > &p2, const double w) const overrideaspect::SphericalManifold< dim, spacedim >virtual
get_new_point(const ArrayView< const Point< spacedim >> &vertices, const ArrayView< const double > &weights) const overrideaspect::SphericalManifold< dim, spacedim >virtual
get_new_points(const ArrayView< const Point< spacedim >> &surrounding_points, const Table< 2, double > &weights, ArrayView< Point< spacedim >> new_points) const overrideaspect::SphericalManifold< dim, spacedim >virtual
get_normals_at_vertices(const typename Triangulation< dim, spacedim >::face_iterator &face, typename Manifold< dim, spacedim >::FaceVertexNormals &face_vertex_normals) const overrideaspect::SphericalManifold< dim, spacedim >virtual
get_tangent_vector(const Point< spacedim > &x1, const Point< spacedim > &x2) const overrideaspect::SphericalManifold< dim, spacedim >virtual
guess_new_point(const ArrayView< const Tensor< 1, spacedim >> &directions, const ArrayView< const double > &distances, const ArrayView< const double > &weights) constaspect::SphericalManifold< dim, spacedim >private
normal_vector(const typename Triangulation< dim, spacedim >::face_iterator &face, const Point< spacedim > &p) const overrideaspect::SphericalManifold< dim, spacedim >virtual
polar_manifoldaspect::SphericalManifold< dim, spacedim >private
SphericalManifold(const Point< spacedim > center=Point< spacedim >())aspect::SphericalManifold< dim, spacedim >