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

#include <users_modules/eshelbian_plasticty/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 278 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ BcDisp()

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

Definition at line 596 of file EshelbianPlasticity.cpp.

597 : blockName(name), faces(faces) {
598 vals.resize(3, false);
599 flags.resize(3, false);
600 for (int ii = 0; ii != 3; ++ii) {
601 vals[ii] = attr[ii];
602 flags[ii] = static_cast<int>(attr[ii + 3]);
603 }
604
605 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp " << name;
606 MOFEM_LOG("EP", Sev::inform)
607 << "Add BCDisp vals " << vals[0] << " " << vals[1] << " " << vals[2];
608 MOFEM_LOG("EP", Sev::inform)
609 << "Add BCDisp flags " << flags[0] << " " << flags[1] << " " << flags[2];
610 MOFEM_LOG("EP", Sev::inform) << "Add BCDisp nb. of faces " << faces.size();
611}
#define MOFEM_LOG(channel, severity)
Log.
Definition: LogManager.hpp:308

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::BcDisp::blockName

Definition at line 280 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::BcDisp::faces

Definition at line 281 of file EshelbianPlasticity.hpp.

◆ flags

VectorInt3 EshelbianPlasticity::BcDisp::flags

Definition at line 283 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble3 EshelbianPlasticity::BcDisp::vals

Definition at line 282 of file EshelbianPlasticity.hpp.


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