Sohail Reddy
|
f768ba1c75
|
Changed ImplicitVariable to ImplicitVariableType
|
2025-11-20 11:04:10 -08:00 |
|
Sohail Reddy
|
a5835794e5
|
fixed examples to use new variable names
|
2025-10-24 14:31:21 -07:00 |
|
Sohail Reddy
|
db8c62eaf5
|
Added documentation on switching between solving for stage state and slope, updated examples and variable names.
|
2025-10-24 14:22:12 -07:00 |
|
Sohail Reddy
|
5fd5b76e47
|
Updated examples ex9 and ex16 to demonstrate use of implicit stage-state vs stage-slope solve.
|
2025-10-19 16:51:07 -07:00 |
|
Veselin Dobrev
|
17955e1140
|
Merge pull request #3480 from mfem/ab-am-refactor
New ode solver selection mechanism[ab-am-refactor]
|
2024-10-28 14:08:56 -07:00 |
|
Will Pazner
|
b023416c47
|
Use override specifier in more places
Identified using clang-tidy check 'modernize-use-override'
|
2024-08-05 09:45:46 -07:00 |
|
dylan-copeland
|
337ab968e1
|
Override for more header files, miniapps, and examples.
|
2024-07-19 16:38:03 -07:00 |
|
IdoAkkerman
|
43533b51d5
|
Merge branch 'master' into ab-am-refactor
|
2024-04-02 16:58:57 +02:00 |
|
Will Pazner
|
cd6919ce29
|
Return unique_ptr from ODESolver::Select (and others)
|
2023-12-19 12:24:34 -08:00 |
|
Tzanio Kolev
|
d983b34924
|
Renamed ftype -> real_t
|
2023-12-13 12:51:43 -08:00 |
|
Dylan Copeland
|
b89222762d
|
Generalized floating point type for all remaining examples.
|
2023-11-06 15:34:42 -08:00 |
|
Ido Akkerman
|
3c53fbf767
|
Fixed ode solver index changes
|
2023-03-31 11:37:01 +02:00 |
|
Ido Akkerman
|
1f564b2674
|
Split implicit and explicit solvers in selection routine
|
2023-03-27 10:52:14 +02:00 |
|
Will Pazner
|
6ac671baa7
|
Use Mpi class instead of MPI_Init and MPI_Finalize
|
2022-03-11 17:58:01 -08:00 |
|
Tzanio
|
8f7cb0b3db
|
Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();'
|
2022-03-08 18:06:43 -08:00 |
|
Tzanio
|
447f00d80b
|
Added a HYPRE_Session class to hypre.?pp and examples/miniapps
|
2022-03-07 14:22:22 -08:00 |
|
Dylan Copeland
|
6f5ceb97e8
|
Documenting the linearization of K(u).
|
2021-08-19 16:02:22 -07:00 |
|
Julian Andrej
|
58a9a861f8
|
int -> BigInt
|
2021-04-22 15:00:59 -07:00 |
|
Tzanio
|
661a52077d
|
Updated examples
|
2020-03-29 12:37:43 -07:00 |
|
William F Godoy
|
9c379891bf
|
Resolving conflicts with latest master
|
2020-03-18 09:41:46 -04:00 |
|
Stowell, Mark L
|
400e6fc422
|
Adding sample runs with mixed or wedge meshes
|
2018-09-13 15:35:53 -07:00 |
|
Ido Akkerman
|
1eeb2f4465
|
Adding Generalized alpha ODE integrator
|
2018-04-09 16:38:26 +02:00 |
|
Veselin Dobrev
|
c6dafc6483
|
A set of small fixes and cleanups uncovered by static analysis with
clang static analyzer.
|
2017-12-09 16:12:35 -08:00 |
|
Tzanio
|
877a58d235
|
Small adjustments
|
2017-07-06 18:03:08 -07:00 |
|
Tzanio
|
1569425857
|
Version 3.3
|
2017-01-28 22:05:47 -08:00 |
|