|
| | Magnetostatics (const DDRCore &ddrcore, bool use_threads, std::ostream &output=std::cout) |
| | Constructor. More...
|
| |
| void | assembleLinearSystem (const ForcingTermType &f, const PermeabilityType &mu, const SolutionPotentialType &u) |
| | Assemble the global system
More...
|
| |
| size_t | dimensionSpace () const |
| | Returns the dimension of the magnetic field + potential space. More...
|
| |
| size_t | nbSCDOFs () const |
| | Returns the number of statically condensed DOFs (here, the cell magnetic field DOFs) More...
|
| |
| size_t | sizeSystem () const |
| | Returns the size of the statically condensed system. More...
|
| |
| const XCurl & | xCurl () const |
| | Returns the space XCurl. More...
|
| |
| const XDiv & | xDiv () const |
| | Returns the space XDiv. More...
|
| |
| const SystemMatrixType & | systemMatrix () const |
| | Returns the linear system matrix. More...
|
| |
| SystemMatrixType & | systemMatrix () |
| | Returns the linear system matrix. More...
|
| |
| const Eigen::VectorXd & | systemVector () const |
| | Returns the linear system right-hand side vector. More...
|
| |
| Eigen::VectorXd & | systemVector () |
| | Returns the linear system right-hand side vector. More...
|
| |
| const double & | stabilizationParameter () const |
| | Returns the stabilization parameter. More...
|
| |
| double & | stabilizationParameter () |
| | Returns the stabilization parameter. More...
|
| |
| const SystemMatrixType & | scMatrix () const |
| | Returns the static condensation recovery operator. More...
|
| |
| Eigen::VectorXd & | scVector () |
| | Returns the static condensation rhs. More...
|
| |
| std::vector< double > | computeNorms (const std::vector< Eigen::VectorXd > &list_dofs) const |
| | Compute the discrete Hcurl \times Hdiv norm of a family of vectors representing the dofs. More...
|
| |
| | Magnetostatics (const DDRCore &ddrcore, bool use_threads, std::ostream &output=std::cout) |
| | Constructor. More...
|
| |
| void | assembleLinearSystem (const ForcingTermType &f, const PermeabilityType &mu, const SolutionPotentialType &u) |
| | Assemble the global system
More...
|
| |
| size_t | dimensionSpace () const |
| | Returns the dimension of the magnetic field + potential space. More...
|
| |
| size_t | nbSCDOFs () const |
| | Returns the number of statically condensed DOFs (here, the cell magnetic field DOFs) More...
|
| |
| size_t | sizeSystem () const |
| | Returns the size of the statically condensed system. More...
|
| |
| const SXCurl & | sxCurl () const |
| | Returns the space SXCurl. More...
|
| |
| const SXDiv & | sxDiv () const |
| | Returns the space SXDiv. More...
|
| |
| const SystemMatrixType & | systemMatrix () const |
| | Returns the linear system matrix. More...
|
| |
| SystemMatrixType & | systemMatrix () |
| | Returns the linear system matrix. More...
|
| |
| const Eigen::VectorXd & | systemVector () const |
| | Returns the linear system right-hand side vector. More...
|
| |
| Eigen::VectorXd & | systemVector () |
| | Returns the linear system right-hand side vector. More...
|
| |
| const double & | stabilizationParameter () const |
| | Returns the stabilization parameter. More...
|
| |
| double & | stabilizationParameter () |
| | Returns the stabilization parameter. More...
|
| |
| const SystemMatrixType & | scMatrix () const |
| | Returns the static condensation recovery operator. More...
|
| |
| Eigen::VectorXd & | scVector () |
| | Returns the static condensation rhs. More...
|
| |
| std::vector< double > | computeNorms (const std::vector< Eigen::VectorXd > &list_dofs) const |
| | Compute the discrete Hcurl \times Hdiv norm of a family of vectors representing the dofs. More...
|
| |
Assemble a magnetostatic problem.