cs481-ekh / s24-meshers

MIT License
0 stars 0 forks source link

Build constructor function #86

Closed WorkGitAccount closed 3 months ago

WorkGitAccount commented 3 months ago

References #49

The constructor creates the levelsData in steps:

WorkGitAccount commented 3 months ago

Begin porting, reviewed code and current implementation.

[t:60]

WorkGitAccount commented 3 months ago

Reviewed python libraries needed for relevant matlab calls. Stepped over code and design decisions.

[t:45]

seanbsu commented 3 months ago

[t:180]

WorkGitAccount commented 3 months ago

Working on my implementation simplified for the demo. Focusing on data types, indeces, and coarsen() calls.

[t:90]

seanbsu commented 3 months ago
seanbsu commented 3 months ago

docker run -it -v "C:\Users\scalk\Documents\seniordesign\s24-meshers":/app pymgm
placing this docker command for creating the interactive container here so I can quickly grab it when needed. for others who might be using it here's the general command

docker run -it -v </path/to/host/directory>:</path/in/container>

/path/to/host/directory for mine since im using windows using git bash I need the " " around the path
/path/in/container if using our DockerFile to build the image then this should be /app

seanbsu commented 3 months ago
seanbsu commented 3 months ago

[t:120]

WorkGitAccount commented 3 months ago

Continued with my implementation up to the PcCoarsen and BuildInterpOp calls.

Ran into some errors importing and calling. Investigating the errors.

[t:235]

WorkGitAccount commented 3 months ago

Fixed a bunch of imports. Not sure why they broke, but got it to work for now. Modules and imports seem to work for my version. Calling PcCoarsen works now but something still is off. Can reference Sean's implementation for calling solve and build interpOp.

[t:100]