Changeset b8b1d8 in git


Ignore:
Timestamp:
Dec 3, 2008, 6:40:23 PM (15 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f41347f0d401c803dc2f636974ccdd1d7f48dac6
Parents:
a6a5d9ad89ba42bbc129bacba382bb6f463aae65
Message:
*motsak: minor cosmetic changes


git-svn-id: file:///usr/local/Singular/svn/trunk@11214 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/findifs.lib

    ra6a5d9 rb8b1d8  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: findifs.lib,v 1.1 2008-12-01 20:51:16 levandov Exp $";
     2version="$Id: findifs.lib,v 1.2 2008-12-03 17:40:23 motsak Exp $";
    33category="Applications";
    44info="
     
    66AUTHORS: Viktor Levandovskyy,     levandov@risc.uni-linz.ac.at
    77
    8 THEORY: We provide the presentation of difference operators in a polynomial, semi-factorized and a nodal form. Running @code{example discr_example;} will show how we generate finite difference schemes of linear PDE's from given approximations.
     8THEORY: We provide the presentation of difference operators in a polynomial,
     9        semi-factorized and a nodal form. Running @code{findifs_example();}
     10        will show how we generate finite difference schemes of linear PDE's
     11        from given approximations.
    912
    1013PROCEDURES:
     
    6467RETURN:  string
    6568PURPOSE: converts special characters to TeX in s
    66 NOTE: the convention is the following: Tx goes to T_x, dx to tri x (the same for t,y,z). Moreover, some parameters (theta,ro,A,V) are converted to greek letters.
     69NOTE: the convention is the following:
     70      'Tx' goes to 'T_x',
     71      'dx' to '\\tri x' (the same for dt, dy, dz),
     72      'theta', 'ro', 'A', 'V' are converted to greek letters.
    6773EXAMPLE: example par2tex; shows examples
    6874"{
Note: See TracChangeset for help on using the changeset viewer.