File: fec.ex2

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (20 lines) | stat: -rwxr-xr-x 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// A small example of MESH Creation 
// and visualisation of a linear on triangles function 
getf('SCI/demos/fec/macros.sci')
// An more complex example from NSCK2E  (Inria)
// With a Mesh of amdba type 
// Copyright INRIA
path='SCI/demos/fec/';
amdbaR(path+'MESH')
meshvisu()
halt()
xbasc()
xset("use color",1)
emc2C(1,6,path+'MESH.VAL')
halt()
xbasc()
xset("use color",1)
emc2C(1,6,path+'MESH.VAL',[-2,-2,2,2])
//emc2V(2,3,6,20,path+'MESH.VAL',[-0.5,-0.5,2,0.5])
//halt()
//xbasc()