v0.15.0
Loading...
Searching...
No Matches
EshelbianPlasticity::TractionBc Struct Reference

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

Collaboration diagram for EshelbianPlasticity::TractionBc:
[legend]

Public Member Functions

 TractionBc (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 498 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ TractionBc()

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

Definition at line 1956 of file EshelbianPlasticity.cpp.

1957 : blockName(name), faces(faces) {
1958 vals.resize(3, false);
1959 flags.resize(3, false);
1960 for (int ii = 0; ii != 3; ++ii) {
1961 vals[ii] = attr[ii];
1962 flags[ii] = static_cast<int>(attr[ii + 3]);
1963 }
1964
1965 MOFEM_LOG("EP", Sev::inform) << "Add BCForce " << name;
1966 MOFEM_LOG("EP", Sev::inform)
1967 << "Add BCForce vals " << vals[0] << " " << vals[1] << " " << vals[2];
1968 MOFEM_LOG("EP", Sev::inform)
1969 << "Add BCForce flags " << flags[0] << " " << flags[1] << " " << flags[2];
1970 MOFEM_LOG("EP", Sev::inform) << "Add BCForce nb. of faces " << faces.size();
1971}
#define MOFEM_LOG(channel, severity)
Log.

Member Data Documentation

◆ blockName

std::string EshelbianPlasticity::TractionBc::blockName

Definition at line 500 of file EshelbianPlasticity.hpp.

◆ faces

Range EshelbianPlasticity::TractionBc::faces

Definition at line 501 of file EshelbianPlasticity.hpp.

◆ flags

VectorInt3 EshelbianPlasticity::TractionBc::flags

Definition at line 503 of file EshelbianPlasticity.hpp.

◆ vals

VectorDouble3 EshelbianPlasticity::TractionBc::vals

Definition at line 502 of file EshelbianPlasticity.hpp.


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