OOF2: The Manual

Name

advertise — announce the creation of Fields, Fluxes, and Equations

Synopsis

Python

from oof2.SWIG.engine.problem import advertise
advertise(obj) 

Source Files

  • SRC/engine/problem.py

Description

advertise takes an already constructed Field, Flux, or Equation object and makes it available for use in the graphical and text interfaces.

Parameters

obj

A Field, Flux, or Equation object.