History log of /libCEED/examples/petsc/bps.c (Results 126 – 150 of 153)
Revision Date Author Comments
# b271e21b 27-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #365 from CEED/jeremy/mpi-ierr

PETSc - Fix MPI_Allreduce warning w/ierr check


# b5009ec9 27-Sep-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc - Fix MPI_Allreduce warning w/ierr check


# 3b3d4a15 25-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

PETSc - add MPI_Reduce and PetscBarrier for benchmarking (#364)

* PETSc - add MPI_Reduce and PetscBarrier for benchmarking

* Update examples/petsc/bps.c

Co-Authored-By: Jed Brown <jed@jedbrown

PETSc - add MPI_Reduce and PetscBarrier for benchmarking (#364)

* PETSc - add MPI_Reduce and PetscBarrier for benchmarking

* Update examples/petsc/bps.c

Co-Authored-By: Jed Brown <jed@jedbrown.org>

* Update examples/petsc/bps.c

Co-Authored-By: Jed Brown <jed@jedbrown.org>

* Update examples/petsc/bpsdmplex.c

Co-Authored-By: Jed Brown <jed@jedbrown.org>

* Update examples/petsc/bpsdmplex.c

Co-Authored-By: Jed Brown <jed@jedbrown.org>

* Navier Stokes - revert stray commit

* PETSc - Use MPI_Allreduce

* PETSc - Use MPI_Allreduce for final time as well

show more ...


# a2fa7910 13-Sep-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Make examples consistent (#342)

* Make examples consistent


# 288c0443 13-Sep-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

QFunction Create by Name (#311)

This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.

Closes issue #37, issue #340

* Add QFunction gallery, rename focca

* Gallery - add initial QFunctions

* Add a test for using the QF gallery

* Modify ex1 to use gallery

* Add multiple test configs to tap

* Move output to test directory

* Update junit

* Add OCCA galley exception

* Add ex2

* Update ex2 for dim->ncompx

* Gallery - modify to work for CUDA as is

* Update Documentation

* Gallery - typo fix

* Gallery - convention change, postappend qfunction family variant

* Gallery - update template with new name checking convention

* Gallery - condense diff3DBuild QFunction

* Gallery - rename diff -> poisson

* Gallery - clarify poisson3DBuild comment

* Gallery - use Pragma SIMD, store Qdata in Voigt convention

* Examples - Convert BP3-6 to Voigt convention

* Examples - add cl option to switch between header and gallery qfs in CEED examples

* Examples - clean up construction of QF name

* Gallery - Switch to PascalCase for gallery names

* Doc - fix function type page

* Interface - Make sure strncpy result is null terminated

* Gallery - Update Poisson 2/3D Apply to new QF body

* make style

* make style - fix worst style problems

* make style - add gallery to make style

* Doc - update documentation errors and inconsistencies

* Examples - test ex1 ex2 with and without gallary

* Examples - reduce testing of ex1/ex2 without gallery, clean up non-gallery qfunctions

* MFEM - revert another make style mistake

* Manual make style updates

* Doc - update function documentation page

* Style updates, document test numbering conventions

* doc: resolve ambiguous image location warning, allow more Dot nodes

* Tests - style and cast cleanup

* Tests - fix README indentation

show more ...


# 34d77899 04-Sep-2019 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Homogenize examples by using ncomp and dim (#335)

* Homogenize examples by using ncomp and dim


# 4d537eea 02-Sep-2019 Yohann <dudouit1@llnl.gov>

Single Source QFunction (#304)

Introduce a new macro CEED_QFUNCTION that allows to define qFunctions in a single source code independently of the targeted backend.

Thanks-to: Jeremy Thompson
Tha

Single Source QFunction (#304)

Introduce a new macro CEED_QFUNCTION that allows to define qFunctions in a single source code independently of the targeted backend.

Thanks-to: Jeremy Thompson
Thanks-to: Jed Brown
This work is the result of a fruitful discussion between Jed Brown, Jeremy Thompson and Yohann Dudouit. Jeremy Thompson also implemented important features in this commit and was very active and helpful all along the progress of this work.

[NEWS] Breaking change: QFunctionField parameter 'ncomp' changed to 'size'. This change requires setting the previous value of 'ncomp' to 'ncomp*dim' when adding a QFunctionField with eval mode 'CEED_EVAL_GRAD'.

* First steps toward cuda-gen backend!

* Closer to real code generation.

* Generated code should be ready for nvrtc.

* The code generation skeleton is ready.

* Hack with the qfunction to make the operator kernel compile.

* Some tweaks in the makefile + Input fields structure change.

* Remove using cout.

* 1d interp and grad device functions.

* 1d readDofs, readQuads, writeDofs, writeQuads.

* Remove dead code.

* readDofs, readQuads, writeDofs, writeQuads for 2d and 3d

* 2d interp and grad

* 3d interp and grad

* - weight functions for 1d,2d,3d
- link the indices to the kernel
- link the fields to the kernel
- link the basis to the kernel

* Add the qFunction reader + inlining

* Add qf files for the tests.

* Add qf file for ceed/ex1

* Add qf file for mfem/bp1

* All tests pass.

* Add qFunction for mfem/bp3, petsc/bp1, and petsc/bp3.

* mfem/bp1 passes + remove dead code

* Fix a bug in n_quads_out for writeQuads

* mfem/bp3 passes.

* All tests all examples pass.

* Temporary tweaks for mfem benchmarking

* Add Context management.

* Modify .qf files to take into account the context.

* Enable optimizations.

* First set of optimization for 2D and 3D.

* double pointer format for the qFunction.

* Change the .qf files to have the same code as the C functions.

* Make previous Cuda backends use .qf files.

* Add a return value to qFunctions.

* Make cpu backends use .qf files.

* Minor: clean commented code.

* Add guarded math.h for petsc examples.

* Remove previous nek qf files.

* Remove .cu files.

* Remove .qf files.

* Remove dead code in the tests.

* make style

* Make style fix.

* more make style fixes.

* CEED_QFUNCTION - improve macro for CPU filenames

* Add CEED_QFUNCTION macro to navierstokes.c

* Fix PETSc gitignore

* Change default NS problemtype to density_current (#307) in navierstokes.c

* Fix petsc bp1.h

* Real Fix for petsc bp1.h...

* fix

* README - Add /gpu/cuda/gen

* PETSc - Update dmplex example to use *_loc

* cuda/reg - fix typo

* Revert a couple of small changes

* Fix a bug in mfem bp3 similar to the previous bug in petsc bp3.

* Make PETSc qfunctions look closer to master, and minor style for debugging.

* More uniformity changes

* Fix a strange CUDA_OUT_OF_RESSOURCE bug.

* NS - fix fname variables

* Use a different convention for qFunction ncomp.

* update cuda-gen backend and bpsdmplex.

* PETSc - style update

* update mfem bp1 and bp3.

* Interface - Use size instead of ncomp for QFunction fields

* update ceed example and tests.

* Tests - Update ncomp to size

* CPU Backends - Update ncomp to size

* CPU Backends - style

* Nek - Update ncomp to size

* Opt - fix style

* CUDA - update ncomp to size

* Doc - Update API documentation for QFunction \ncomp->size

* OCCA - Patch QFunction ncomp -> size, work but revamp will be better

* OCCA - assert dim>0 for clang-tidy

* CUDA - Change GetNumComp to GetSize

* Basis - Shift check for dim > 0 to interface

* Doc update

* Update NS field size

* NS - Fix problem options

show more ...


# 978042fe 29-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #326 from CEED/jeremy/petsc-node-fix

PETSc - Fix -local description


# 432a1099 29-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc - Fix -local description


# a62270dd 27-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #314 from CEED/jeremy/dof-to-node

Update DoF to Node and Style Changes


# b52ddc88 23-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Update ex1 and PETSc examples, DoF -> Node


# f90c8643 22-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

Make style


# ea339264 19-Aug-2019 Yohann <yohann.dudouit@gmail.com>

Fix a bug in the description of vectorial bps in petsc (#309)

Also fix a bug introduced in cuda-gen backend to overcome the bug in the bps.


# bde6980c 07-Aug-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #302 from CEED/jeremy/dmplex

Create DMPlex PETSc BPs


# 6d3db1e3 07-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc - Use BP2 for bps.c testing, wider codecov


# 6bd9afca 06-Aug-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc - Update example output and DMPlex boundary conditions


# 819eb1b3 30-Jul-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc DMPlex BP1-6 working in unified code


# 241a4b83 25-Jul-2019 Yohann <yohann.dudouit@gmail.com>

Full jit compiled operator: cuda-gen backend (#275)

* First steps toward cuda-gen backend!

* Closer to real code generation.

* Generated code should be ready for nvrtc.

* The code generatio

Full jit compiled operator: cuda-gen backend (#275)

* First steps toward cuda-gen backend!

* Closer to real code generation.

* Generated code should be ready for nvrtc.

* The code generation skeleton is ready.

* Hack with the qfunction to make the operator kernel compile.

* Some tweaks in the makefile + Input fields structure change.

* Remove using cout.

* 1d interp and grad device functions.

* 1d readDofs, readQuads, writeDofs, writeQuads.

* Remove dead code.

* readDofs, readQuads, writeDofs, writeQuads for 2d and 3d

* 2d interp and grad

* 3d interp and grad

* - weight functions for 1d,2d,3d
- link the indices to the kernel
- link the fields to the kernel
- link the basis to the kernel

* Add the qFunction reader + inlining

* Add qf files for the tests.

* Add qf file for ceed/ex1

* Add qf file for mfem/bp1

* All tests pass.

* Add qFunction for mfem/bp3, petsc/bp1, and petsc/bp3.

* mfem/bp1 passes + remove dead code

* Fix a bug in n_quads_out for writeQuads

* mfem/bp3 passes.

* All tests all examples pass.

* Temporary tweaks for mfem benchmarking

* Add Context management.

* Modify .qf files to take into account the context.

* Enable optimizations.

* First set of optimization for 2D and 3D.

* Makefile tweaks and destructor code.

* make style.

* Add -MP flag.

* Fix linking issues with the tests.

* Update .qf files for the tests.

* Add .qf files for nek5000 examples.

* Use shared memory for B and G matrices.

* Fix bug introduced in previous commit.

show more ...


# 01b3627d 15-Jul-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #296 from CEED/jed/fix-error-reduction

examples/petsc: fix max reduction type and address


# 00742fa8 14-Jul-2019 Jed Brown <jed@jedbrown.org>

examples/petsc: fix max reduction type and address


# 1226057f 27-Jun-2019 Yohann Dudouit <yohann.dudouit@gmail.com>

Merge branch 'master' into yohann/cuda-restr-opt

Conflicts:
backends/cuda-reg/ceed-cuda-reg-restriction.c
backends/cuda-shared/ceed-cuda-shared-basis.c


# b629e3f5 24-Jun-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #282 from CEED/bp5-bp6-fix

Update qextra to reflect BP paper


# e07e9ddc 24-Jun-2019 jeremylt <jeremy.thompson@colorado.edu>

Convert BP5 BP6 to GLL


# 194c25f7 24-Jun-2019 jeremylt <jeremy.thompson@colorado.edu>

Update qextra to reflect BP paper


# 3ce86546 11-Jun-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Improve petsc-bps benchmark output (#266)

* Improve petsc-bps benchmark output

Mesh Order -> Number of 1D Basis Nodes

* Update postprocess-base.py for new output

* Fix line break in plot ti

Improve petsc-bps benchmark output (#266)

* Improve petsc-bps benchmark output

Mesh Order -> Number of 1D Basis Nodes

* Update postprocess-base.py for new output

* Fix line break in plot title and pdf file name

* Shorten plot title

* Fix legend polynomial order p

* Update postprocessing scripts to use Pandas

* Benchmarks: plot title, tasks->ranks

* Update title with latex \times symbol and icrease font size in title, legend, and axes

* Postprocess script title, num_proc_node instead of num_proc

show more ...


1234567