v0.15.0
Loading...
Searching...
No Matches
Classes | Namespaces
ProblemsManager.hpp File Reference

Interface for building, partitioning, and managing finite element problems. More...

#include "UnknownInterface.hpp"

Go to the source code of this file.

Classes

struct  MoFEM::ProblemsManager
 Problem manager is used to build and partition problems. More...
 

Namespaces

namespace  MoFEM
 implementation of Data Operators for Forces and Sources
 

Detailed Description

Interface for building, partitioning, and managing finite element problems.

The ProblemsManager provides comprehensive functionality for creating and managing finite element problems within the MoFEM framework. It serves as the bridge between the Core interface (fields, DOFs, finite elements) and PETSc's parallel computing infrastructure (Discrete Manager - DM).

Key capabilities include:

Definition in file ProblemsManager.hpp.