On Tue, Jul 13, 2010 at 12:16 PM, Derek Gaston <[email protected]> wrote:
> Hmmm... it appears that the Elem class is missing in the libMesh doxygen 
> currently on the website.
>
> I can't come up with any reason why it's missing other than a botched doxygen 
> run....

Strange indeed.  I reran doxygen on my box and it does not appear to
have generated an Elem page either.  (This is a little hard to debug
locally, any idea how to get a browser to process local php files w/o
running a webserver, etc?)  There were a bunch of warnings for elem.C
(below) so it is actually processing the file.  None of them really
appear to be fatal though...

--
John


.../libmesh-petsc3/src/geom/elem.C:64 Warning: documented function
`const unsigned int libMesh::Elem::_bp1' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:65 Warning: documented function
`const unsigned int libMesh::Elem::_bp2' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:105 Warning: documented function
`const unsigned int libMesh::Elem::type_to_n_nodes_map' was not
declared or defined.
.../libmesh-petsc3/src/geom/elem.C:113 Warning: no uniquely matching
class member found for
  AutoPtr< Elem > libMesh::Elem::build(const ElemType type, Elem *p)
.../libmesh-petsc3/src/geom/elem.C:281 Warning: no matching file
member found for
Point libMesh::Elem::centroid() const
Possible candidates:
  static libMesh::Point centroid
  static libMesh::Point centroid
  static libMesh::Point centroid
  FactoryImp< CentroidPartitioner, Partitioner > centroid("Centroid")
.../libmesh-petsc3/src/geom/elem.C:293 Warning: documented function
`Real libMesh::Elem::hmin' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:310 Warning: documented function
`Real libMesh::Elem::hmax' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:328 Warning: documented function
`Real libMesh::Elem::length' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:338 Warning: no uniquely matching
class member found for
  bool libMesh::Elem::operator==(const DofObject &rhs) const
.../libmesh-petsc3/src/geom/elem.C:436 Warning: documented function
`bool libMesh::Elem::contains_vertex_of' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:447 Warning: documented function
`bool libMesh::Elem::contains_edge_of' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:468 Warning: no matching class
member found for
  void libMesh::Elem::find_point_neighbors(std::set< const Elem * >
&neighbor_set) const
.../libmesh-petsc3/src/geom/elem.C:526 Warning: documented function
`void libMesh::Elem::find_edge_neighbors' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:586 Warning: no matching file
member found for
void libMesh::Elem::libmesh_assert_valid_node_pointers() const
Possible candidates:
  void libmesh_assert_valid_node_pointers(const MeshBase &mesh)
.../libmesh-petsc3/src/geom/elem.C:598 Warning: no matching file
member found for
void libMesh::Elem::libmesh_assert_valid_neighbors() const
Possible candidates:
  void libmesh_assert_valid_neighbors(const MeshBase &mesh)
.../libmesh-petsc3/src/geom/elem.C:660 Warning: documented function
`void libMesh::Elem::make_links_to_me_remote' was not declared or
defined.
.../libmesh-petsc3/src/geom/elem.C:773 Warning: documented function
`void libMesh::Elem::write_connectivity' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:851 Warning: no uniquely matching
class member found for
  Real libMesh::Elem::quality(const ElemQuality q) const
.../libmesh-petsc3/src/geom/elem.C:880 Warning: documented function
`bool libMesh::Elem::ancestor' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:902 Warning: no uniquely matching
class member found for
  void libMesh::Elem::add_child(Elem *elem)
.../libmesh-petsc3/src/geom/elem.C:929 Warning: no uniquely matching
class member found for
  void libMesh::Elem::add_child(Elem *elem, unsigned int c)
.../libmesh-petsc3/src/geom/elem.C:948 Warning: documented function
`bool libMesh::Elem::is_child_on_edge' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:964 Warning: documented function
`void libMesh::Elem::family_tree' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:987 Warning: documented function
`void libMesh::Elem::active_family_tree' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1012 Warning: documented function
`void libMesh::Elem::family_tree_by_side' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1039 Warning: documented function
`void libMesh::Elem::active_family_tree_by_side' was not declared or
defined.
.../libmesh-petsc3/src/geom/elem.C:1066 Warning: documented function
`void libMesh::Elem::family_tree_by_neighbor' was not declared or
defined.
.../libmesh-petsc3/src/geom/elem.C:1097 Warning: documented function
`void libMesh::Elem::family_tree_by_subneighbor' was not declared or
defined.
.../libmesh-petsc3/src/geom/elem.C:1144 Warning: documented function
`void libMesh::Elem::active_family_tree_by_neighbor' was not declared
or defined.
.../libmesh-petsc3/src/geom/elem.C:1175 Warning: documented function
`unsigned int libMesh::Elem::min_p_level_by_neighbor' was not declared
or defined.
.../libmesh-petsc3/src/geom/elem.C:1208 Warning: documented function
`unsigned int libMesh::Elem::min_new_p_level_by_neighbor' was not
declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1248 Warning: no uniquely matching
class member found for
  bool libMesh::Elem::contains_point(const Point &p, Real tol) const
.../libmesh-petsc3/src/geom/elem.C:1266 Warning: documented function
`void libMesh::Elem::nullify_neighbors' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1292 Warning: no uniquely matching
class member found for
  unsigned int libMesh::Elem::n_second_order_adjacent_vertices(const
unsigned int) const
.../libmesh-petsc3/src/geom/elem.C:1301 Warning: no uniquely matching
class member found for
  unsigned short int libMesh::Elem::second_order_adjacent_vertex(const
unsigned int, const unsigned int) const
.../libmesh-petsc3/src/geom/elem.C:1310 Warning: no uniquely matching
class member found for
  std::pair< unsigned short int, unsigned short int >
libMesh::Elem::second_order_child_vertex(const unsigned int) const
.../libmesh-petsc3/src/geom/elem.C:1318 Warning: documented function
`ElemType libMesh::Elem::first_order_equivalent_type' was not declared
or defined.
.../libmesh-petsc3/src/geom/elem.C:1369 Warning: documented function
`ElemType libMesh::Elem::second_order_equivalent_type' was not
declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1477 Warning: documented function
`Elem::side_iterator libMesh::Elem::boundary_sides_begin' was not
declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1486 Warning: documented function
`Elem::side_iterator libMesh::Elem::boundary_sides_end' was not
declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1495 Warning: no uniquely matching
class member found for
  Real libMesh::Elem::volume() const
.../libmesh-petsc3/src/geom/elem.C:1526 Warning: documented function
`const unsigned int libMesh::Elem::PackedElem::header_size' was not
declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1531 Warning: documented function
`void libMesh::Elem::PackedElem::pack' was not declared or defined.
.../libmesh-petsc3/src/geom/elem.C:1579 Warning: documented function
`Elem * libMesh::Elem::PackedElem::unpack' was not declared or
defined.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to