v0.15.0
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 498 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcRot()

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

Definition at line 1937 of file EshelbianPlasticity.cpp.

1938 : blockName(name), faces(faces) {
1939 vals.resize(attr.size(), false);
1940 for (int ii = 0; ii != attr.size(); ++ii) {
1941 vals[ii] = attr[ii];
1942 }
1943 theta = attr[3];
1944}

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcRot::blockName

Definition at line 500 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcRot::faces

Definition at line 501 of file EshelbianPlasticity.hpp.

◆ theta

double EshelbianPlasticity::BcRot::theta

Definition at line 503 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble EshelbianPlasticity::BcRot::vals

Definition at line 502 of file EshelbianPlasticity.hpp.


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