libMesh
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Ex02RBThetaExpansion Struct Reference

#include <assembly.h>

Inheritance diagram for Ex02RBThetaExpansion:
[legend]

Public Member Functions

 Ex02RBThetaExpansion ()
 Constructor.
 

Public Attributes

ThetaA0 theta_a_0
 
ThetaA1 theta_a_1
 
ThetaA2 theta_a_2
 
RBTheta rb_theta
 

Detailed Description

Definition at line 240 of file assembly.h.

Constructor & Destructor Documentation

◆ Ex02RBThetaExpansion()

Ex02RBThetaExpansion::Ex02RBThetaExpansion ( )
inline

Constructor.

Definition at line 246 of file assembly.h.

247 {
248 // set up the RBThetaExpansion object
249 attach_A_theta(&theta_a_0); // Attach the lhs theta
250 attach_A_theta(&theta_a_1);
251 attach_A_theta(&theta_a_2);
252
253 attach_F_theta(&rb_theta); // Attach the rhs theta
254
255 attach_output_theta(&rb_theta); // Attach output 0 theta
256 attach_output_theta(&rb_theta); // Attach output 1 theta
257 attach_output_theta(&rb_theta); // Attach output 2 theta
258 attach_output_theta(&rb_theta); // Attach output 3 theta
259 }

References rb_theta, theta_a_0, theta_a_1, and theta_a_2.

Member Data Documentation

◆ rb_theta

RBTheta Ex02RBThetaExpansion::rb_theta

Definition at line 265 of file assembly.h.

Referenced by Ex02RBThetaExpansion().

◆ theta_a_0

ThetaA0 Ex02RBThetaExpansion::theta_a_0

Definition at line 262 of file assembly.h.

Referenced by Ex02RBThetaExpansion().

◆ theta_a_1

ThetaA1 Ex02RBThetaExpansion::theta_a_1

Definition at line 263 of file assembly.h.

Referenced by Ex02RBThetaExpansion().

◆ theta_a_2

ThetaA2 Ex02RBThetaExpansion::theta_a_2

Definition at line 264 of file assembly.h.

Referenced by Ex02RBThetaExpansion().


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