v0.15.0
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 513 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ NormalDisplacementBc()

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

Definition at line 1963 of file EshelbianPlasticity.cpp.

1966 : blockName(name), faces(faces) {
1967
1968 blockName = name;
1969 if (attr.size() < 1) {
1971 "Wrong size of normal displacement BC");
1972 }
1973
1974 val = attr[0];
1975
1976 MOFEM_LOG("EP", Sev::inform) << "Add NormalDisplacementBc " << name;
1977 MOFEM_LOG("EP", Sev::inform) << "Add NormalDisplacementBc val " << val;
1978 MOFEM_LOG("EP", Sev::inform)
1979 << "Add NormalDisplacementBc nb. of faces " << faces.size();
1980}
#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 515 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::NormalDisplacementBc::faces

Definition at line 516 of file EshelbianPlasticity.hpp.

◆ val

double EshelbianPlasticity::NormalDisplacementBc::val

Definition at line 517 of file EshelbianPlasticity.hpp.


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