a-jp

Results 17 issues of a-jp

Hi, I would like to use your library in combination with [Cantera](https://cantera.org/tutorials/cxx-guide/simple-example.html). Cantera is SI but uses kmol as the mass-based unit rather than mol. Can I ask for a...

ready to close

Based on a rebased branch of develop this adds the capability to read in parallel or serial and write in parallel or serial cgns mesh files (badly named branch, sorry,...

mesh file formats

Hi, my code is cell-entered. Therefore for cache efficiency I need to reduce the bandwidth of the left and right cells either side of a face. So I need to...

Hi, I'm calling the following code in 3D on an existing mesh. I generated the code mainly from trial and error using the `icesheet.cc` and `classifyThenAdapt.cc` examples. The following "works"...

I am very new to PUMI. I am working with mixed cell type unstructured meshes, and using a file format not supported by PUMI. I was told via email that...

partitioning
fields
mesh generation
ghosting

Using the apf (or PUMI) API how do I generate halo cells on physical boundaries? I would need any allocated field to also be available within the halos. I need...

mesh generation

I have a simple requirement to find out the total number of vertices and elements in the mesh in parallel. I could make each processor count over the number of...

question
fields
ghosting
pumi api

Hi, In 3D I’ve managed to write loops that give me: 1)Vertices of an edge 2)Vertices of a face I can’t work out how to get faces of a cell....

question
mesh adjacency

Hi, I've come across ArborX and it looks exactly like what I would need. Could I describe my use-case and would you be able to confirm that it's an appropriate...

question

Hi, I am currently using CppAD which wraps IpOpt to compute the derivatives etc using AD and also call into IpOpt to set up and solve my IpOpt problem. I...