| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
|
| |
- test/square-supg.cc: copy from test/square and test/line-supg
- right now something is definitely going wrong.
- test/CMakeLists.txt: add square-supg
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
|
|
| |
- test/square.cc: add physics constants and weak form. use stuff from
the linear test.
- confirmed that with advection dominated and precondition_flag = true
the solution is unstable.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
| |
- test/line.cc: use PWConstCoefficient and ProjectBdrCoefficient
correctly.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
|
|
| |
- src/mfem-supg.h: add supg nonlinear integrator.
- src/mfem.supg.cc: add function definitions.
- test/line-supg.cc: add 1d test code based off test/line.cc.
- test/CMakeLists.txt: add line-supg target.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
|
|
|
|
| |
- test/line.cc: fix vertex locations.
- use correct convection integrator (the conservative version).
- do not print debug info by default.
- make preconditioning optional for visualization with
advection-dominated (unstable) case.
- add info printout to confirm writing mesh/solution.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- CMakeLists.txt: fix for MFEM 4.9.
- test/line.cc: tried to use PWConstantCoefficient, but Project wasn't
working so I explicitly set BCs on phi.
- change x to phi.
- save essential BCs in a file for visual confirmation.
- add advection-diffusion equation.
- adjust PCG parameter to clarify that it's a boolean option
masquerading as an int.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
| |
- trying to go from here to linear AD.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
| |
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
| |
|
|
|
|
|
|
| |
- CMakeLists.txt: find MFEM and project stuff.
- src: add CMakeLists and library files.
- test: add CMakeLists.txt and simplest test which will be a square.
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|
|
|
Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
|