KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dscomponents.PointerInitialValue Class Reference

PointerInitialValue: Allows initial values using function pointers for actual evaluation. More...

Detailed Description

PointerInitialValue: Allows initial values using function pointers for actual evaluation.

Author
Daniel Wirtz
Date
2011-11-15
New in 0.6:
(Daniel Wirtz, 2011-11-15) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 18 of file PointerInitialValue.m.

Public Member Functions

 PointerInitialValue (function_handle ptr)
 Creates a new pointer initial value. More...
 
function x0 = evaluate (mu)
 Evaluates the initial value for a given mu. More...
 
function proj = project (V, W)
 Projects the initial value function into the reduced space. Creates a new PointerInitialValue and computes \(W^tx_0(\mu)\). More...
 
function copy = clone ()
 
- Public Member Functions inherited from general.AProjectable
function handle target = project (matrix< double > V,matrix< double > W,handle target)
 Returns a NEW INSTANCE of the projected object that does not rely on data of the old one via references (everything must be copied to ensure separability of reduced(=projected) versions and full versions, unless. More...
 
function copy = clone (copy)
 The interface method with returns a copy of the current class instance. More...
 

Additional Inherited Members

- Public Attributes inherited from general.AProjectable
 V
 The \(V\) matrix of the biorthogonal pair \(V,W\). More...
 
 W
 The \(W\) matrix of the biorthogonal pair \(V,W\). More...
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs. More...
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. More...
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends. More...
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function. More...
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. More...
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects. More...
 
 findprop
 Returns a meta.property objects associated with the specified property name. More...
 
 fields
 Returns a cell array of string containing the names of public properties. More...
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. More...
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. More...
 
 eq
 Relational functions example. See details for more information. More...
 
 transpose
 Transposes the elements of the handle object array. More...
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function. More...
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. More...
 
 sort
 ort the handle objects in any array in ascending or descending order. More...
 
- Static Protected Member Functions inherited from general.AProjectable
static function obj = loadobj (obj, from)
 

Constructor & Destructor Documentation

dscomponents.PointerInitialValue.PointerInitialValue ( function_handle  ptr)

Creates a new pointer initial value.

Parameters
ptrA function handle taking mu as argument

Definition at line 43 of file PointerInitialValue.m.

Member Function Documentation

function copy = dscomponents.PointerInitialValue.clone ( )

Definition at line 88 of file PointerInitialValue.m.

function x0 = dscomponents.PointerInitialValue.evaluate (   mu)
virtual

Evaluates the initial value for a given mu.

Parameters
muThe current \(\mu\) used for simulations, [] otherwise.

Implements dscomponents.AInitialValue.

Definition at line 59 of file PointerInitialValue.m.

function proj = dscomponents.PointerInitialValue.project (   V,
  W 
)

Projects the initial value function into the reduced space. Creates a new PointerInitialValue and computes \(W^tx_0(\mu)\).

Definition at line 71 of file PointerInitialValue.m.

References t.


The documentation for this class was generated from the following file: