next up previous contents index
Next: Memory Methods on Fe2d Up: Surfaces and 2D Finite Previous: Other Methods on Triang2d

Fe2d

 

 

#CLASS Fe2d : Triang2d {
  int dimension_of_value; /* 1==scalar,  >1 => vector function     */
  int polynomial_order;   /* 1==linear, 2==quadratic,... elements  */
  void (*f)(FE2D*, int, VEC3, double*);
                          /* void *f( FE2D *fe, int triangle,
                                      VEC3 barycentric_coordinates,
                                      double value[dim] )          */
  /* optional ******************************************************* */
  int size_of_data;                          /* size of user data     */
  char *data;                                /* and pointer to it     */
  /* **************************************************************** */
};





SFB 256 Universität Bonn and IAM Universität Freiburg

Copyright © by the Sonderforschungsbereich 256 at the Institut für Angewandte Mathematik, Universität Bonn.