History log of /libCEED/julia/LibCEED.jl/src/CeedVector.jl (Results 1 – 8 of 8)
Revision Date Author Comments
# d8e1a4b6 20-Dec-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1117 from CEED/julia-0.11-updates

Julia updates in preparation for 0.11


# 63a9f6bc 17-Dec-2022 Will Pazner <will.e.p@gmail.com>

[Julia] Allocate memory for CeedVector by default


# 0057404b 17-Dec-2022 Will Pazner <will.e.p@gmail.com>

[Julia] Fix instances of using CeedInt instead of CeedSize


# e6ac5b30 28-Apr-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #757 from CEED/jeremy/vecscale

vec - add CeedVectorScale


# 278ca478 27-Apr-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Use Real instead of CeedScalar where possible


# 557acef3 27-Apr-2021 Will Pazner <will.e.p@gmail.com>

[Julia] Add scale!, axpy!, and pointwisemult!


# 06988bf7 31-Oct-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'will/julia' into main [PR #632]

make.jl: set devbranch="main"

* origin/will/julia:
Add short FFI section to docs
Julia: codecov CI
Julia: Travis CI
Julia: automatic code forma

Merge branch 'will/julia' into main [PR #632]

make.jl: set devbranch="main"

* origin/will/julia:
Add short FFI section to docs
Julia: codecov CI
Julia: Travis CI
Julia: automatic code formatting
Julia: documentation
Julia: examples
Julia: unit tests
Julia: LibCEED.jl Julia interface
Make fallback Ceed use Error callback of parent
Use pointer to va_list in error handler
Bugfix in `CeedOperatorLinearAssembleAddDiagonal`
Bugfix in `CeedQFunctionCreateInteriorByName`
Update t504 and t523 output with correct field names
Bugfix in `CeedOperatorSingleView`

show more ...


# 44554ea0 22-Sep-2020 Will Pazner <will.e.p@gmail.com>

Julia: LibCEED.jl Julia interface