Hi,

A bug about _embedding_matrix of file face_quad4.C

The matrix for child 2 and child 3 needs to be exchanged.

Or the function

bool Quad::is_child_on_side(const unsigned int c,

                             const unsigned int s) const

{

  assert (c < this->n_children());

  assert (s < this->n_sides());



  return (c == s || c == (s+1)%4);

}



Can not give correct answer



BTW: I think replace family_tree_by_neighbor by family_tree_by_side  is 
suitable.



G.D.





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to