b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2solver.H File Reference

Interface to C++ representations of FE solvers. More...

#include <functional>
#include "b2ppconfig.h"
#include "model/b2case.H"
#include "model/b2domain.H"
#include "model/b2element.H"
#include "model/b2initial_condition.H"
#include "model/b2model.H"
#include "utils/b2object.H"
#include "utils/b2threading.H"
Include dependency graph for b2solver.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  b2000::Solver
 A Solver instance executes an FE analysis. It is created and initialized by the Model instance and, using the Model, it obtains the Domain, IntialCondition, BoundaryCondition, etc. objects appropriate for the specified load case. More...
 
class  b2000::SolverHints
 

Namespaces

namespace  b2000
 Contains the base classes for implementing Finite Elements.
 

Detailed Description

Interface to C++ representations of FE solvers.