|
| cclocalassembler.hh |
| An assembler for Jacobian and residual contribution per element (cell-centered methods)
|
|
| cclocalresidual.hh |
| Calculates the element-wise residual for cell-centered discretization schemes.
|
|
| coloring.hh |
| Coloring schemes for shared-memory-parallel assembly.
|
|
| cvfelocalassembler.hh |
| An assembler for Jacobian and residual contribution per element (CVFE methods)
|
|
| cvfelocalresidual.hh |
| Calculates the element-wise residual for control-volume finite element schemes.
|
|
| diffmethod.hh |
| An enum class to define various differentiation methods available in order to compute the derivatives of the residual i.e. the entries in the jacobian matrix.
|
|
| entitycolor.hh |
| An enum class to define the colors of elements and vertices required for partial Jacobian reassembly.
|
|
| fclocalassembler.hh |
| An assembler for Jacobian and residual contribution per element (face-centered staggered methods)
|
|
| fclocalresidual.hh |
| Calculates the element-wise residual for the box scheme.
|
|
| fvassembler.hh |
| A linear system assembler (residual and Jacobian) for finite volume schemes.
|
|
| fvlocalassemblerbase.hh |
| A base class for all local assemblers.
|
|
| fvlocalresidual.hh |
| The element-wise residual for finite volume schemes.
|
|
| initialsolution.hh |
| Function to create initial solution vectors.
|
|
| jacobianpattern.hh |
| Helper function to generate Jacobian pattern for different discretization methods.
|
|
| numericepsilon.hh |
| An adapter class for local assemblers using numeric differentiation.
|
|
| partialreassembler.hh |
| Detects which entries in the Jacobian have to be recomputed.
|
|
| staggeredfvassembler.hh |
| A linear system assembler (residual and Jacobian) for staggered finite volume schemes.
|
|
| staggeredlocalresidual.hh |
| Calculates the element-wise residual for the staggered FV scheme.
|
|