Conduit.jl

Conduit.blueprint_mesh_examples_basicMethod
blueprint_mesh_examples_basic(mesh_type::AbstractString, nx::Integer, ny::Integer, nz::Integer, cres::CNode)::Nothing

Result: cres.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_basicMethod
blueprint_mesh_examples_basic(mesh_type::AbstractString, nx::Integer, ny::Integer, nz::Integer, res::Node)::Nothing

Result: res.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_braidMethod
blueprint_mesh_examples_braid(mesh_type::AbstractString, nx::Integer, ny::Integer, nz::Integer, cres::CNode)::Nothing

Result: cres.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_braidMethod
blueprint_mesh_examples_braid(mesh_type::AbstractString, nx::Integer, ny::Integer, nz::Integer, res::Node)::Nothing

Result: res.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_generateMethod
blueprint_mesh_examples_generate(example_name::AbstractString, copts::CNode, cres::CNode)

Result: cres.

generates a named example mesh using options. expects opts node to contains relevant args for each example.

source
Conduit.blueprint_mesh_examples_generateMethod
blueprint_mesh_examples_generate(example_name::AbstractString, opts::Node, res::Node)

Result: res.

generates a named example mesh using options. expects opts node to contains relevant args for each example.

source
Conduit.blueprint_mesh_examples_juliaMethod
blueprint_mesh_examples_julia(
    nx::Integer,
    ny::Integer,
    x_min::AbstractFloat,
    x_max::AbstractFloat,
    y_min::AbstractFloat,
    y_max::AbstractFloat,
    c_re::AbstractFloat,
    c_im::AbstractFloat,
    cres::CNode,
)::Nothing

Result: cres.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_juliaMethod
blueprint_mesh_examples_julia(
    nx::Integer,
    ny::Integer,
    x_min::AbstractFloat,
    x_max::AbstractFloat,
    y_min::AbstractFloat,
    y_max::AbstractFloat,
    c_re::AbstractFloat,
    c_im::AbstractFloat,
    res::Node,
)::Nothing

Result: res.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_miscMethod
blueprint_mesh_examples_misc(mesh_type::AbstractString, nx::Integer, ny::Integer, nz::Integer, cres::CNode)::Nothing

Result: cres.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_examples_miscMethod
blueprint_mesh_examples_misc(mesh_type::AbstractString, nx::Integer, ny::Integer, nz::Integer, res::Node)::Nothing

Result: res.

Interface to generate example mesh blueprint data.

source
Conduit.blueprint_mesh_generate_indexMethod
blueprint_mesh_generate_index(cmesh::CNode, ref_path::AbstractString, num_domains::Integer, cindex_out::CNode)::Nothing

Result: cindex_out.

Generate mesh::index from valid mesh.

source
Conduit.blueprint_mesh_generate_indexMethod
blueprint_mesh_generate_index(mesh::Node, ref_path::AbstractString, num_domains::Integer, index_out::Node)::Nothing

Result: index_out.

Generate mesh::index from valid mesh.

source
Conduit.relay_io_add_stepMethod
relay_io_add_step(cnode::CNode, path::AbstractString)::Nothing

add_step adds a new time step of data to the file.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_add_stepMethod
relay_io_add_step(node::Node, path::AbstractString)::Nothing

add_step adds a new time step of data to the file.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_loadMethod
relay_io_load(path::AbstractString, protocol::AbstractString, coptions::CNode, cnode::CNode)::Nothing

Result: coptions, cnode.

load works like a 'set', the node is reset and then populated.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_loadMethod
relay_io_load(path::AbstractString, protocol::AbstractString, options::Node, node::Node)::Nothing

Result: options, node.

load works like a 'set', the node is reset and then populated.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_load_step_and_domainMethod
relay_io_load_step_and_domain(
    path::AbstractString, protocol::AbstractString, step::Integer, domain::Integer, coptions::CNode, cnode::CNode
)::Nothing

Result: coptions, cnode.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_load_step_and_domainMethod
relay_io_load_step_and_domain(
    path::AbstractString, protocol::AbstractString, step::Integer, domain::Integer, options::Node, node::Node
)::Nothing

Result: options, node.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_saveMethod
relay_io_save(cnode::CNode, path::AbstractString, protocol::AbstractString, coptions::CNode)::Nothing

save works like a 'set' to the file.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_saveMethod
relay_io_save(node::Node, path::AbstractString, protocol::AbstractString, options::Node)::Nothing

save works like a 'set' to the file.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_save_mergedMethod
relay_io_save_merged(cnode::CNode, path::AbstractString, protocol::AbstractString, coptions::CNode)::Nothing

save_merged works like an update to the file.

For simpler use cases, accepts NULL for protocol and options.

source
Conduit.relay_io_save_mergedMethod
relay_io_save_merged(node::Node, path::AbstractString, protocol::AbstractString, options::Node)::Nothing

save_merged works like an update to the file.

For simpler use cases, accepts NULL for protocol and options.

source