File computegeometry.hpp#
↰ Parent directory (pymembrane/cppmodule/src/mesh
)
Mesh struct property needed for active membrane code.
Contents
Definition (pymembrane/cppmodule/src/mesh/computegeometry.hpp
)#
Detailed Description#
This code will be part of an active membrane code. Dr Daniel Alejandro Matoz Fernandez University of Dundee (fdamatoz@gmail.com).
1.0
2017-
See the file “LICENSE” for the full license governing this code.
Includes#
../box/pbc.hpp
../types/globaltypes.hpp
Included By#
Namespaces#
Functions#
Function pymemb::compute_angle_vertex(const real3&, const real3&, const real3&, const BoxType&)
Function pymemb::compute_angle_vertex(const real3&, const real3&, const real3&)
Function pymemb::compute_area_triangle_from_vertex(const real3&, const real3&, const real3&)
Function pymemb::compute_form_factor_triangle(real *, const real3&, const real3&, const real3&)
Function pymemb::compute_normal_triangle(const real3&, const real3&, const real3&, const BoxType&)
Function pymemb::compute_normal_triangle(const real3&, const real3&, const real3&)
Function pymemb::compute_normal_triangle_unit(const real3&, const real3&, const real3&)
Function pymemb::vector_subtract(const real3&, const real3&)
Function pymemb::vector_subtract(const real3&, const real3&, const BoxType&)