History log of /libCEED/examples/ (Results 976 – 1000 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2868879828-Sep-2020 jeremylt <thompson.jeremy.luke@gmail.com>

OCCA - update backend resource names to match conventions

86f45fc618-Sep-2020 Jed Brown <jed@jedbrown.org>

Remove codedocs.xyz (operation looks unmaintained)

9647a07e22-Aug-2020 David Medina <dmed256@gmail.com>

OCCA Backend Update (#305)

* [Docs] Update docs for new OCCA backend

* [Fortran] CeedVectorRestoreArray fix

* [Test] Updates t002-ceed test to support query params

* [Make] Adds tidy for cp

OCCA Backend Update (#305)

* [Docs] Update docs for new OCCA backend

* [Fortran] CeedVectorRestoreArray fix

* [Test] Updates t002-ceed test to support query params

* [Make] Adds tidy for cpp files

* [OCCA] Updates OCCA backend

* PR feedback: Update StrideType naming

* PR feedback: Fixed USER_STRIDES vs BACKEND_STRIDES usage

* [OCCA] Add comments to code generation

* [CI] Removes commit from OCCA build

* PR Feedback: Update README

* PR Feedback: Removed compiler warnings

* Fix restriction function changes

* occa: track AssembleLinear -> LinearAssemble

* [OCCA][Vector] Adds takeArray method

* [OCCA][Restriction] Fixes restriction strides

* [OCCA][Operator] Adds point block diagonal registration

* [OCCA][Operator] Fixes

* OCCA - update debug color for visability

* Travis - fix extra fi

* OCCA - adjust kernel, multi component derivatives are expected as [dim][comp][q]

* OCCA - adjust basis kernel args in operator kernel to agree with expected [dim][comp][q] ordeing

* OCCA - fix uninitalized memory in grad transpose 3d kernel

* OCCA - fix Elayout description

* OCCA - fix bad dimensions in basis kernel

* OCCA - fix TakeArray to sync before returning array pointer

* MFEM - print error when test fails

* OCCA - fix 2d grad kernels

* OCCA - flag digonal of composite operators unsupported

* OCCA - fix restoreArray logic

* OCCA - minor cleanup with GPU

* Travis - add 'make info' where able for debugging

* OCCA - explictily test OpenCL mode

* OCCA - drop restrict for ElemRestriction kernels, OpenCL doesn't like it

* OCCA - explicitly test cuda and hip versions of OCCA backend

* OCCA - explicitly test OpenMP mode in OCCA

* Tests - modify check for VLA support for OCCA to catch all OCCA modes

* WIP - test possible OCCA fix for PowerPC

* OCCA - separate CPU modes for testing as well

* Readme - update list of OCCA backend modes

* Makefile - fix unterminated addprefix

* OCCA - enable direct access to OCCA Serial mode

* OCCA - add comments to registration

* Makefile - remove extra )

* OCCA - remove pass by reference C++ syntax for OpenCL compatability

* OCCA - drop use of @restrict for OpenCL

* OCCA - remove OpenCL mode, not fully supported in OCCA (see OCCA issue #166)

* OCCA - fixing rebase issues

* OCCA - Fix implementation of QFunctionContext

* OCCA - move GetContextSize so ierr check actually works

* Travis - use libOCCA instead of jeremylt/occa

* Junit - update OCCA test skip list

* Make - simplify OCCA check for enabled modes

Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>

show more ...


/libCEED/.gitignore
/libCEED/.travis.yml
/libCEED/Makefile
/libCEED/README.rst
/libCEED/backends/hip/ceed-hip.c
/libCEED/backends/occa/ceed-occa-basis.cpp
/libCEED/backends/occa/ceed-occa-basis.hpp
/libCEED/backends/occa/ceed-occa-ceed-object.cpp
/libCEED/backends/occa/ceed-occa-ceed-object.hpp
/libCEED/backends/occa/ceed-occa-context.cpp
/libCEED/backends/occa/ceed-occa-context.hpp
/libCEED/backends/occa/ceed-occa-cpu-operator.cpp
/libCEED/backends/occa/ceed-occa-cpu-operator.hpp
/libCEED/backends/occa/ceed-occa-elem-restriction.cpp
/libCEED/backends/occa/ceed-occa-elem-restriction.hpp
/libCEED/backends/occa/ceed-occa-gpu-operator.cpp
/libCEED/backends/occa/ceed-occa-gpu-operator.hpp
/libCEED/backends/occa/ceed-occa-kernels.hpp
/libCEED/backends/occa/ceed-occa-operator-args.cpp
/libCEED/backends/occa/ceed-occa-operator-args.hpp
/libCEED/backends/occa/ceed-occa-operator-field.cpp
/libCEED/backends/occa/ceed-occa-operator-field.hpp
/libCEED/backends/occa/ceed-occa-operator.cpp
/libCEED/backends/occa/ceed-occa-operator.hpp
/libCEED/backends/occa/ceed-occa-qfunction-args.cpp
/libCEED/backends/occa/ceed-occa-qfunction-args.hpp
/libCEED/backends/occa/ceed-occa-qfunction-field.cpp
/libCEED/backends/occa/ceed-occa-qfunction-field.hpp
/libCEED/backends/occa/ceed-occa-qfunction.cpp
/libCEED/backends/occa/ceed-occa-qfunction.hpp
/libCEED/backends/occa/ceed-occa-qfunctioncontext.cpp
/libCEED/backends/occa/ceed-occa-qfunctioncontext.hpp
/libCEED/backends/occa/ceed-occa-simplex-basis.cpp
/libCEED/backends/occa/ceed-occa-simplex-basis.hpp
/libCEED/backends/occa/ceed-occa-tensor-basis.cpp
/libCEED/backends/occa/ceed-occa-tensor-basis.hpp
/libCEED/backends/occa/ceed-occa-types.hpp
/libCEED/backends/occa/ceed-occa-vector.cpp
/libCEED/backends/occa/ceed-occa-vector.hpp
/libCEED/backends/occa/ceed-occa.cpp
/libCEED/backends/occa/kernels/elem-restriction.cpp
/libCEED/backends/occa/kernels/elem-restriction.hpp
/libCEED/backends/occa/kernels/kernel-defines.hpp
/libCEED/backends/occa/kernels/simplex-basis.hpp
/libCEED/backends/occa/kernels/simplex-basis/cpu-simplex-basis.cpp
/libCEED/backends/occa/kernels/simplex-basis/gpu-simplex-basis.cpp
/libCEED/backends/occa/kernels/tensor-basis.hpp
/libCEED/backends/occa/kernels/tensor-basis/cpu/tensor-basis-1d.cpp
/libCEED/backends/occa/kernels/tensor-basis/cpu/tensor-basis-2d.cpp
/libCEED/backends/occa/kernels/tensor-basis/cpu/tensor-basis-3d.cpp
/libCEED/backends/occa/kernels/tensor-basis/gpu/tensor-basis-1d.cpp
/libCEED/backends/occa/kernels/tensor-basis/gpu/tensor-basis-2d.cpp
/libCEED/backends/occa/kernels/tensor-basis/gpu/tensor-basis-3d.cpp
mfem/bp1.cpp
mfem/bp3.cpp
/libCEED/include/ceed-hash.h
/libCEED/interface/ceed-fortran.c
/libCEED/python/ceed_qfunctioncontext.py
/libCEED/tests/junit.py
/libCEED/tests/t002-ceed.c
/libCEED/tests/tap.sh
777ff85314-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 ...


/libCEED/.travis.yml
/libCEED/Makefile
/libCEED/README.rst
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.c
/libCEED/backends/cuda-reg/ceed-cuda-reg-basis.c
/libCEED/backends/cuda-reg/ceed-cuda-reg-restriction.c
/libCEED/backends/cuda-reg/ceed-cuda-reg.c
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda-shared/ceed-cuda-shared.c
/libCEED/backends/cuda/ceed-cuda-basis.c
/libCEED/backends/cuda/ceed-cuda-operator.c
/libCEED/backends/cuda/ceed-cuda-qfunction.c
/libCEED/backends/cuda/ceed-cuda-qfunctioncontext.c
/libCEED/backends/cuda/ceed-cuda-restriction.c
/libCEED/backends/cuda/ceed-cuda-vector.c
/libCEED/backends/cuda/ceed-cuda.c
/libCEED/backends/cuda/ceed-cuda.h
/libCEED/backends/hip/ceed-hip-basis.c
/libCEED/backends/hip/ceed-hip-operator.c
/libCEED/backends/hip/ceed-hip-qfunction-load.cpp
/libCEED/backends/hip/ceed-hip-qfunction.c
/libCEED/backends/hip/ceed-hip-qfunctioncontext.c
/libCEED/backends/hip/ceed-hip-restriction.c
/libCEED/backends/hip/ceed-hip-vector.c
/libCEED/backends/hip/ceed-hip.c
/libCEED/backends/hip/ceed-hip.h
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-restriction.c
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction-noop.c
/libCEED/backends/occa/ceed-occa-qfunction-op.c
/libCEED/backends/occa/ceed-occa-qfunction.c
/libCEED/backends/occa/ceed-occa-qfunctioncontext.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa-vector.c
/libCEED/backends/occa/ceed-occa.c
/libCEED/backends/occa/ceed-occa.h
/libCEED/backends/opt/ceed-opt-blocked.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/opt/ceed-opt-serial.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-qfunction.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/backends/xsmm/ceed-xsmm-tensor.c
/libCEED/common.mk
/libCEED/doc/img/libCEEDBackends.png
ceed/ex1-volume.c
ceed/ex2-surface.c
fluids/Makefile
fluids/navierstokes.c
mfem/Makefile
mfem/bp1.hpp
mfem/bp3.hpp
petsc/Makefile
petsc/setupsphere.h
solids/Makefile
solids/elasticity.c
solids/elasticity.h
solids/src/matops.c
solids/src/misc.c
solids/src/setuplibceed.c
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/python/ceed.py
/libCEED/python/ceed_qfunction.py
/libCEED/python/ceed_qfunctioncontext.py
/libCEED/tests/output/t402-qfunction-f.out
/libCEED/tests/output/t402-qfunction.out
/libCEED/tests/python/output/test_402.out
/libCEED/tests/python/test-4-qfunction.py
/libCEED/tests/t215-elemrestriction.c
/libCEED/tests/t401-qfunction-f.f90
/libCEED/tests/t401-qfunction.c
/libCEED/tests/t402-qfunction-f.f90
/libCEED/tests/t402-qfunction.c
587be3cd08-Aug-2020 valeriabarra <valeriabarra21@gmail.com>

PETSc area and bpssphere examples: Add -dm_refine to TESTARGS and include tolerance check in area error

3ab4fca604-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 ...


/libCEED/.gitlab-ci.yml
/libCEED/.travis.yml
/libCEED/Makefile
/libCEED/backends/cuda/ceed-cuda-qfunction-load.cpp
/libCEED/backends/cuda/ceed-cuda-vector.c
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/hip/ceed-hip-qfunction-load.cpp
/libCEED/backends/hip/ceed-hip-vector.c
fluids/navierstokes.c
petsc/area.c
petsc/bpssphere.c
petsc/setup.h
petsc/setuparea.h
petsc/setupsphere.h
solids/elasticity.h
solids/src/setupdm.c
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/tests/t400-qfunction-f.f90
/libCEED/tests/t400-qfunction-f.h
/libCEED/tests/t401-qfunction-f.f90
/libCEED/tests/t401-qfunction-f.h
/libCEED/tests/t402-qfunction-f.f90
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t500-operator-f.h
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t501-operator-f.h
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t502-operator-f.h
/libCEED/tests/t503-operator-f.f90
/libCEED/tests/t504-operator-f.f90
/libCEED/tests/t505-operator-f.f90
/libCEED/tests/t506-operator-f.f90
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t510-operator-f.h
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/t520-operator-f.f90
/libCEED/tests/t521-operator-f.f90
/libCEED/tests/t522-operator-f.f90
/libCEED/tests/t522-operator-f.h
/libCEED/tests/t523-operator-f.f90
/libCEED/tests/t524-operator-f.f90
/libCEED/tests/t530-operator-f.f90
/libCEED/tests/t530-operator-f.h
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t531-operator-f.h
/libCEED/tests/t532-operator-f.f90
/libCEED/tests/t532-operator-f.h
/libCEED/tests/t533-operator-f.f90
/libCEED/tests/t534-operator-f.f90
/libCEED/tests/t534-operator-f.h
/libCEED/tests/t535-operator-f.f90
/libCEED/tests/t535-operator-f.h
/libCEED/tests/t536-operator-f.f90
/libCEED/tests/t540-operator-f.f90
/libCEED/tests/t540-operator-f.h
/libCEED/tests/t550-operator-f.f90
/libCEED/tests/t552-operator-f.f90
d99fa3c528-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

* Op - add test t550, fix errors

* Tests - add Fortran version of t550

* Tests - add t511 for testing tensor basis multigrid level setup

* make style and tidy

* Tests - fix t55* memory leaks

* Tests - add t552 for non-tensor basis multigrid levels

* CUDA - use CeedIntMax in shared CUDA backend

* Tests - add OCCA test exception for t55*

* Op - add lvector global prolongation multiplicity, simplifies user interface

* Solids - convert example to new interface

* make style

* Tests - convert t550 to multicomponent

* Solids - drop unused ceed_fine

* Python - add new multigrid level interface

* Python - fix operator wrap, use ceed python obj rather than ceed pointer

* Gallery - update comment slightly

* Tests - remove accidental duplicate test

* Multigrid - add size=2 case as well

* Operator - drop unneeded inline

* QFunction - simplify context ownership to match vector

* make style

* Python - update multigrid function signature

* Operator - refactor prolong/restrict qfunctions as scaling qfunctions

* Vector - add testing for reciprocal and add to Fortran/Python interfaces

* CUDA - add VectorReciprocal on device

* Gallery - drop specalized versions for 'Scale', wil fix performance hit later

* Hip - add vector reciprocal

* Operator - add more flexible prologation basis creation interface

* Vec - make sure data is set for VectorReciprocal

* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend

* Tests - add missing lcov markers

* make style

* Travis - allow ARM job to fail

* Travis - fix intel install

* Travis - try different install dir name for inteloneapi

* Travis - add ifort, ipp packages

* Tests - add missing lcov marker

show more ...


/libCEED/.codecov.yml
/libCEED/.gitlab-ci.yml
/libCEED/.travis.yml
/libCEED/Makefile
/libCEED/README.rst
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-reg/ceed-cuda-reg-basis.c
/libCEED/backends/cuda-reg/ceed-cuda-reg-restriction.c
/libCEED/backends/cuda-reg/kernels/cuda-reg-basis.cu
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda/ceed-cuda-operator.c
/libCEED/backends/cuda/ceed-cuda-qfunction.c
/libCEED/backends/cuda/ceed-cuda-restriction.c
/libCEED/backends/cuda/ceed-cuda-vector.c
/libCEED/backends/cuda/ceed-cuda.h
/libCEED/backends/cuda/kernels/cuda-vector.cu
/libCEED/backends/hip/ceed-hip-basis.c
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/hip/ceed-hip-compile.h
/libCEED/backends/hip/ceed-hip-operator.c
/libCEED/backends/hip/ceed-hip-qfunction-load.cpp
/libCEED/backends/hip/ceed-hip-qfunction-load.h
/libCEED/backends/hip/ceed-hip-qfunction.c
/libCEED/backends/hip/ceed-hip-restriction.c
/libCEED/backends/hip/ceed-hip-vector.c
/libCEED/backends/hip/ceed-hip.c
/libCEED/backends/hip/ceed-hip.h
/libCEED/backends/hip/kernels/hip-vector.hip.cpp
/libCEED/backends/magma/kernels/atomics.cuh
/libCEED/backends/magma/kernels/grad_1d.cu
/libCEED/backends/magma/kernels/grad_device.cuh
/libCEED/backends/magma/kernels/grad_generic.cu
/libCEED/backends/magma/kernels/gradn_2d.cu
/libCEED/backends/magma/kernels/gradn_3d.cu
/libCEED/backends/magma/kernels/gradt_2d.cu
/libCEED/backends/magma/kernels/gradt_3d.cu
/libCEED/backends/magma/kernels/interp_1d.cu
/libCEED/backends/magma/kernels/interp_2d.cu
/libCEED/backends/magma/kernels/interp_3d.cu
/libCEED/backends/magma/kernels/interp_device.cuh
/libCEED/backends/magma/kernels/interp_generic.cu
/libCEED/backends/magma/kernels/magma_common_device.cuh
/libCEED/backends/magma/kernels/magma_devptr.cu
/libCEED/backends/magma/kernels/magma_drestrictApply.cu
/libCEED/backends/magma/kernels/weight_1d.cu
/libCEED/backends/magma/kernels/weight_2d.cu
/libCEED/backends/magma/kernels/weight_3d.cu
/libCEED/backends/magma/kernels/weight_device.cuh
/libCEED/backends/magma/kernels/weight_generic.cu
/libCEED/backends/xsmm/ceed-xsmm-tensor.c
/libCEED/doc/bib/references.bib
/libCEED/doc/sphinx/source/releasenotes.rst
solids/README.rst
solids/elasticity.c
solids/elasticity.h
solids/src/cloptions.c
solids/src/matops.c
solids/src/misc.c
solids/src/setuplibceed.c
/libCEED/gallery/scale/ceed-scale.c
/libCEED/gallery/scale/ceed-scale.h
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/python/build_ceed_cffi.py
/libCEED/python/ceed.py
/libCEED/python/ceed_basis.py
/libCEED/python/ceed_elemrestriction.py
/libCEED/python/ceed_operator.py
/libCEED/python/ceed_qfunction.py
/libCEED/python/ceed_vector.py
/libCEED/tests/README.md
/libCEED/tests/junit.py
/libCEED/tests/python/test-0-ceed.py
/libCEED/tests/python/test-1-vector.py
/libCEED/tests/python/test-5-operator.py
/libCEED/tests/t000-ceed-f.f90
/libCEED/tests/t000-ceed.c
/libCEED/tests/t005-ceed.c
/libCEED/tests/t119-vector-f.f90
/libCEED/tests/t119-vector.c
/libCEED/tests/t322-basis.c
/libCEED/tests/t550-operator-f.f90
/libCEED/tests/t550-operator.c
/libCEED/tests/t551-operator.c
/libCEED/tests/t552-operator-f.f90
/libCEED/tests/t552-operator.c
/libCEED/tests/t553-operator-f.f90
/libCEED/tests/t553-operator.c
/libCEED/tests/tap.sh
75a0c64217-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #589 from CEED/jeremy/solid-stats

Solids - add summary output for number of KSP its and throughput

7418ca8817-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - add summary output for number of KSP its and throughput

5883eba017-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - small fixes for CUDA compilation

335ea22001-Jul-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: fix doc

f1d8834c30-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: comments on ICs and BCs & style

f259b05429-Jun-2020 valeriabarra <valeriabarra21@gmail.com>

NS: style

1119eeee29-Jun-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: CreateRestrictionFromPlex: handle empty domainIS

Reported-by: Valeria Barra <valeriabarra21@gmail.com>

b5fac9ce29-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: style

7e7fe4bf29-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection.h: spherical bubble is the default IC

ebb4b9bd29-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: style

examples/fluids/setup-boundary.h: fix style

e39f39d629-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection.h: fixed in/outflow signs for implicit scheme

acd3878129-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

5989006929-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: PetscBool -> bool in QFunctions

7813d14529-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: removed periodicity from the setup struct

bc6a41f728-Jun-2020 Jed Brown <jed@jedbrown.org>

examples/fluids: clear DS and fields in -viz_refine

Reported-by: Leila Ghaffari <leila.ghaffari@colorado.edu>

add6f99424-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/setup-boundary.h: comment

72116e9a24-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids/advection2d.h: removed unused variables

ebddc5d418-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 ...

1...<<31323334353637383940>>...69