v0.15.0
Loading...
Searching...
No Matches
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 507 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ NormalDisplacementBc()

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

Definition at line 1973 of file EshelbianPlasticity.cpp.

1976 : blockName(name), faces(faces) {
1977
1978 blockName = name;
1979 if (attr.size() < 1) {
1981 "Wrong size of normal displacement BC");
1982 }
1983
1984 val = attr[0];
1985
1986 MOFEM_LOG("EP", Sev::inform) << "Add NormalDisplacementBc " << name;
1987 MOFEM_LOG("EP", Sev::inform) << "Add NormalDisplacementBc val " << val;
1988 MOFEM_LOG("EP", Sev::inform)
1989 << "Add NormalDisplacementBc nb. of faces " << faces.size();
1990}
#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 509 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::NormalDisplacementBc::faces

Definition at line 510 of file EshelbianPlasticity.hpp.

◆ val

double EshelbianPlasticity::NormalDisplacementBc::val

Definition at line 511 of file EshelbianPlasticity.hpp.


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