◆ OpVolumeSide()
  
  | 
        
          | OpVolumeSide::OpVolumeSide | ( | const std::string & | field_name | ) |  |  | inline | 
 
Definition at line 115 of file hello_world.cpp.
  116      : VolumeElementForcesAndSourcesCoreOnSide::UserDataOperator(
constexpr auto field_name
 
 
◆ doWork()
- Examples
- mofem/tutorials/fun-0/hello_world.cpp.
Definition at line 118 of file hello_world.cpp.
  119                                                        {
  121    if (type == MBVERTEX) {
  123          << "Hello Operator OpVolumeSide:"
  124          << " volume " << getVolume() << " normal " << getNormal();
  125    }
  127  }
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MOFEM_LOG(channel, severity)
Log.
#define HelloFunctionBegin
 
 
The documentation for this struct was generated from the following file: