New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
WorkingGroups/TAM/ReferenceManual/testing/adjoint (diff) – NEMO

Changes between Version 1 and Version 2 of WorkingGroups/TAM/ReferenceManual/testing/adjoint


Ignore:
Timestamp:
2009-10-14T16:52:28+02:00 (15 years ago)
Author:
vigilant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TAM/ReferenceManual/testing/adjoint

    v1 v2  
    55 
    66== Principle == 
     7The adjoint test checks that the adjoint is the adjoint of the tangent using the adjoint definition. By definition, given a linear operator '''A''' going from a space '''E''' to a spece '''F''', and scalar products <.,.>_E, and <.,.>_F in these respective spcaces, the adjoint of '''A''' is the linear operator '''A_ad''' such that for any vectors (x,y) in the suitable spaces, 
     8{{{ 
     9<Ax,y>_F = <x,A_ad y>_E 
     10}}} 
    711 
    8 == Requierement == 
     12In practice, we apply the comparison to perturbations state vectors '''dx''' and '''dy'''. We have then to compare: 
     13{{{ 
     14<Adx,dy>_F = <dx,A_ad dy>_E 
     15}}} 
     16 
     17== Requierements == 
    918 
    1019== Unitary Test ==