v0.15.5
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)
 

Public Attributes

std::string blockName
 
Range faces
 
VectorDouble3 vals
 
VectorInt3 flags
 

Detailed Description

Definition at line 492 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcDisp()

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

Definition at line 2529 of file EshelbianPlasticity.cpp.

2530 : blockName(name), faces(faces) {
2531 vals.resize(3, false);
2532 flags.resize(3, false);
2533 for (int ii = 0; ii != 3; ++ii) {
2534 vals[ii] = attr[ii];
2535 flags[ii] = static_cast<int>(attr[ii + 3]);
2536 }
2537
2538 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp " << name;
2539 MOFEM_LOG("EP", Sev::inform)
2540 << "Add BCDisp vals " << vals[0] << " " << vals[1] << " " << vals[2];
2541 MOFEM_LOG("EP", Sev::inform)
2542 << "Add BCDisp flags " << flags[0] << " " << flags[1] << " " << flags[2];
2543 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp nb. of faces " << faces.size();
2544}
#define MOFEM_LOG(channel, severity)
Log.

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcDisp::blockName

Definition at line 494 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcDisp::faces

Definition at line 495 of file EshelbianPlasticity.hpp.

◆ flags

VectorInt3 EshelbianPlasticity::BcDisp::flags

Definition at line 497 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble3 EshelbianPlasticity::BcDisp::vals

Definition at line 496 of file EshelbianPlasticity.hpp.


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