rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
eop_fd_norm.m File Reference

norm = eop_fd_norm(fd_function1, fd_function2, grid, ~) More...

Go to the source code of this file.

Functions

function norm = eop_fd_norm (fd_function1, fd_function2,gridbase grid, unused1)
 norm = eop_fd_norm(fd_function1, fd_function2, grid, ~) More...
 

Detailed Description

norm = eop_fd_norm(fd_function1, fd_function2, grid, ~)

Definition in file eop_fd_norm.m.

Function Documentation

function norm = eop_fd_norm (   fd_function1,
  fd_function2,
gridbase  grid,
  unused1 
)

norm = eop_fd_norm(fd_function1, fd_function2, grid, ~)

function that computes the discrete L2-norm of the error ||fd_function1 - fd_function2|| in every timestep, i.e. a sequence. Choose one of the functions to be zero in order to recieve the norm of a single function.

Parameters
fd_function1fd function1
fd_function2fd function2
gridan object
unused1Marked as "~" in original m-file.
Return values
normnorm
Required fields of grid:
  • nvertices —  number vertices

Definition at line 17 of file eop_fd_norm.m.

Here is the caller graph for this function: