waves
Basic FE playground
mirrors::uNeumann Class Reference

manage mechanical von Neumann BC More...

#include <wuNeumann.h>

Inheritance diagram for mirrors::uNeumann:
Collaboration diagram for mirrors::uNeumann:

Public Member Functions

 uNeumann (Problem &pbl, int no, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values)
 
 uNeumann (Problem &pbl, std::string const &name, std::string _BC_name, Eigen::Vector3d _which_dof, Eigen::Vector3d _values)
 
virtual void write (std::ostream &out) const override
 

Public Attributes

std::string BC_name
 
std::vector< Node * > nodes
 
Eigen::Vector3d which_dof
 
Eigen::Vector3d values
 

Detailed Description

manage mechanical von Neumann BC

Constructor & Destructor Documentation

◆ uNeumann() [1/2]

uNeumann::uNeumann ( mirrors::Problem pbl,
int  no,
std::string  _BC_name,
Eigen::Vector3d  _which_dof,
Eigen::Vector3d  _values 
)

◆ uNeumann() [2/2]

uNeumann::uNeumann ( mirrors::Problem pbl,
std::string const &  name,
std::string  _BC_name,
Eigen::Vector3d  _which_dof,
Eigen::Vector3d  _values 
)

Member Function Documentation

◆ write()

void uNeumann::write ( std::ostream &  out) const
overridevirtual

Member Data Documentation

◆ BC_name

std::string mirrors::uNeumann::BC_name

◆ nodes

std::vector<Node *> mirrors::uNeumann::nodes

◆ values

Eigen::Vector3d mirrors::uNeumann::values

◆ which_dof

Eigen::Vector3d mirrors::uNeumann::which_dof

The documentation for this class was generated from the following files: