Re: [Libmesh-users] user defined routine for parameter sensitivity

2013-10-31 Thread Manav Bhatia
Thanks Paul! I need this soon and will start hacking tomorrow morning. Will keep you in the loop. Manav > On Oct 31, 2013, at 11:09 PM, "Paul T. Bauman" wrote: > >> On Thu, Oct 31, 2013 at 5:00 PM, Roy Stogner >> wrote: >> >> On Thu, 31 Oct 2013, Manav Bhatia wrote: >> >> >My appli

Re: [Libmesh-users] user defined routine for parameter sensitivity

2013-10-31 Thread Paul T. Bauman
On Thu, Oct 31, 2013 at 5:00 PM, Roy Stogner wrote: > > On Thu, 31 Oct 2013, Manav Bhatia wrote: > > >My applications provide analytical sensitivity of RHS for sensitivity > > analysis. The current code structure seems to assumed finite differencing > > for this, and I am hoping to use my rout

Re: [Libmesh-users] user defined routine for parameter sensitivity

2013-10-31 Thread Roy Stogner
On Thu, 31 Oct 2013, Manav Bhatia wrote: >My applications provide analytical sensitivity of RHS for sensitivity > analysis. The current code structure seems to assumed finite differencing > for this, and I am hoping to use my routines instead. > >Perhaps it would be best to provide for a

[Libmesh-users] user defined routine for parameter sensitivity

2013-10-31 Thread Manav Bhatia
Hi, My applications provide analytical sensitivity of RHS for sensitivity analysis. The current code structure seems to assumed finite differencing for this, and I am hoping to use my routines instead. Perhaps it would be best to provide for a user_sensitivity_function, or user_sensitivit