| e65c8212 | 30-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: squash -Wmaybe-uninitialized
Reported-by: Valeria Barra <valeriabarra21@gmail.com> |
| 28688798 | 28-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
OCCA - update backend resource names to match conventions |
| 777ff853 | 14-Aug-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
QFunction Context Data Object (#596)
* Ctx - create context object for QFunction context data
* Context - rename UserContext -> QFunctionContext
* Ctx - add lcov markers
* Ctx - fix leak in
QFunction Context Data Object (#596)
* Ctx - create context object for QFunction context data
* Context - rename UserContext -> QFunctionContext
* Ctx - add lcov markers
* Ctx - fix leak in identity QFunctions
* Hip/Cuda - rename sync functions for vector/context
* Tests - lcov marker update
* QFunction - drop unused function
* Python - fix copy-paste errors
* Ctx - update notes for Fortran usage
* Fortran - drop unneeded cast
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Interface - use void* for SetData interfaces
* Make - use call quiet for NVCC
* Interface - use void* for GetData interfaces
* Make - add quiet call option for examples
* Makefile - create common makefile to reduce duplication/complexity in example makefiles
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 3ab4fca6 | 04-Aug-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
PETSc examples: Update DMPlexCreateSphereMesh() and DMAddBoundary() calls after changes in PETSc's API (#600)
* PETSc examples: Update DMPlexCreateSphereMesh call after change in API
* PETSc bps:
PETSc examples: Update DMPlexCreateSphereMesh() and DMAddBoundary() calls after changes in PETSc's API (#600)
* PETSc examples: Update DMPlexCreateSphereMesh call after change in API
* PETSc bps: Update DMAddBoundary() call after change in API
* Add compatibility macros
* solids/ and fluids/ : Update DMAddBoundary() call and add compatibility macros
* Travis: Update PETSc ref with latest hash from master
show more ...
|
| 335ea220 | 01-Jul-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: fix doc |
| f1d8834c | 30-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: comments on ICs and BCs & style |
| f259b054 | 29-Jun-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: style |
| 1119eeee | 29-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: CreateRestrictionFromPlex: handle empty domainIS
Reported-by: Valeria Barra <valeriabarra21@gmail.com> |
| b5fac9ce | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: style |
| 7e7fe4bf | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/advection.h: spherical bubble is the default IC |
| ebb4b9bd | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: style
examples/fluids/setup-boundary.h: fix style |
| e39f39d6 | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/advection.h: fixed in/outflow signs for implicit scheme |
| acd38781 | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: comments
examples/fluids: fixed the comments on outflow BCs
examples/fluids/setup-boundary.h: fix comments
examples/fluids: updated comments on ICs and BCs |
| 59890069 | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: PetscBool -> bool in QFunctions |
| 7813d145 | 29-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: removed periodicity from the setup struct |
| bc6a41f7 | 28-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: clear DS and fields in -viz_refine
Reported-by: Leila Ghaffari <leila.ghaffari@colorado.edu> |
| add6f994 | 24-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/setup-boundary.h: comment |
| 72116e9a | 24-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/advection2d.h: removed unused variables |
| ebddc5d4 | 18-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
doc/NS: update
update doc
Fluids - fix doc
Fluids - update doc
doc: Fluids - added weak form boundary integrals for in/outflow BCs
doc: Fluids - specified in/outflow surfaces in the boundary in
doc/NS: update
update doc
Fluids - fix doc
Fluids - update doc
doc: Fluids - added weak form boundary integrals for in/outflow BCs
doc: Fluids - specified in/outflow surfaces in the boundary integrals
fix doc
show more ...
|
| 0eeaa28c | 18-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids/advection.h: spherical bubble is the default IC |
| daae62eb | 18-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix sign and simplify advection2d inflow/outflow for implicit/explicit |
| 77b34f85 | 18-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: u_* = u_R on inflow boundaries |
| f4e60672 | 18-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
doc: added representative runs for TRANSLATION mode |
| 16c0476c | 17-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: Total Energy is now prescribed for inflow BCs and can be changed using -E_wind
initial commit for specifying total energy instead of pressure and density for inflow BCs
update navi
examples/fluids: Total Energy is now prescribed for inflow BCs and can be changed using -E_wind
initial commit for specifying total energy instead of pressure and density for inflow BCs
update navierstokes.c
update README
update doc
comments updated
prescribe E_wind = 1.e6
show more ...
|
| 7ed8b9c7 | 15-Jun-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some corrections
examples/fluids: qf_Sur -> qf_applySur
examples/fluids: removed unused variable
style
examples/fluids/advection(2d).h: implementing a more readable conditional
examples/fluids: some corrections
examples/fluids: qf_Sur -> qf_applySur
examples/fluids: removed unused variable
style
examples/fluids/advection(2d).h: implementing a more readable conditional statement for in/outflow BCs
show more ...
|