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

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

Collaboration diagram for EshelbianPlasticity::NormalDisplacementBc:
[legend]

Public Member Functions

 NormalDisplacementBc (std::string name, std::vector< double > attr, Range faces)
 

Public Attributes

std::string blockName
 
Range faces
 
double val
 

Detailed Description

Definition at line 521 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ NormalDisplacementBc()

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

Definition at line 2572 of file EshelbianPlasticity.cpp.

2575 : blockName(name), faces(faces) {
2576
2577 blockName = name;
2578 if (attr.size() < 1) {
2580 "Wrong size of normal displacement BC");
2581 }
2582
2583 val = attr[0];
2584
2585 MOFEM_LOG("EP", Sev::inform) << "Add NormalDisplacementBc " << name;
2586 MOFEM_LOG("EP", Sev::inform) << "Add NormalDisplacementBc val " << val;
2587 MOFEM_LOG("EP", Sev::inform)
2588 << "Add NormalDisplacementBc nb. of faces " << faces.size();
2589}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_DATA_INCONSISTENCY
Definition definitions.h:31
#define MOFEM_LOG(channel, severity)
Log.

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::NormalDisplacementBc::blockName

Definition at line 523 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::NormalDisplacementBc::faces

Definition at line 524 of file EshelbianPlasticity.hpp.

◆ val

double EshelbianPlasticity::NormalDisplacementBc::val

Definition at line 525 of file EshelbianPlasticity.hpp.


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