Rheolef
7.1
an efficient C++ finite element environment
|
branch
parameter-dependent sequence of field
The branch
class stores a field
sequence together with its associated parameter value. A branch
variable represents a pair (t,uh(t))
for a specific value of the parameter t
. Applications concern time-dependent problems and continuation methods. This class is convenient for file inputs/outputs and for building animations. It extends to multi-field sequences, such as (t,uh(t),ph(t))
, up to an arbitrarily number of fields. See also the branch
unix command for running animations.
This documentation has been generated from file main/lib/branch.h
The branch
class is simply an alias to the branch_basic
class
The branch_basic
class provides an interface to a n-uplet of fields together with a parameter value: