Definition at line 19 of file HMHHencky.cpp.
 
◆ OpHenckyJacobian()
  
  | 
        
          | EshelbianPlasticity::HMHHencky::OpHenckyJacobian::OpHenckyJacobian | ( | boost::shared_ptr< DataAtIntegrationPts > | data_ptr, |  
          |  |  | boost::shared_ptr< HMHHencky > | hencky_ptr |  
          |  | ) |  |  |  | inline | 
 
Definition at line 20 of file HMHHencky.cpp.
   24                        "getOptions failed");
   26                        "Can not get data from block");
   27    }
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
boost::shared_ptr< HMHHencky > henckyPtr
boost::shared_ptr< DataAtIntegrationPts > dataAtGaussPts
 
 
 
◆ doWork()
  
  | 
        
          | MoFEMErrorCode EshelbianPlasticity::HMHHencky::OpHenckyJacobian::doWork | ( | int | side, |  
          |  |  | EntityType | type, |  
          |  |  | EntitiesFieldData::EntData & | data |  
          |  | ) |  |  |  | inline | 
 
Definition at line 29 of file HMHHencky.cpp.
   30                                                          {
   32 
   34        if (b.blockEnts.find(getFEEntityHandle()) != b.blockEnts.end()) {
   40                                       b.bulkModulusK, b.shearModulusG);
   42        }
   43      }
   46 
   49 
   52 
   57 
   59    }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
std::vector< BlockData > blockData
 
 
◆ evaluateLhs()
  
  | 
        
          | MoFEMErrorCode EshelbianPlasticity::HMHHencky::OpHenckyJacobian::evaluateLhs | ( | EntData & | data | ) |  |  | inlinevirtual | 
 
 
◆ evaluateRhs()
  
  | 
        
          | MoFEMErrorCode EshelbianPlasticity::HMHHencky::OpHenckyJacobian::evaluateRhs | ( | EntData & | data | ) |  |  | inlinevirtual | 
 
 
◆ dataAtGaussPts
  
  | 
        
          | boost::shared_ptr<DataAtIntegrationPts> EshelbianPlasticity::HMHHencky::OpHenckyJacobian::dataAtGaussPts |  | private | 
 
 
◆ henckyPtr
  
  | 
        
          | boost::shared_ptr<HMHHencky> EshelbianPlasticity::HMHHencky::OpHenckyJacobian::henckyPtr |  | private | 
 
 
The documentation for this struct was generated from the following file: