MoReFEM
Loading...
Searching...
No Matches
Files | Namespaces | Data Structures
Model

Module that encompass the model, which drives a MoReFEM program. More...

Collaboration diagram for Model:

Files

file  InitializeHelper.hpp
 
file  CommandLineArgumentsForUpdateLuaFile.hpp
 
file  Main.hpp
 
file  MainEnsightOutput.hpp
 
file  MainUpdateLuaFile.hpp
 
file  Model.hpp
 

Namespaces

namespace  MoReFEM
 Main MoReFEM namespace.
 
namespace  MoReFEM::Internal
 Namespace with content that should be of use only for developers of the library.
 
namespace  MoReFEM::Internal::ModelNS
 Namespace that enclose helper classes of Model.
 
namespace  MoReFEM::ModelNS
 Placeholder namespace description needed for it to appear in Doxygen namespace list.
 

Data Structures

struct  MoReFEM::Internal::ModelNS::UpdateLuaFileCLI
 Supplementary command line options to use in the MoReFEMData policy for executables that update Lua files. More...
 
class  MoReFEM::Model< DerivedT, MoReFEMDataT, DoConsiderProcessorWiseLocal2GlobalT >
 Class that drives the finite element resolution. More...
 

Detailed Description

Module that encompass the model, which drives a MoReFEM program.

Attention
Currently model is a header-only library.