<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.oofem.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.oofem.org/wiki/feed.php">
        <title>OOFEM wiki</title>
        <description></description>
        <link>http://www.oofem.org/wiki/</link>
        <image rdf:resource="http://www.oofem.org/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-07T15:48:35+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=coding-conventions&amp;rev=1246026994&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=installation&amp;rev=1262440127&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=installing_optional&amp;rev=1204634507&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=oofeg&amp;rev=1215074031&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=parallelization-howto&amp;rev=1280306605&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=postprocessing&amp;rev=1233934664&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=publications&amp;rev=1266335665&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=referecencingoofem&amp;rev=1246366583&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=start&amp;rev=1269091516&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=subversion-howto&amp;rev=1245578125&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=users&amp;rev=1283551637&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=windows_compilation&amp;rev=1255095165&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.oofem.org/wiki/doku.php?id=xfem&amp;rev=1222684927&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.oofem.org/wiki/lib/images/favicon.ico">
        <title>OOFEM wiki</title>
        <link>http://www.oofem.org/wiki/</link>
        <url>http://www.oofem.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=coding-conventions&amp;rev=1246026994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-26T16:36:34+02:00</dc:date>
        <title>coding-conventions</title>
        <link>http://www.oofem.org/wiki/doku.php?id=coding-conventions&amp;rev=1246026994&amp;do=diff</link>
        <description>Naming conventions


The names of classes, attributes, services, variables, and functions
in a program serve as comments of a sort. So don't choose terse names--instead, look for names that give useful information about the meaning of the variable or function. In a OOFEM
program, names should be English, like other comments.</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=installation&amp;rev=1262440127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-02T14:48:47+02:00</dc:date>
        <title>installation</title>
        <link>http://www.oofem.org/wiki/doku.php?id=installation&amp;rev=1262440127&amp;do=diff</link>
        <description>Getting oofem

Getting release version


You can get the release version of OOFEM from its download page. After downloading, unpack the distribution. For example on unix-like system, by running 

gunzip -c oofem-x.y.tar.gz | tar xof -
Getting development (trunk) version


Alternatively, you can get the bleeding edge version of OOFEM from the OOFEM SVN repository. To grab a copy of the latest version of OOFEM using anonymous svn access, use following command:</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=installing_optional&amp;rev=1204634507&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-04T13:41:47+02:00</dc:date>
        <title>installing_optional</title>
        <link>http://www.oofem.org/wiki/doku.php?id=installing_optional&amp;rev=1204634507&amp;do=diff</link>
        <description>IML


IML++ is a C++ templated library of modern iterative methods for solving both symmetric and nonsymmetric linear systems of equations. OOFEM provides the interface to this library, which enables to use iterative, single-processor solvers. See input data manual for description, how to select various solvers. The IML++ can be downloaded from project website. 
Installation instructions:</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=oofeg&amp;rev=1215074031&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-03T10:33:51+02:00</dc:date>
        <title>oofeg</title>
        <link>http://www.oofem.org/wiki/doku.php?id=oofeg&amp;rev=1215074031&amp;do=diff</link>
        <description>To run OOFEG (graphic post-processor), you need job context file
(*.osf, created by OOFEM when run with ”-c” command-line option, for example).
If you have not created context file, only geometry can be displayed.

To start oofeg, run it with the same input file name as you have run OOFEM:</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=parallelization-howto&amp;rev=1280306605&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-28T10:43:25+02:00</dc:date>
        <title>parallelization-howto</title>
        <link>http://www.oofem.org/wiki/doku.php?id=parallelization-howto&amp;rev=1280306605&amp;do=diff</link>
        <description>Many engineering problems initiate demands for large-scale computing, which must be feasible from the view of both time and available resources. The parallel processing allows not only obtaining results in acceptable time by significantly speeding up the analysis, but also performing large and complex analyses, which often do not fit into a single, even well equipped, machine with one processor unit (regardless of achieved speedup).</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=postprocessing&amp;rev=1233934664&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-06T16:37:44+02:00</dc:date>
        <title>postprocessing</title>
        <link>http://www.oofem.org/wiki/doku.php?id=postprocessing&amp;rev=1233934664&amp;do=diff</link>
        <description>At present, there are two possibilities for visualization of results:


	*  OOFEM provides a simple way to export the results in VTK format, allowing to use VTK based visualization tools (such as MayaVi or ParaView) for postprocessing on different platforms. Consult input manual on how to export data to vtk.
		*  OOFEG - X-windows based post-processor. It requires X-windows libraries to be installed on the system, so it is more or less limited to unix platforms. Follow installation instructions …</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=publications&amp;rev=1266335665&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-16T16:54:25+02:00</dc:date>
        <title>publications</title>
        <link>http://www.oofem.org/wiki/doku.php?id=publications&amp;rev=1266335665&amp;do=diff</link>
        <description>This is a list of publications containing results achieved with the help of OOFEM

