previous up next print clean
Next: SOLVERS Up: OPERATORS Previous: Basic mathematical operators

Convolution

In addition to the four basic basic mathematical operators above, we have begun adding several addition useful operators such as convolution. Figure 5 and the following code fragment shows how easily operators can be incorporated into Fortran90.

cata= aata.transconv.bata

call sep_rite("input1",aata)
call sep_rite("input2",bata)
call sep_rite("output",cata)

In this case adata, bdata, and cdata are all sep_types.

 
conv
conv
Figure 5
The two inputs and the output of a transient convolution.
view burn build edit restore


previous up next print clean
Next: SOLVERS Up: OPERATORS Previous: Basic mathematical operators
Stanford Exploration Project
11/12/1997