-
The generic use of importing a mesh:
[Mesh]
file = example.unv
dim = 3
[]
Returns the error from line 686 of /src/mesh/unstructured_mesh.c:
if (mesh_data == NULL)
libmesh_error_msg("Error…
-
For a volumetric mesh of uniform type: TET, (filename: bar.smesh),which I use to test my VolumetricMeshRender.
This mesh has 327 vertices and 1053 elements and in my render, I use:
Vector position_0…
-
- fault_solver_common:
- make ordered version of subroutine assemble_MPI_vector_blocking, and use it in subroutine initialize_fault
- fault_solver_dynamic:
- many hard-coded ad hoc features need t…
mpbl updated
10 years ago
-
CGALi2vLungs example was broken. First fixes: 479d7f3fb9ee0999f3ecfa4e57534f5c05020338
A problem with generateDVF operator remains. The problems seems to be that the generateDVF input parameter is pa…
-
![x00](https://cloud.githubusercontent.com/assets/2098230/2694859/af690f96-c3ca-11e3-80dc-8049b6bae141.png)
```
/*---------------------------------------------------------------------------*\
| =====…
-
![snapshot00](https://cloud.githubusercontent.com/assets/2098230/2695890/2a070b7a-c3dc-11e3-87c1-05aa95a39569.png)
```
/*---------------------------------------------------------------------------*\
…
-
Control flow and logic of TrackLength tally leads to behaviors that undermine accuracy and/or confidence, in particular, the negative track length warning.
Study and resolve the internal flow of the …
-
I tested the periodic by on a quad mesh and it appears to work. I tried it on a tri mesh and it fails. Also, I have not tested on 3d but it is essential that I be able to use a periodic BC with tets…
-
renumberMesh cannot do something I can do as well. Additionally, I have the hypothesis it messes up my face ordering.
-
The program has trouble with these coordinats:
```
(2.35114,3.23607,5)
(1.17557,2.35781,5)
(2.35114,3.23607,6)
(1.17557,2.35781,6)
```
Helper().MakeConvex should fix these to a convex order.
This …