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

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

Collaboration diagram for EshelbianPlasticity::AnalyticalTractionBc:
[legend]

Public Member Functions

 AnalyticalTractionBc (std::string name, std::vector< double > attr, Range faces, std::string load_history_file="")
 

Public Attributes

std::string blockName
 
Range faces
 
VectorInt3 flags
 

Detailed Description

Definition at line 819 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ AnalyticalTractionBc()

EshelbianPlasticity::AnalyticalTractionBc::AnalyticalTractionBc ( std::string  name,
std::vector< double attr,
Range  faces,
std::string  load_history_file = "" 
)

Definition at line 2917 of file EshelbianPlasticity.cpp.

2921 : blockName(name), faces(faces) {
2922 (void)load_history_file;
2923 flags.resize(3, false);
2924 for (int ii = 0; ii != 3; ++ii) {
2925 flags[ii] = attr.size() < 3 ? 1 : attr[ii];
2926 }
2927
2928 MOFEM_LOG("EP", Sev::inform) << "Add AnalyticalTractionBc " << name;
2929 MOFEM_LOG("EP", Sev::inform) << "Add AnalyticalTractionBc flags " << flags[0]
2930 << " " << flags[1] << " " << flags[2];
2931 MOFEM_LOG("EP", Sev::inform)
2932 << "Add AnalyticalTractionBc nb. of faces " << faces.size();
2933}
#define MOFEM_LOG(channel, severity)
Log.

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::AnalyticalTractionBc::blockName

Definition at line 822 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::AnalyticalTractionBc::faces

Definition at line 823 of file EshelbianPlasticity.hpp.

◆ flags

VectorInt3 EshelbianPlasticity::AnalyticalTractionBc::flags

Definition at line 824 of file EshelbianPlasticity.hpp.


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