Concepts#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 1234]
| ▼NDiFfRG | |
| ▼Ndef | This namespace contains all default implementations and definitions needed for numerical models |
| RHasSlopeLimiter | Concept that any slope-limiter mixin must satisfy |
| RHasReconstructor | Concept that any gradient-reconstruction strategy must satisfy |
| RHasWaveSpeed | Concept that any wave-speed strategy must satisfy |
| ▼NFV | |
| ▼NKurganovTadmor | |
| RHasAssemblyViewRange | |
| RHasFaceAssemblyViewRange | |
| RHasCellAssemblyViewRange | |
| RHasAssemblyContextView | |
| RHasFVKTAssemblyHook | |
| ▼Ninternal | |
| RIsModel | Whether a type is a model, i.e. carries the component descriptor rather than being one |
| RCarriesModel | Whether a Discretization knows which model it belongs to |
| RSupportedVectorType | A vector type DiFfRG's timesteppers and assemblers can work with |
| RNamedTuple | Concept for a named tuple |
| Ris_container | |
| Ris_sized_container | |
| Rhas_n_call_operator | |
| RHasExtractorPoint | Whether Model chooses its own point at which the extractors are evaluated |
| RMeshIsRectangular | |
| Ris_coordinates | |
| Rhas_integrator_AD | |
| Rhas_integrator_AD2 | |
| Rhas_set_k | |
| Rhas_set_T | |
| Rhas_set_typical_E | |
| Rhas_set_x_extent | |
| Rprovides_regulator | |
| Rprovides_kernel | |
| Rprovides_constant | |
| Ris_valid_kernel | |
| Rhas_interpolator_types | Checks that an interpolator class provides the required type aliases (value_type, ctype) |
| Rhas_interpolator_methods | Checks that an interpolator class provides the required methods (get_coordinates) and a call operator with the correct arity |
| Ris_interpolator | A concept for what is an interpolator class |
Generated by