OOF2: The Manual
Name
conjugatePair — Establish conjugacy relations
Synopsis
from oof2.SWIG.engine.conjugate import conjugatePair conjugatePair(name, equation, eqncomp, field, fieldcomp)
Description
conjugatePair establishes conjugacy
relationships between Fields and Equations, allowing
symmetric finite element stiffness matrices to be
constructed. See Section 8.3 for the detailed
discussion.
conjugatePair is only available in
Python.
Parameters
name-
nameis thePropertyTypeof thePropertythat this conjugacy relation applies to. equation-
equationis theEquationobject to which the conjugacy relationship applies. eqncomp-
eqncompis either a singleFieldIndexobject or a list ofFieldIndexobjects, indicating which components ofequationthe relation applies to. field-
fieldis theFieldobject to which the conjugacy relationship applies. fieldcomp-
fieldcompis either a singleFieldIndexobject or a list ofFieldIndexobjects, indicating which components offieldthe relation applies to.fieldcompmust have the same structure aseqncomp— ifeqncompis a list,fieldcompmust be a list of the same length. EachFieldcomponent infieldcompis conjugate to theEquationcomponent in the same location ineqncomp.



