chain - create a chain of 2,3, or 4 operators
call chain(oper1,oper2,adj,add,model,data,temp1)
call chain(oper1,oper2,oper3,adj,add,model,data,temp1,temp2)
call chain(oper1,oper2,oper3,oper4,adj,add,model,data,temp1,temp2,temp3)
standard operators
standard operator interface
real(:)
temporary arrays
Create a chain of multiple operators
head1 COMMENTS
temp1 should be the output of oper1(model)
temp2 should be the output of oper2(oper1(model))
temp3 should be the output of oper3(oper2(oper1(model)))
the array manpage,the solver manpage
geef90