Animath 1.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Animath 1.10 (Default branch)
# 1  
Old 01-23-2009
Animath 1.10 (Default branch)

Animath is a Finite Element Method libraryentirely implemented in C++. It is suited forfluid-structure interaction simulation, and it ismathematically based on higher-order tetrahedralelements. It provides front-ends to matrix solversand mesh generators.License: BSD License (revised)Changes:
SUPG weighting for upwind stabilization is now supported, and a corresponding solver can be found among the example applications. Another great methodolical enhancement is the addition of matrix generators for non-linear (including geometric non-linearity) structural analysis. Matrix and load vector generation have been totally redesigned for this release, the equation_c class and its descendants have been replaced with one class for each type of matrix/load. Many bugs have also been addressed, such as installation to global directories and outdated or incomplete documentation.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XML::Element(3) 					User Contributed Perl Documentation					   XML::Element(3)

NAME
XML::Element - XML elements with the same interface as HTML::Element SYNOPSIS
[See HTML::Element] METHODS AND ATTRIBUTES
delete_ignorable_whitespace TODO: test and document this: with no tagname set, assumes ALL all-whitespace nodes are ignorable! endtag Redirects to HTML::Element::endtag_XML starttag Redirects to HTML::Element::starttag_XML DESCRIPTION
This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element. HTML::Element describes everything you can do with this class. CAVEATS
Has currently no handling of namespaces. SEE ALSO
XML::TreeBuilder for a class that actually builds XML::Element structures. HTML::Element for all documentation. XML::DOM and XML::Twig for other XML document tree interfaces. XML::Generator for more fun. COPYRIGHT AND DISCLAIMERS
Copyright (c) 2000,2004 Sean M. Burke. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. AUTHOR
Current Author: Jeff Fearn <jfearn@cpan.org>. Former Authors: Sean M. Burke, <sburke@cpan.org> perl v5.16.3 2014-06-09 XML::Element(3)