<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.opentelemac.org/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://wiki.opentelemac.org/feed.php">
        <title>open TELEMAC-MASCARET programing_guide</title>
        <description></description>
        <link>http://wiki.opentelemac.org/</link>
        <image rdf:resource="http://wiki.opentelemac.org/lib/tpl/opentelemac/images/favicon.ico" />
       <dc:date>2026-04-11T14:17:40+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=programing_guide:available_constructions_of_matrices&amp;rev=1412953315&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=programing_guide:available_constructions_of_vectors&amp;rev=1412953315&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=programing_guide:features_of_fortran_90_used_in_bief&amp;rev=1412953315&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=programing_guide:operations_on_structures&amp;rev=1412953315&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.opentelemac.org/doku.php?id=programing_guide:structures_in_bief&amp;rev=1412953315&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.opentelemac.org/lib/tpl/opentelemac/images/favicon.ico">
        <title>open TELEMAC-MASCARET</title>
        <link>http://wiki.opentelemac.org/</link>
        <url>http://wiki.opentelemac.org/lib/tpl/opentelemac/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=programing_guide:available_constructions_of_matrices&amp;rev=1412953315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-10T16:01:55+01:00</dc:date>
        <title>programing_guide:available_constructions_of_matrices</title>
        <link>http://wiki.opentelemac.org/doku.php?id=programing_guide:available_constructions_of_matrices&amp;rev=1412953315&amp;do=diff</link>
        <description>Focus Manuals: Programing Guide: Building matrices and vectors: Available construction of Matrices

links from Programing Guide and from Building matrices and vectors





FORMULs of SUBROUTINE MATRIX

MATMAS

FORMUL = 'MATMAS '

(in library BIEF subroutines with names which start with MT01)</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=programing_guide:available_constructions_of_vectors&amp;rev=1412953315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-10T16:01:55+01:00</dc:date>
        <title>programing_guide:available_constructions_of_vectors</title>
        <link>http://wiki.opentelemac.org/doku.php?id=programing_guide:available_constructions_of_vectors&amp;rev=1412953315&amp;do=diff</link>
        <description>Focus Manuals: Programing Guide: Building matrices and vectors: Available construction of Vectors

links from Programing Guide and from Building matrices and vectors








FORMULs of SUBROUTINE VECTOR

MASMAS

FORMUL = 'MASMAS '

(subroutines with names which start with VC00)</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=programing_guide:features_of_fortran_90_used_in_bief&amp;rev=1412953315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-10T16:01:55+01:00</dc:date>
        <title>programing_guide:features_of_fortran_90_used_in_bief</title>
        <link>http://wiki.opentelemac.org/doku.php?id=programing_guide:features_of_fortran_90_used_in_bief&amp;rev=1412953315&amp;do=diff</link>
        <description>Focus Manuals: Programing Guide: Features of Fortran 90 used in BIEF

links from Programing Guide





We briefly explain hereafter features of Fortran90 that are used in BIEF. For
more detailed explanations please refer to a proper Fortran 90 book, such as ref.[5].</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=programing_guide:operations_on_structures&amp;rev=1412953315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-10T16:01:55+01:00</dc:date>
        <title>programing_guide:operations_on_structures</title>
        <link>http://wiki.opentelemac.org/doku.php?id=programing_guide:operations_on_structures&amp;rev=1412953315&amp;do=diff</link>
        <description>Focus Manuals: Programing Guide: Operations on structures

links from Programing Guide






Operations on structures

The functions and subroutines described below are used for manipulating structures without having to know how they are arranged. This paragraph will be limited to the functions related to the notion of structure itself. The traditional operations on matrices and vectors will be dealt with in Chapter A.III.</description>
    </item>
    <item rdf:about="http://wiki.opentelemac.org/doku.php?id=programing_guide:structures_in_bief&amp;rev=1412953315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-10-10T16:01:55+01:00</dc:date>
        <title>programing_guide:structures_in_bief</title>
        <link>http://wiki.opentelemac.org/doku.php?id=programing_guide:structures_in_bief&amp;rev=1412953315&amp;do=diff</link>
        <description>Focus Manuals: Programing Guide: Structures in BIEF

links from Programing Guide

A short description

In BIEF 6.0, structures will be composed of integer and real numbers, of pointers to other structures or to integer and real arrays. The structures defined in this way are, for the time being, as follows:</description>
    </item>
</rdf:RDF>
