Welcome to the NetCologne GmbH open source mirroring service!
This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
GetFEM: src/getfem/bgeot_torus.h Source File
Go to the documentation of this file.
40 #ifndef BGEOT_TORUS_H__
41 #define BGEOT_TORUS_H__
52 bgeot::base_vector &)
const;
55 const bgeot::convex_ind_ct &, bgeot::base_matrix &)
const;
57 (
const bgeot::base_matrix &,
const bgeot::base_matrix &, bgeot::base_matrix &)
const;
60 virtual void project_into_reference_convex(
base_node &)
const;
Description of a geometric transformation between a reference element and a real element.
virtual void poly_vector_hess(const base_node &, bgeot::base_matrix &) const
Gives the hessian of the functions vector at a certain point.
virtual void poly_vector_grad(const base_node &, bgeot::base_matrix &) const
Gives the gradient of the functions vector at a certain point.
virtual void poly_vector_val(const base_node &, bgeot::base_vector &) const
Gives the value of the functions vector at a certain point.
virtual void compute_K_matrix(const bgeot::base_matrix &, const bgeot::base_matrix &, bgeot::base_matrix &) const
compute K matrix from multiplication of G with gradient
Geometric transformations on convexes.
std::shared_ptr< const convex_structure > pconvex_structure
Pointer on a convex structure description.
An adaptor that adapts a two dimensional geometric_trans to include radial dimension.
std::shared_ptr< const bgeot::geometric_trans > pgeometric_trans
pointer type for a geometric transformation