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

sets the parameter mu in dune-rb More...

Go to the source code of this file.

Functions

function model = dune_set_mu (model, mu, skip_send_to_dune)
 sets the parameter mu in dune-rb More...
 

Detailed Description

sets the parameter mu in dune-rb

Definition in file dune_set_mu.m.

Function Documentation

function model = dune_set_mu (   model,
  mu,
  skip_send_to_dune 
)

sets the parameter mu in dune-rb

Parameters
modelmodel
mumu
skip_send_to_duneskip send to dune
Return values
modelmodel
Required fields of model:
  • mexptr —  mexptr
Generated fields of model:
  • mu —  the parameter vector \(\mu\). It should only be set via the function set_mu.
Documentation Update:

Definition at line 17 of file dune_set_mu.m.