Dendro
5.01
Dendro in Greek language means tree. The Dendro library is a large scale (262K cores on ORNL's Titan) distributed memory adaptive octree framework. The main goal of Dendro is to perform large scale multiphysics simulations efficeiently in mordern supercomputers. Dendro consists of efficient parallel data structures and algorithms to perform variational ( finite element) methods and finite difference mthods on 2:1 balanced arbitary adaptive octrees which enables the users to perform simulations raning from black holes (binary black hole mergers) to blood flow in human body, where applications ranging from relativity, astrophysics to biomedical engineering.
|
deserialization of CBOR and MessagePack values More...
#include <json.hpp>
Public Member Functions | |
binary_reader (input_adapter_t adapter) | |
create a binary reader More... | |
BasicJsonType | parse_cbor (const bool strict) |
create a JSON value from CBOR input More... | |
BasicJsonType | parse_msgpack (const bool strict) |
create a JSON value from MessagePack input More... | |
BasicJsonType | parse_ubjson (const bool strict) |
create a JSON value from UBJSON input More... | |
Static Public Member Functions | |
static constexpr bool | little_endianess (int num=1) noexcept |
determine system byte order More... | |
deserialization of CBOR and MessagePack values
|
inlineexplicit |
create a binary reader
[in] | adapter | input adapter to read from |
|
inlinestaticnoexcept |
determine system byte order
|
inline |
create a JSON value from CBOR input
[in] | strict | whether to expect the input to be consumed completed |
parse_error.110 | if input ended unexpectedly or the end of file was not reached when strict was set to true |
parse_error.112 | if unsupported byte was read |
|
inline |
create a JSON value from MessagePack input
[in] | strict | whether to expect the input to be consumed completed |
parse_error.110 | if input ended unexpectedly or the end of file was not reached when strict was set to true |
parse_error.112 | if unsupported byte was read |
|
inline |
create a JSON value from UBJSON input
[in] | strict | whether to expect the input to be consumed completed |
parse_error.110 | if input ended unexpectedly or the end of file was not reached when strict was set to true |
parse_error.112 | if unsupported byte was read |