v0.16.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, std::string load_history_file="")
 

Public Attributes

std::string blockName
 
std::string loadHistoryFile
 
Range faces
 
VectorDouble vals
 
double theta
 

Detailed Description

Definition at line 767 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcRot()

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

Definition at line 2787 of file EshelbianPlasticity.cpp.

2789 : blockName(name), loadHistoryFile(load_history_file), faces(faces) {
2790 vals.resize(attr.size(), false);
2791 for (int ii = 0; ii != attr.size(); ++ii) {
2792 vals[ii] = attr[ii];
2793 }
2794 theta = attr[3];
2795}

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcRot::blockName

Definition at line 770 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcRot::faces

Definition at line 772 of file EshelbianPlasticity.hpp.

◆ loadHistoryFile

std::string EshelbianPlasticity::BcRot::loadHistoryFile

Definition at line 771 of file EshelbianPlasticity.hpp.

◆ theta

double EshelbianPlasticity::BcRot::theta

Definition at line 774 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble EshelbianPlasticity::BcRot::vals

Definition at line 773 of file EshelbianPlasticity.hpp.


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