* fichier mfil.dgibi
************************************************************************
************************************************************************
************************************************************************
** Filtering of a field using a rigidity matrix genrated by MFIL.
**
** Author:
** Guenhael Le Quilliec (LaMe - Polytech Tours)
**
** Version:
** 1.0 2021/01/04 Original version compatible with MFIL V1.0
** 1.1 2021/01/07 Version compatible with MFIL V1.1
************************************************************************
* General options
graph0 = FAUX ;
* Filtering radius
r0 = 5.0 ;
* Mesh
p0 = 0.0 0.0 ;
p1 = 0.0 100.0 ;
p2 = 100.0 0.0 ;
* Model
* Material
* Volume node field (as rho = 1)
* Rigidity matrix for filtering
* Create a node field to be filtered
* Filter the node field
field1 = field0 * filter0 ;
* Plot the field to screen before filtering
SI graph0 ;
TRAC field0 msh0 ;
FINS ;
* Plot the field to screen after filtering
SI graph0 ;
TRAC field1 msh0 ;
FINS ;
FIN ;
					© Cast3M 2003 - Tous droits réservés.
					Mentions légales