framework#
Module: fridom.framework
Submodules
exceptions.py - Custom exceptions for the framework. |
|
All grid related classes and functions. |
|
Domain Decomposition |
|
Utility functions and classes for the FRIDOM framework. |
|
Time Steppers |
|
Base classes and functions for creating modules in the model. |
|
Projection |
|
timing_module.py - Keep track of the time spent in different model components. |
Classes, Functions, and Variables
Configuration class for the fridom framework. |
Instances of the Logger class represent a single logging channel. |
|
Base class for model settings container. |
|
Class for field variables in the framework. |
|
Base class for a model state. |
|
Stores the model state variables and the time information. |
|
Base class for the model. |
|
A clock to keep track of the model time. |
Core modules of the FRIDOM framework.
Description#
This module contain the base classes and functions for the FRIDOM framework. This module should mainly be used for developing new modules and models.