Dual time integrator - custom field locking
We need to be able to lock particular fields in the dual time execution tree. Temperature is a good example because its value is used as its initial guess, so it must not be overwritten. A method, lock_field(Tag)
should be provided for this purpose. This method must be templated over the field type so a FieldMgrSelector
can be built.