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

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

Collaboration diagram for EshelbianPlasticity::BcDisp:
[legend]

Public Member Functions

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

Public Attributes

std::string blockName
 
std::string loadHistoryFile
 
Range faces
 
VectorDouble3 vals
 
VectorInt3 flags
 

Detailed Description

Definition at line 756 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcDisp()

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

Definition at line 2769 of file EshelbianPlasticity.cpp.

2771 : blockName(name), loadHistoryFile(load_history_file), faces(faces) {
2772 vals.resize(3, false);
2773 flags.resize(3, false);
2774 for (int ii = 0; ii != 3; ++ii) {
2775 vals[ii] = attr[ii];
2776 flags[ii] = static_cast<int>(attr[ii + 3]);
2777 }
2778
2779 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp " << name;
2780 MOFEM_LOG("EP", Sev::inform)
2781 << "Add BCDisp vals " << vals[0] << " " << vals[1] << " " << vals[2];
2782 MOFEM_LOG("EP", Sev::inform)
2783 << "Add BCDisp flags " << flags[0] << " " << flags[1] << " " << flags[2];
2784 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp nb. of faces " << faces.size();
2785}
#define MOFEM_LOG(channel, severity)
Log.

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcDisp::blockName

Definition at line 759 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcDisp::faces

Definition at line 761 of file EshelbianPlasticity.hpp.

◆ flags

VectorInt3 EshelbianPlasticity::BcDisp::flags

Definition at line 763 of file EshelbianPlasticity.hpp.

◆ loadHistoryFile

std::string EshelbianPlasticity::BcDisp::loadHistoryFile

Definition at line 760 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble3 EshelbianPlasticity::BcDisp::vals

Definition at line 762 of file EshelbianPlasticity.hpp.


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