| #
e49e8cc9
|
| 28-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: style and some temporary fixes
fluids - set a better if condition
style
|
| #
8c090810
|
| 27-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - added implicit QFunctions to Advection2d and Advection
|
| #
32b5ec5f
|
| 27-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: flip faces when not positively oriented with respect to volume
|
| #
c694a8e9
|
| 27-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: fluids - flipping faces
|
| #
1e150236
|
| 18-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some fixes
Fluids - some cleanup and style
Fluids - some cleanup in the refactorizations
some clean-up
style & comment
apply CeedOperator on op_setupSur
comment
consistent fun
examples/fluids: some fixes
Fluids - some cleanup and style
Fluids - some cleanup in the refactorizations
some clean-up
style & comment
apply CeedOperator on op_setupSur
comment
consistent function name and comment
more comments
Fluids - removed unused variables
Fluids - fixed the sign of the boundary integral in advection 2d and 3d
WIP: Fluids - made the value of the normal vector (2d) consistent with the geometry. The sign of the normal vector on face 1 and 4 is still the opposite.
Fluids: fix missing CeedVectorDestroy
Fluids - going back to the correct formulation for boundary_setup
show more ...
|
| #
ca3ac6dd
|
| 18-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - refactored the Composite Operators
|
| #
d3630711
|
| 17-May-2020 |
Jed Brown <jed@jedbrown.org> |
WIP: I think this is the intended use of composite operators
|
| #
5e197d05
|
| 17-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: put off adding in/out-flow BCs to densitycurrent.h
Fluids - For now, ignored the component gradients on the boundaries
Fluids - Advection2d: Initial velocity -> (1, 0, 0) for testi
examples/fluids: put off adding in/out-flow BCs to densitycurrent.h
Fluids - For now, ignored the component gradients on the boundaries
Fluids - Advection2d: Initial velocity -> (1, 0, 0) for testing in/outflow
style & deleted the missing parts from component gradients
show more ...
|
| #
7573aee6
|
| 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: make -bc_outflow take precedence over default slip conditions
Otherwise we have boundaries in which both the default (slip) and outflow conditions are applied.
|
| #
9d801c56
|
| 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix missing PetscViewerDestroy
|
| #
da51bdd9
|
| 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some corrections
fixed a bug
Fluids: added "-bc_outflow" option to README
|
| #
84d34d69
|
| 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - resolve conflict after merging master
|
| #
cfa64770
|
| 16-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids - Added outflow BC only for RHS
|
| #
d1d4a8c6
|
| 09-May-2020 |
Jed Brown <jed@jedbrown.org> |
fluids: use height to define restriction dim
|
| #
8b982bae
|
| 06-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: Fluids - implemented boundary Floating fluxes, some corrections, and style
Fluids: fixed a bug + comment
Fluids: another bug
|
| #
29448992
|
| 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Advection - Added QFunction for boundary integral and some style
|
| #
1bb42639
|
| 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
qdatasizeSur=1 for all problems
|
| #
356fbf4b
|
| 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Set up boundary for 3d problems
|
| #
6a0edaf9
|
| 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: Fluids - developed composit operators for one face
Fluids: fix
Fluids: fixed a bug
Fluids: comments
|
| #
bd910870
|
| 28-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some corrections
Fluids: fixed a bug
Fluids: removed unused variables and function call
Fluids: changed function name
|
| #
b0137797
|
| 26-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Advection2d - added QFunctions for the Surface
small fix
|
| #
c96c872f
|
| 23-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: fluids-created a function for Restriction elements
Fluids - resolved conflict after merging #517
Fluids - fixed some missing parts from #513
Fluids: create setup1d in common.h
Fluids: change
WIP: fluids-created a function for Restriction elements
Fluids - resolved conflict after merging #517
Fluids - fixed some missing parts from #513
Fluids: create setup1d in common.h
Fluids: changed QFunctions names
show more ...
|
| #
ea6e0f84
|
| 19-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids: add support for implementing Suface Qfunctions and Operators
|
| #
0c6c0b13
|
| 09-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Add support for multiple sub-domains
Fluids: WIP: CreateRestrictionFromPlex() modified to support multiple sub-domains
WIP: small tweak to create restriction
|
| #
611c67bb
|
| 15-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10
Jed/petsc 3.14 gcc 10
|