Please add information about your publications in this section. This section will serve many purposes, but in particular, in forming a community of users who can interact with each other.</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=referecencingoofem&amp;rev=1246366583&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-30T14:56:23+02:00</dc:date>
        <title>referecencingoofem</title>
        <link>http://www.oofem.org/wiki/doku.php?id=referecencingoofem&amp;rev=1246366583&amp;do=diff</link>
        <description>Referencing OOFEM

If you use OOFEM, and especially if you use it to accomplish real work, I would like very much to hear from you. A short letter or email describing how you use OOFEM will mean a lot to me. The more people I know are using this program, the more easily I can justify spending time on improvements that I hope will benefit you.</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=start&amp;rev=1269091516&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-20T14:25:16+02:00</dc:date>
        <title>start</title>
        <link>http://www.oofem.org/wiki/doku.php?id=start&amp;rev=1269091516&amp;do=diff</link>
        <description>Welcome to the OOFEM wiki! The purpose of this resource is to promote collaboration between OOFEM users. Specifically, this page is not intended to replace the OOFEM forums, which are the proper place for detailed questions &amp; discussions. This page should provide a basic knowledge base that can be used by both existing and new users and to demonstrate the capabilities of OOFEM.</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=subversion-howto&amp;rev=1245578125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-21T11:55:25+02:00</dc:date>
        <title>subversion-howto</title>
        <link>http://www.oofem.org/wiki/doku.php?id=subversion-howto&amp;rev=1245578125&amp;do=diff</link>
        <description>Checking Out and Updating

How do I check out the OOFEM Subversion repository?


Note: the repository at &lt;https://www.oofem.org/svn/&gt; is only for OOFEM developers. Non-developers should use &lt;http://www.oofem.org/svn/&gt; instead. For browsing the repository with a web browser, use &lt;http://www.oofem.org/websvn/&gt;.</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=users&amp;rev=1283551637&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-04T00:07:17+02:00</dc:date>
        <title>users</title>
        <link>http://www.oofem.org/wiki/doku.php?id=users&amp;rev=1283551637&amp;do=diff</link>
        <description>List of OOFEM users
 Name            Institution      Annotation          A.Forghani     University of British Columbia, Vancouver  I use oofem in modeling of damage in composites.</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=windows_compilation&amp;rev=1255095165&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T15:32:45+02:00</dc:date>
        <title>windows_compilation</title>
        <link>http://www.oofem.org/wiki/doku.php?id=windows_compilation&amp;rev=1255095165&amp;do=diff</link>
        <description>This short guide describes the steps necessary to compile oofem using Microsoft Visual c++ compiler. 


Compiling trunk (svn) version and versions 1.9 and later

These instructions are valid since revision 326. 

	*  for trunk version, get the development version from svn repository. This requires to have svn client installed. If you don't have any, you can try  TortoiseSVN client. For release version, download it from oofem website and unpack it.
	*  Create a new, empty project (Win32 console a…</description>
    </item>
    <item rdf:about="http://www.oofem.org/wiki/doku.php?id=xfem&amp;rev=1222684927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T12:42:07+02:00</dc:date>
        <title>xfem</title>
        <link>http://www.oofem.org/wiki/doku.php?id=xfem&amp;rev=1222684927&amp;do=diff</link>
        <description>Discussion on the design of the implementation of Xfem into Oofem. The discussion is based on the description of the implementation in the paper Bordas S et al., An extended finite element library, Int. J. Numer. Meth. Engng, 2007


----------

General comments

	*  The most serious thing is that the xfem implementation, as described in the article, requires changes on the level of basic FEM classes, i.e. modification (extensions) of basic element and node classes. This has two principal drawbac…</description>
    </item>
</rdf:RDF>
