Search in sources :

Example 6 with ChomboMeshData

use of org.vcell.vis.chombo.ChomboMeshData in project vcell by virtualcell.

the class ChomboFileReader method main.

public static void main(String[] args) {
    try {
        ChomboMeshData meshdata = readMesh("C:\\Developer\\eclipse\\workspace\\pyVCell\\ChomboUtils\\SimData\\SimID_85232385_0_.mesh.hdf5", "C:\\Developer\\eclipse\\workspace\\pyVCell\\ChomboUtils\\SimData\\SimID_85232385_0_000075.feature_EC.vol0.hdf5");
        System.out.println("read mesh of dimension " + meshdata.getMesh().getDimension());
    } catch (Exception e) {
        e.printStackTrace(System.out);
    }
}
Also used : ChomboMeshData(org.vcell.vis.chombo.ChomboMeshData)

Aggregations

ChomboMeshData (org.vcell.vis.chombo.ChomboMeshData)6 File (java.io.File)4 ChomboDataset (org.vcell.vis.chombo.ChomboDataset)4 ArrayList (java.util.ArrayList)3 ChomboCombinedVolumeMembraneDomain (org.vcell.vis.chombo.ChomboDataset.ChomboCombinedVolumeMembraneDomain)3 MathException (cbit.vcell.math.MathException)2 DivideByZeroException (cbit.vcell.parser.DivideByZeroException)2 ExpressionBindingException (cbit.vcell.parser.ExpressionBindingException)2 ExpressionException (cbit.vcell.parser.ExpressionException)2 IOException (java.io.IOException)2 DataAccessException (org.vcell.util.DataAccessException)2 ChomboMesh (org.vcell.vis.chombo.ChomboMesh)2 VariableDomain (cbit.vcell.math.VariableType.VariableDomain)1 DataIdentifier (cbit.vcell.simdata.DataIdentifier)1 AnnotatedFunction (cbit.vcell.solver.AnnotatedFunction)1 CartesianMeshChombo (cbit.vcell.solvers.CartesianMeshChombo)1 FeaturePhaseVol (cbit.vcell.solvers.CartesianMeshChombo.FeaturePhaseVol)1 HashMap (java.util.HashMap)1 List (java.util.List)1 DefaultMutableTreeNode (javax.swing.tree.DefaultMutableTreeNode)1