v0.15.5
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
EshelbianPlasticity::BcRot Struct Reference

#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.hpp"

Collaboration diagram for EshelbianPlasticity::BcRot:
[legend]

Public Member Functions

 BcRot (std::string name, std::vector< double > attr, Range faces)
 

Public Attributes

std::string blockName
 
Range faces
 
VectorDouble vals
 
double theta
 

Detailed Description

Definition at line 501 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcRot()

EshelbianPlasticity::BcRot::BcRot ( std::string  name,
std::vector< double attr,
Range  faces 
)

Definition at line 2546 of file EshelbianPlasticity.cpp.

2547 : blockName(name), faces(faces) {
2548 vals.resize(attr.size(), false);
2549 for (int ii = 0; ii != attr.size(); ++ii) {
2550 vals[ii] = attr[ii];
2551 }
2552 theta = attr[3];
2553}

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcRot::blockName

Definition at line 503 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcRot::faces

Definition at line 504 of file EshelbianPlasticity.hpp.

◆ theta

double EshelbianPlasticity::BcRot::theta

Definition at line 506 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble EshelbianPlasticity::BcRot::vals

Definition at line 505 of file EshelbianPlasticity.hpp.


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