v0.15.4
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 485 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcRot()

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

Definition at line 2448 of file EshelbianPlasticity.cpp.

2449 : blockName(name), faces(faces) {
2450 vals.resize(attr.size(), false);
2451 for (int ii = 0; ii != attr.size(); ++ii) {
2452 vals[ii] = attr[ii];
2453 }
2454 theta = attr[3];
2455}

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcRot::blockName

Definition at line 487 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcRot::faces

Definition at line 488 of file EshelbianPlasticity.hpp.

◆ theta

double EshelbianPlasticity::BcRot::theta

Definition at line 490 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble EshelbianPlasticity::BcRot::vals

Definition at line 489 of file EshelbianPlasticity.hpp.


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