◆ OpRow()
  
  | 
        
          | OpRow::OpRow | ( | const std::string & | field_name | ) |  |  | inline | 
 
 
◆ doWork()
- Examples
- mofem/tutorials/fun-0/hello_world.cpp.
Definition at line 25 of file hello_world.cpp.
   26                                                        {
   28    if (type == MBVERTEX) {
   29      
   30      MOFEM_LOG(
"SYNC", Sev::inform) << 
"**** " << getNinTheLoop() << 
" ****";
 
   31      MOFEM_LOG(
"SYNC", Sev::inform) << 
"**** Operators ****";
 
   32    }
   34        << "Hello Operator OpRow:"
   35        << " field name " << rowFieldName << " side " << side << " type "
   36        << CN::EntityTypeName(type) << " nb dofs on entity "
   39  }
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MOFEM_LOG(channel, severity)
Log.
#define HelloFunctionBegin
const VectorInt & getIndices() const
Get global indices of degrees of freedom on entity.
 
 
The documentation for this struct was generated from the following file: